tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.
[safe/jmp/linux-2.6] / net / ipv4 / tcp_input.c
2009-12-16 David S. Millertcp: Revert per-route SACK/DSACK/TIMESTAMP changes.
2009-12-09 Ilpo Järvinentcp: fix retrans_stamp advancing in error cases
2009-12-03 William Allen SimpsonTCPCT part 1g: Responder Cookie => Initiator
2009-11-23 Joe Perchesnet/ipv4: Move && and || to end of previous line
2009-11-14 William Allen Simpsonnet: TCP_MSS_DEFAULT, TCP_MSS_DESIRED
2009-11-05 Gilad Ben-Yosseftcp: Use defaults when no route options are available
2009-10-29 Gilad Ben-YossefAllow disabling of DSACK TCP option per route
2009-10-29 Gilad Ben-YossefAllow to turn off TCP window scale opt per route
2009-10-29 Gilad Ben-YossefAllow disabling TCP timestamp options per route
2009-10-29 Gilad Ben-YossefAdd the no SACK route option feature
2009-10-29 Gilad Ben-YossefAllow tcp_parse_options to consult dst entry
2009-10-28 Andreas Petlundnet: Corrected spelling error heurestics->heuristics
2009-09-15 Ilpo Järvinentcp: fix ssthresh u16 leftover
2009-09-01 Damian LukowskiRevert Backoff [v3]: Revert RTO on ICMP destination...
2009-05-29 Ilpo Järvinentcp: fix loop in ofo handling code and reduce its compl...
2009-05-29 David S. Millertcp: Use SKB queue and list helpers instead of doing...
2009-05-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-04 Satoru SATOHtcp: Fix tcp_prequeue() to get correct rto_min value
2009-05-04 Ilpo Järvinentcp: extend ECN sysctl to allow server-side only ECN
2009-04-14 Ilpo Järvinentcp: fix >2 iw selection
2009-03-23 John Dykstratcp: Discard segments that ack data not yet sent
2009-03-21 Ilpo Järvinennet/*: use linux/kernel.h swap()
2009-03-16 Ilpo Järvinentcp: simplify tcp_current_mss
2009-03-16 Ilpo Järvinentcp: don't check mtu probe completion in the loop
2009-03-16 Ilpo Järvinentcp: consolidate paws check
2009-03-16 Ilpo Järvinentcp: kill dead end_seq variable in clean_rtx_queue
2009-03-16 Ilpo Järvinentcp: remove pointless .dsack/.num_sacks code
2009-03-03 Hantzis Fotistcp: tcp_init_wl / tcp_update_wl argument cleanup
2009-03-02 Ilpo Järvinentcp: kill eff_sacks "cache", the sole user can calculat...
2009-03-02 Ilpo Järvinentcp: separate timeout marking loop to it's own function
2009-03-02 Ilpo Järvinentcp: remove redundant code from tcp_mark_lost_retrans
2009-03-02 Ilpo Järvinentcp: fix lost_cnt_hint miscounts
2009-03-01 Ilpo Järvinentcp: fix retrans_out leaks
2009-01-06 Dan Williamsnet_dma: convert to dma_find_channel
2008-12-06 Ilpo Järvinentcp: share code through function, not through copy...
2008-12-06 Ilpo Järvinentcp: drop tcp_bound_rto, merge content of it tcp_set_rto
2008-12-06 Ilpo Järvinentcp: no need to pass prev skb around, reduces arg pressure
2008-12-06 Ilpo Järvinentcp: introduce struct tcp_sacktag_state to reduce arg...
2008-12-06 Ilpo Järvinentcp: make mtu probe failure to not break gso'ed skbs...
2008-12-06 Ilpo Järvinentcp: Fix thinko making the not-shiftable to cover S...
2008-12-06 Ilpo Järvinentcp: force mss equality with the next skb too.
2008-11-25 Ilpo Järvinentcp: tcp_limit_reno_sacked can become static
2008-11-25 Ilpo Järvinentcp: add some mibs to track collapsing
2008-11-25 Ilpo Järvinentcp: Make shifting not clear the hints
2008-11-25 Ilpo Järvinentcp: Try to restore large SKBs while SACK processing
2008-11-25 Ilpo Järvinentcp: make tcp_sacktag_one able to handle partial skb too
2008-11-25 Ilpo Järvinentcp: Make SACK code to split only at mss boundaries
2008-11-25 Ilpo Järvinentcp: more aggressive skipping
2008-11-25 Ilpo Järvinentcp: move tcp_simple_retransmit to tcp_input
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/ipv4/ net/ipv6/
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet: replace uses of NIP6_FMT with %p6
2008-10-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-07 Ali Saiditcp: Fix possible double-ack w/ user dma
2008-10-07 Ilpo Järvinentcp: cleanup messy initializer
2008-10-07 Ilpo Järvinentcp: kill pointless urg_mode
2008-09-23 David S. Millertcp: Fix queue traversal in tcp_use_frto().
2008-09-22 David S. Millernet: Remove __skb_insert() calls outside of skbuff...
2008-09-21 Ilpo Järvinentcp: don't clear lost_skb_hint when not necessary
2008-09-21 Ilpo Järvinentcp: don't clear retransmit_skb_hint when not necessary
2008-09-21 Ilpo Järvinentcp: No need to clear retransmit_skb_hint when SACKing
2008-09-21 Ilpo Järvinentcp: Kill precaution that's very likely obsolete
2008-09-21 Ilpo Järvinentcp: convert retransmit_cnt_hint to seqno
2008-09-21 Ilpo Järvinentcp: add helper for lost bit toggling
2008-09-21 Ilpo Järvinentcp: move tcp_verify_retransmit_hint
2008-09-21 Ilpo Järvinentcp: Partial hint clearing has again become meaningless
2008-09-09 Gerrit RenkerThis reverts "Merge branch 'dccp' of git://eden-feed...
2008-09-09 David S. MillerMerge branch 'dccp' of git://eden-feed.erg.abdn.ac...
2008-09-04 Gerrit Renkertcp/dccp: Consolidate common code for RFC 3390 conversion
2008-08-23 Ilpo Järvinentcp: Add tcp_parse_aligned_timestamp
2008-08-23 Ilpo Järvinentcp: Add tcp_collapse_one to eliminate duplicated code
2008-08-23 Ilpo Järvinentcp: Add tcp_validate_incoming & put duplicated code...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-23 David S. Millertcp: Clear probes_out more aggressively in tcp_ack().
2008-07-19 Adam Langleytcp: Remove redundant checks when setting eff_sacks
2008-07-19 Stephen Hemmingertcp: RTT metrics scaling
2008-07-17 Pavel Emelyanovmib: add net to NET_INC_STATS_BH
2008-07-17 Pavel Emelyanovtcp: replace tcp_sock argument with sock in some places
2008-07-17 Pavel Emelyanovmib: add net to TCP_INC_STATS_BH
2008-07-03 Pavel Emelyanovtcp: de-bloat a bit with factoring NET_INC_STATS_BH out
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-12 David S. Millertcp: Revert 'process defer accept as established' changes.
2008-06-12 David S. MillerMerge branch 'net-next-2.6-misc-20080612a' of git:...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-06-11 YOSHIFUJI Hideakitcp md5sig: Share MD5 Signature option parser between...
2008-06-04 Ilpo Järvinentcp: fix skb vs fack_count out-of-sync condition
2008-06-04 Ilpo Järvinentcp: Fix inconsistency source (CA_Open only when !tcp_l...
2008-05-13 Ilpo Järvinentcp FRTO: work-around inorder receivers
2008-05-13 Ilpo Järvinentcp FRTO: Fix fallback to conventional recovery
2008-05-08 Ilpo Järvinentcp FRTO: SACK variant is errorneously used with NewReno
2008-05-05 Satoru SATOHip: Use inline function dst_metric() instead of direct...
2008-05-02 Harvey Harrisonnet: use get/put_unaligned_* helpers
2008-04-27 Evgeniy Polyakovtcp: Fix slab corruption with ipv6 and tcp6fuzz
2008-04-21 Arnd Hannemanntcp: Make use of before macro in tcp_input.c
2008-04-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-04-16 Vitaliy Gusev[TCP]: Add return value indication to tcp_prune_ofo_que...
2008-04-15 Vitaliy Gusev[TCP]: Fix never pruned tcp out-of-order queue.
2008-04-14 YOSHIFUJI Hideaki[TCP]: Format addresses appropriately in debug messages.
2008-04-14 YOSHIFUJI Hideaki[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
next