aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-2/+2
|\
| * tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-05-011-2/+2
* | smdk4412: network: squashed commitsDerTeufel2014-12-091-1/+2
|/
* tcp: fix syncookie regressionEric Dumazet2012-03-231-14/+16
* tcp: initialize variable ecn_ok in syncookies pathMike Waychison2011-10-031-1/+1
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-2/+2
* ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller2011-03-311-11/+7
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-2/+2
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-12/+12
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-2/+2
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-9/+11
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-1/+2
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-9/+6
* syncookies: add support for ECNFlorian Westphal2010-06-261-5/+10
* syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2010-06-261-21/+14
* syncookies: check decoded options against sysctl settingsFlorian Westphal2010-06-161-6/+19
* net-next: remove useless union keywordChangli Gao2010-06-101-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-1/+1
|\
| * tcp: use correct net ns in cookie_v4_check()Eric Dumazet2010-06-041-1/+1
* | syncookies: update mss tablesFlorian Westphal2010-06-051-19/+19
* | syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2010-06-051-1/+1
|/
* net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey2009-12-231-1/+2
* tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-151-14/+13
* TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-021-2/+3
* Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2009-10-291-13/+14
* net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts2009-10-071-1/+2
* percpu: clean up percpu variable definitionsTejun Heo2009-06-241-2/+3
* percpu: cleanup percpu array definitionsTejun Heo2009-06-241-1/+1
* syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal2009-04-201-3/+2
* lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore2009-03-281-4/+5
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-011-0/+1
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-011-0/+2
* syncookies: Make sure ECN is disabledFlorian Westphal2008-07-261-0/+1
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-2/+1
|\
| * inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2008-06-101-2/+1
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* [Syncookies]: Add support for TCP options via timestamps.Florian Westphal2008-04-101-5/+84
* [TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2008-03-231-2/+2
* [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-041-4/+3
* [TCP]: lower stack usage in cookie_hash() functionEric Dumazet2008-03-041-1/+3
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-1/+1
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-251-18/+18
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-4/+4
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-29/+29
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-021-9/+9
* [MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala2006-09-221-1/+5
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-221-0/+1
* [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-01-031-2/+2
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-291-2/+0