1. 26 10月, 2007 1 次提交
  2. 11 10月, 2007 2 次提交
  3. 17 9月, 2007 1 次提交
  4. 01 8月, 2007 1 次提交
  5. 14 6月, 2007 1 次提交
  6. 05 5月, 2007 1 次提交
  7. 23 12月, 2006 1 次提交
  8. 11 12月, 2006 1 次提交
  9. 03 12月, 2006 1 次提交
  10. 12 10月, 2006 1 次提交
  11. 23 9月, 2006 2 次提交
    • A
      [SCTP]: Cleanups · 16164366
      Adrian Bunk 提交于
      This patch contains the following cleanups:
      - make the following needlessly global function static:
        - socket.c: sctp_apply_peer_addr_params()
      - add proper prototypes for the several global functions in
        include/net/sctp/sctp.h
      
      Note that this fixes wrong prototypes for the following functions:
      - sctp_snmp_proc_exit()
      - sctp_eps_proc_exit()
      - sctp_assocs_proc_exit()
      
      The latter was spotted by the GNU C compiler and reported
      by David Woodhouse.
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Acked-by: NSridhar Samudrala <sri@us.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      16164366
    • S
      [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. · ac0b0462
      Sridhar Samudrala 提交于
      This patch adds more statistics info under /proc/net/sctp/snmp
      that should be useful for debugging. The additional events that
      are counted now include timer expirations, retransmits, packet
      and data chunk discards.
      
      The Data chunk discards include all the cases where a data chunk
      is discarded including high tsn, bad stream, dup tsn and the most
      useful one(out of receive buffer/rwnd).
      
      Also moved the SCTP MIB data structures from the generic include
      directories to include/sctp/sctp.h.
      Signed-off-by: NSridhar Samudrala <sri@us.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ac0b0462
  12. 21 9月, 2006 1 次提交
  13. 23 8月, 2006 1 次提交
  14. 20 6月, 2006 1 次提交
  15. 18 6月, 2006 1 次提交
  16. 20 5月, 2006 1 次提交
  17. 26 4月, 2006 1 次提交
  18. 18 1月, 2006 1 次提交
  19. 14 1月, 2006 1 次提交
    • J
      [NET]: Use NIP6_FMT in kernel.h · 46b86a2d
      Joe Perches 提交于
      There are errors and inconsistency in the display of NIP6 strings.
      	ie: net/ipv6/ip6_flowlabel.c
      
      There are errors and inconsistency in the display of NIPQUAD strings too.
      	ie: net/netfilter/nf_conntrack_ftp.c
      
      This patch:
      	adds NIP6_FMT to kernel.h
      	changes all code to use NIP6_FMT
      	fixes net/ipv6/ip6_flowlabel.c
      	adds NIPQUAD_FMT to kernel.h
      	fixes net/netfilter/nf_conntrack_ftp.c
      	changes a few uses of "%u.%u.%u.%u" to NIPQUAD_FMT for symmetry to NIP6_FMT
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      46b86a2d
  20. 09 10月, 2005 1 次提交
  21. 19 7月, 2005 1 次提交
  22. 12 7月, 2005 1 次提交
  23. 21 6月, 2005 1 次提交
  24. 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