summaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-1/+1
|\
| * ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-1/+1
* | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+1
|/
* net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-181-2/+2
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-1/+1
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-121-2/+2
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-051-1/+1
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-291-4/+1
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-211-1/+1
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-071-18/+1
* tcp: fix ipv4 mapped request socksEric Dumazet2015-03-251-1/+0
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-1/+0
* inet: fix request sock refcountingEric Dumazet2015-03-171-3/+4
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-1/+1
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-171-2/+1
* inet: introduce ireq_familyEric Dumazet2015-03-121-0/+1
* ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-121-0/+1
* net: allow setting ecn via routing tableFlorian Westphal2014-11-041-1/+1
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-041-3/+2
* syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-301-2/+5
* net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-241-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-181-1/+1
|\
| * ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-171-1/+1
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet2014-09-281-1/+1
* | tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2014-08-271-1/+1
|/
* net: remove inet6_reqsk_allocOctavian Purdila2014-06-271-1/+1
* net: support marking accepting TCP socketsLorenzo Colitti2014-05-131-1/+3
* net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-1/+1
* inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-191-3/+9
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-101-1/+1
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-13/+11
* tcp: syncookies: reduce mss table to four valuesFlorian Westphal2013-09-241-6/+9
* tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal2013-09-241-17/+7
* net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-281-9/+16
* tcp: Remove TCPCTChristoph Paasch2013-03-171-2/+1
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-061-1/+1
* tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-031-1/+1
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-311-0/+1
* net-tcp: Fast Open baseYuchung Cheng2012-07-191-1/+1
* ipv6: remove redundant declarationsEric Dumazet2012-07-051-3/+0
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-4/+4
* 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