summaryrefslogtreecommitdiff
path: root/net/ipv4/syncookies.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-12/+4
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang1-3/+3
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang1-9/+1
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-08-28tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal1-1/+1
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1
2014-06-28tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-1/+2
2014-05-14net: support marking accepting TCP socketsLorenzo Colitti1-1/+2
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen1-1/+1
2013-10-20inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa1-10/+5
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-4/+4
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-6/+6
2013-09-24tcp: syncookies: reduce mss table to four valuesFlorian Westphal1-11/+11
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal1-21/+10
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy1-11/+18
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-04-12tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-03-17tcp: Remove TCPCTChristoph Paasch1-2/+1
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-3/+4
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-1/+1
2012-09-01tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-0/+1
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-1/+1
2012-03-12tcp: fix syncookie regressionEric Dumazet1-14/+16
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian1-1/+1
2011-11-01net: 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-11tcp: initialize variable ecn_ok in syncookies pathMike Waychison1-1/+1
2011-06-09tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu1-0/+1
2011-04-29inet: 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-13net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-13ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-12/+12
2011-03-13net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-9/+11
2011-03-03ipv4: 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-27syncookies: add support for ECNFlorian Westphal1-5/+10
2010-06-27syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal1-21/+14
2010-06-17syncookies: check decoded options against sysctl settingsFlorian Westphal1-6/+19
2010-06-11net-next: remove useless union keywordChangli Gao1-3/+3
2010-06-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-05tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2009-12-24net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-1/+2
2009-12-16tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-14/+13
2009-12-03TCPCT 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-08net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts1-1/+2