summaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-261-0/+2
* tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-281-1/+1
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-181-0/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-1/+2
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-1/+1
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-1/+1
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-1/+9
* syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-091-22/+19Star
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-0/+1
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-281-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-161-2/+1Star
|/
* 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-031-1/+1
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-131-2/+2
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-051-1/+1
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-301-4/+1Star
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-221-1/+1
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-081-18/+1Star
* tcp: fix ipv4 mapped request socksEric Dumazet2015-03-251-1/+0Star
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-1/+0Star
* inet: fix request sock refcountingEric Dumazet2015-03-181-3/+4
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-181-1/+1
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-181-2/+1Star
* inet: introduce ireq_familyEric Dumazet2015-03-131-0/+1
* ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-131-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/+2Star
* 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/+0Star
* 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-181-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-281-1/+1
|/
* net: remove inet6_reqsk_allocOctavian Purdila2014-06-281-1/+1
* net: support marking accepting TCP socketsLorenzo Colitti2014-05-141-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-201-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/+11Star
* 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/+7Star
* net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-281-9/+16