aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-26syncookies: add support for ECNFlorian Westphal1-2/+3
2010-06-26syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal1-1/+0
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal1-2/+2
2010-06-05syncookies: update mss tablesFlorian Westphal1-24/+15
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal1-1/+1
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard1-7/+2
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-15/+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/+15
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-1/+1
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley1-0/+1
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-2/+2
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-1/+1
2008-10-19tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian1-0/+1
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal1-11/+11
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-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo1-1/+0
2008-04-10[Syncookies]: Add support for TCP options via timestamps.Florian Westphal1-4/+16
2008-03-23[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal1-1/+1
2008-03-04[TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin1-0/+267