Historie revizí

Autor SHA1 Zpráva Datum
  Ilpo Järvinen 41834b7332 tcp: share code through function, not through copy-paste. :-) před 16 roky
  Ilpo Järvinen ee6aac5950 tcp: drop tcp_bound_rto, merge content of it tcp_set_rto před 16 roky
  Ilpo Järvinen 50133161a8 tcp: no need to pass prev skb around, reduces arg pressure před 16 roky
  Ilpo Järvinen a1197f5a6f tcp: introduce struct tcp_sacktag_state to reduce arg pressure před 16 roky
  Ilpo Järvinen 775ffabf77 tcp: make mtu probe failure to not break gso'ed skbs unnecessarily před 16 roky
  Ilpo Järvinen 9969ca5f20 tcp: Fix thinko making the not-shiftable to cover S|R as well před 16 roky
  Ilpo Järvinen f0bc52f38b tcp: force mss equality with the next skb too. před 16 roky
  Ilpo Järvinen 8eecaba900 tcp: tcp_limit_reno_sacked can become static před 16 roky
  Ilpo Järvinen 111cc8b913 tcp: add some mibs to track collapsing před 16 roky
  Ilpo Järvinen 92ee76b6d9 tcp: Make shifting not clear the hints před 16 roky
  Ilpo Järvinen 832d11c5cd tcp: Try to restore large SKBs while SACK processing před 16 roky
  Ilpo Järvinen f58b22fd3c tcp: make tcp_sacktag_one able to handle partial skb too před 16 roky
  Ilpo Järvinen adb92db857 tcp: Make SACK code to split only at mss boundaries před 16 roky
  Ilpo Järvinen e8bae275d9 tcp: more aggressive skipping před 16 roky
  Ilpo Järvinen e1aa680fa4 tcp: move tcp_simple_retransmit to tcp_input před 16 roky
  Harvey Harrison 673d57e723 net: replace NIPQUAD() in net/ipv4/ net/ipv6/ před 16 roky
  Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 před 16 roky
  Harvey Harrison 0c6ce78abf net: replace uses of NIP6_FMT with %p6 před 16 roky
  David S. Miller 4dd565134e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 před 16 roky
  Ali Saidi 53240c2087 tcp: Fix possible double-ack w/ user dma před 16 roky
  Ilpo Järvinen 4a7e56098f tcp: cleanup messy initializer před 16 roky
  Ilpo Järvinen 33f5f57eeb tcp: kill pointless urg_mode před 16 roky
  David S. Miller 28e3487b7d tcp: Fix queue traversal in tcp_use_frto(). před 16 roky
  David S. Miller 43f59c8939 net: Remove __skb_insert() calls outside of skbuff internals. před 16 roky
  Ilpo Järvinen 90638a04ad tcp: don't clear lost_skb_hint when not necessary před 16 roky
  Ilpo Järvinen ef9da47c7c tcp: don't clear retransmit_skb_hint when not necessary před 16 roky
  Ilpo Järvinen 184d68b2b0 tcp: No need to clear retransmit_skb_hint when SACKing před 16 roky
  Ilpo Järvinen f09142eddb tcp: Kill precaution that's very likely obsolete před 16 roky
  Ilpo Järvinen 006f582c73 tcp: convert retransmit_cnt_hint to seqno před 16 roky
  Ilpo Järvinen 41ea36e35a tcp: add helper for lost bit toggling před 16 roky