aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/syncookies.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-21tcp: add const qualifiers where possibleEric Dumazet1-1/+1
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison1-1/+1
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-0/+1
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-2/+2
2011-03-31ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller1-11/+7
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-12/+12
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-9/+11
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-9/+6
2010-06-26syncookies: add support for ECNFlorian Westphal1-5/+10
2010-06-26syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal1-21/+14
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal1-6/+19
2010-06-10net-next: remove useless union keywordChangli Gao1-3/+3
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-05syncookies: update mss tablesFlorian Westphal1-19/+19
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal1-1/+1
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-1/+2
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-14/+13
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson1-2/+3
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef1-13/+14
2009-10-07net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts1-1/+2
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-2/+3
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-1/+1
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal1-3/+2
2009-03-28lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore1-4/+5
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian1-0/+1
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian1-0/+2
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal1-0/+1
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov1-3/+3
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo1-2/+1
2008-04-10[Syncookies]: Add support for TCP options via timestamps.Florian Westphal1-5/+84
2008-03-23[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal1-2/+2
2008-03-04[TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin1-4/+3
2008-03-04[TCP]: lower stack usage in cookie_hash() functionEric Dumazet1-1/+3
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-18/+18
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-4/+4
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-29/+29
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro1-9/+9
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala1-1/+5
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala1-0/+1
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo1-2/+2
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-2/+0
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo1-1/+1