summaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c
AgeCommit message (Expand)AuthorLines
2014-11-04net: allow setting ecn via routing tableFlorian Westphal-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal-3/+2
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal-2/+5
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama-1/+0
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet-1/+1
2014-08-27tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal-1/+1
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter-1/+1
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila-1/+1
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti-1/+3
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert-1/+1
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa-3/+9
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet-13/+11
2013-09-24tcp: syncookies: reduce mss table to four valuesFlorian Westphal-6/+9
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal-17/+7
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy-9/+16
2013-03-17tcp: Remove TCPCTChristoph Paasch-2/+1
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa-1/+1
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet-1/+1
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu-0/+1
2012-07-19net-tcp: Fast Open baseYuchung Cheng-1/+1
2012-07-05ipv6: remove redundant declarationsEric Dumazet-3/+0
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-4/+4
2011-10-21tcp: add const qualifiers where possibleEric Dumazet-3/+3
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison-1/+1
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu-0/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet-6/+7
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller-2/+2
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller-13/+13
2011-03-12net: Make flowi ports AF dependent.David S. Miller-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller-3/+3
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller-5/+2
2010-06-26syncookies: add support for ECNFlorian Westphal-2/+3
2010-06-26syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal-1/+0
2010-06-16syncookies: check decoded options against sysctl settingsFlorian Westphal-2/+2
2010-06-05syncookies: update mss tablesFlorian Westphal-24/+15
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal-1/+1
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard-7/+2
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey-1/+2
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller-15/+13
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson-2/+3
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef-13/+15
2009-10-18inet: rename some inet_sock fieldsEric Dumazet-1/+1
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley-0/+1
2009-06-24percpu: clean up percpu variable definitionsTejun Heo-2/+3
2009-06-24percpu: cleanup percpu array definitionsTejun Heo-1/+1
2009-04-20syncookies: remove last_synq_overflow from struct tcp_sockFlorian Westphal-2/+2