summaryrefslogtreecommitdiff
path: root/net/ipv6/syncookies.c
Commit message (Expand)AuthorAge
* net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-25
* tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-28
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-18
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-01
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-08
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-08
* tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-08
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-17
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-05
* syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-09
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-02
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-04
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19
|\
| * ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-07
* | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-15
|/
* net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-18
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-02
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-12
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-05
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-29
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-21
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-07
* tcp: fix ipv4 mapped request socksEric Dumazet2015-03-25
* inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-20
* inet: fix request sock refcountingEric Dumazet2015-03-17
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-17
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-17
* inet: introduce ireq_familyEric Dumazet2015-03-12
* ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-12
* net: allow setting ecn via routing tableFlorian Westphal2014-11-04
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-04
* syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-30
* net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-18
|\
| * ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-17
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-26
* | ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet2014-09-28
* | tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2014-08-27
|/
* net: remove inet6_reqsk_allocOctavian Purdila2014-06-27
* net: support marking accepting TCP socketsLorenzo Colitti2014-05-13
* net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-06
* inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-19
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-10
* inet: includes a sock_common in request_sockEric Dumazet2013-10-10
* tcp: syncookies: reduce mss table to four valuesFlorian Westphal2013-09-24
* tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal2013-09-24
* net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy2013-08-28
* tcp: Remove TCPCTChristoph Paasch2013-03-17