aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/syncookies.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko1-0/+1
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet1-1/+2
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-1/+1
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-1/+1
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-1/+1
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet1-1/+9
2017-01-09syncookies: use SipHash in place of SHA1Jason A. Donenfeld1-22/+19
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-0/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+1
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-1/+1
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-2/+2
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-1/+1
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-2/+2
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet1-1/+1
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet1-4/+1
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+1
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet1-18/+1
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet1-1/+0
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet1-1/+0
2015-03-17inet: fix request sock refcountingEric Dumazet1-3/+4
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-2/+1
2015-03-12inet: introduce ireq_familyEric Dumazet1-0/+1
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-0/+1
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal1-3/+2
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal1-2/+5
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama1-1/+0
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-1/+1
2014-08-27tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal1-1/+1
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila1-1/+1
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti1-1/+3
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_onceHannes Frederic Sowa1-3/+9
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-13/+11
2013-09-24tcp: syncookies: reduce mss table to four valuesFlorian Westphal1-6/+9
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal1-17/+7
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy1-9/+16
2013-03-17tcp: Remove TCPCTChristoph Paasch1-2/+1
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-1/+1
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-1/+1