tcp: consolidate paws check
[safe/jmp/linux-2.6] / net / ipv4 / tcp_input.c
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
2008-04-14 Gerrit Renker[SKB]: __skb_append = __skb_queue_after
2008-04-08 Ilpo Järvinen[TCP]: Don't allow FRTO to take place while MTU is...
2008-04-08 Ilpo Järvinen[TCP]: tcp_simple_retransmit can cause S+L
2008-04-08 Ilpo Järvinen[TCP]: Fix NewReno's fast rexmit/recovery problems...
2008-04-08 Ilpo Järvinen[TCP]: Restore 2.6.24 mark_head_lost behavior for newre...
2008-03-21 Patrick McManus[TCP]: TCP_DEFER_ACCEPT updates - process as established
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-03-04 Glenn Griffin[TCP]: Add IPv6 support to TCP SYN cookies
2008-03-03 Ilpo Järvinen[TCP]: Must count fack_count also when skipping
2008-02-01 Ilpo Järvinen[TCP]: NewReno must count every skb while marking losses
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_parse_options deep indented switch
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_{in,out}put.c style
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Ilpo Järvinen[TCP]: Dropped unnecessary skb/sacked accessing in...
2008-01-28 Ilpo Järvinen[TCP]: Introduce tcp_wnd_end() to reduce line lengths
2008-01-28 Ilpo Järvinen[TCP]: Make invariant check complain about invalid...
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Ilpo Järvinen[TCP]: Remove seq_rtt ptr from clean_rtx_queue args
2008-01-28 Eric Dumazet[TCP]: Avoid two divides in __tcp_grow_window()
2008-01-28 Ilpo Järvinen[TCP]: Abstract tp->highest_sack accessing & point...
2008-01-28 Ilpo Järvinen[TCP]: Cleanup local variables of clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Add unlikely() to urgent handling in clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Remove duplicated code block from clean_rtx_queue
next