1. 24 11月, 2005 1 次提交
  2. 01 11月, 2005 1 次提交
  3. 14 10月, 2005 1 次提交
  4. 13 10月, 2005 1 次提交
  5. 23 9月, 2005 1 次提交
  6. 15 9月, 2005 1 次提交
  7. 30 8月, 2005 6 次提交
  8. 20 7月, 2005 1 次提交
  9. 12 7月, 2005 1 次提交
    • S
      [NET]: move config options out to individual protocols · 6a2e9b73
      Sam Ravnborg 提交于
      Move the protocol specific config options out to the specific protocols.
      With this change net/Kconfig now starts to become readable and serve as a
      good basis for further re-structuring.
      
      The menu structure is left almost intact, except that indention is
      fixed in most cases. Most visible are the INET changes where several
      "depends on INET" are replaced with a single ifdef INET / endif pair.
      
      Several new files were created to accomplish this change - they are
      small but serve the purpose that config options are now distributed
      out where they belongs.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6a2e9b73
  10. 29 6月, 2005 2 次提交
    • P
      [NETFILTER]: Fix connection tracking bug in 2.6.12 · 9666dae5
      Patrick McHardy 提交于
      In 2.6.12 we started dropping the conntrack reference when a packet
      leaves the IP layer. This broke connection tracking on a bridge,
      because bridge-netfilter defers calling some NF_IP_* hooks to the bridge
      layer for locally generated packets going out a bridge, where the
      conntrack reference is no longer available. This patch keeps the
      reference in this case as a temporary solution, long term we will
      remove the defered hook calling. No attempt is made to drop the
      reference in the bridge-code when it is no longer needed, tc actions
      could already have sent the packet anywhere.
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9666dae5
    • D
      [EBTABLES]: Fix thinkos in ebt_log.c · 85c1937b
      David S. Miller 提交于
      When converting over the skb_header_pointer(), I converted parts of
      this module incorrectly.  Kill the 'u' union in ebt_log() and all the
      bogus references to it.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      85c1937b
  11. 23 6月, 2005 1 次提交
  12. 22 6月, 2005 1 次提交
  13. 30 5月, 2005 3 次提交
  14. 19 4月, 2005 1 次提交
  15. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4