summaryrefslogtreecommitdiff
path: root/net/ipv6/syncookies.c
AgeCommit message (Expand)Author
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
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-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.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-01ipv6: Consolidate route lookup sequences.David S. Miller
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-05syncookies: update mss tablesFlorian Westphal
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard
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-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley
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
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-10-19tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal
2008-07-26syncookies: Make sure ECN is disabledFlorian Westphal
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
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