summaryrefslogtreecommitdiff
path: root/net/ipv4/syncookies.c
AgeCommit message (Expand)Author
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet
2015-03-17inet: fix request sock refcountingEric Dumazet
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-12inet: introduce ireq_familyEric Dumazet
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2014-11-04net: allow setting ecn via routing tableFlorian Westphal
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal
2014-11-04syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-08-27tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-09-24tcp: syncookies: reduce mss table to four valuesFlorian Westphal
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-11tcp: incoming connections might use wrong route under synfloodDmitry Popov
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-03-11tcp: fix syncookie regressionEric Dumazet
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-21tcp: add const qualifiers where possibleEric Dumazet
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-03-31ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller