aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/syncookies.c
AgeCommit message (Expand)Author
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
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-06-26syncookies: add support for ECNFlorian Westphal
2010-06-26syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal
2010-06-10net-next: remove useless union keywordChangli Gao
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-05syncookies: update mss tablesFlorian Westphal
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef
2009-10-07net: Add sk_mark route lookup support for IPv4 listening socketsAtis Elsts
2009-06-24percpu: clean up percpu variable definitionsTejun Heo
2009-06-24percpu: cleanup percpu array definitionsTejun Heo
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal
2009-03-28lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo
2008-04-10[Syncookies]: Add support for TCP options via timestamps.Florian Westphal
2008-03-23[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal
2008-03-04[TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin
2008-03-04[TCP]: lower stack usage in cookie_hash() functionEric Dumazet