1. 23 9月, 2006 1 次提交
  2. 23 8月, 2006 1 次提交
  3. 22 7月, 2006 2 次提交
  4. 18 6月, 2006 1 次提交
    • N
      [SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer. · d5b9f4c0
      Neil Horman 提交于
      In the event that our entire receive buffer is full with a series of
      chunks that represent a single gap-ack, and then we accept a chunk
      (or chunks) that fill in the gap between the ctsn and the first gap,
      we renege chunks from the end of the buffer, which effectively does
      nothing but move our gap to the end of our received tsn stream. This
      does little but move our missing tsns down stream a little, and, if the
      sender is sending sufficiently large retransmit frames, the result is a
      perpetual slowdown which can never be recovered from, since the only
      chunk that can be accepted to allow progress in the tsn stream necessitates
      that a new gap be created to make room for it. This leads to a constant
      need for retransmits, and subsequent receiver stalls. The fix I've come up
      with is to deliver the frame without reneging if we have a full receive
      buffer and the receiving sockets sk_receive_queue is empty(indicating that
      the receive buffer is being blocked by a missing tsn).
      Signed-off-by: NNeil Horman <nhorman@tuxdriver.com>
      Signed-off-by: NSridhar Samudrala <sri@us.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d5b9f4c0
  5. 20 5月, 2006 2 次提交
  6. 06 5月, 2006 2 次提交
  7. 31 1月, 2006 2 次提交
  8. 18 1月, 2006 1 次提交
  9. 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
  10. 04 1月, 2006 1 次提交
  11. 12 11月, 2005 1 次提交
  12. 23 9月, 2005 1 次提交
  13. 24 6月, 2005 1 次提交
  14. 21 6月, 2005 1 次提交
  15. 29 4月, 2005 1 次提交
  16. 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