An error occurred fetching the project authors.
  1. 05 Jul, 2005 4 commits
  2. 24 Jun, 2005 2 commits
  3. 23 Jun, 2005 1 commit
  4. 19 Jun, 2005 4 commits
  5. 05 May, 2005 1 commit
  6. 25 Apr, 2005 1 commit
    • David S. Miller's avatar
      [TCP]: skb pcount with MTU discovery · d5ac99a6
      David S. Miller authored
      The problem is that when doing MTU discovery, the too-large segments in
      the write queue will be calculated as having a pcount of >1.  When
      tcp_write_xmit() is trying to send, tcp_snd_test() fails the cwnd test
      when pcount > cwnd.
      
      The segments are eventually transmitted one at a time by keepalive, but
      this can take a long time.
      
      This patch checks if TSO is enabled when setting pcount.
      Signed-off-by: default avatarJohn Heffner <jheffner@psc.edu>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d5ac99a6
  7. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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