aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: add const qualifiers where possibleEric Dumazet2011-10-211-3/+3
* tcp: initialize variable ecn_ok in syncookies pathMike Waychison2011-08-101-1/+1
* tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu2011-06-081-0/+1
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-6/+7
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-2/+2
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-13/+13
* 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-3/+3
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-5/+2
* syncookies: add support for ECNFlorian Westphal2010-06-261-2/+3
* syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2010-06-261-1/+0
* syncookies: check decoded options against sysctl settingsFlorian Westphal2010-06-161-2/+2
* syncookies: update mss tablesFlorian Westphal2010-06-051-24/+15
* syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2010-06-051-1/+1
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-7/+2
* 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-15/+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/+15
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-1/+1
* Use sk_mark for IPv6 routing lookupsBrian Haley2009-10-071-0/+1
* 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-2/+2
* netns xfrm: lookup in netnsAlexey Dobriyan2008-11-251-1/+1
* tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian2008-10-191-0/+1
* ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal2008-08-031-11/+11
* syncookies: Make sure ECN is disabledFlorian Westphal2008-07-261-0/+1
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-3/+3
* inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2008-06-101-1/+0
* [Syncookies]: Add support for TCP options via timestamps.Florian Westphal2008-04-101-4/+16
* [TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2008-03-231-1/+1
* [TCP]: Add IPv6 support to TCP SYN cookiesGlenn Griffin2008-03-041-0/+267