summaryrefslogtreecommitdiffstats
path: root/net/ipv4/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-281-1/+1
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-1/+1
* ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-061-1/+1
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-181-0/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-2/+4
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-1/+1
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-3/+4
* 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-4/+4
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-2/+10
* syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-091-16/+5
* 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-1/+1
* 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-3/+1
|\
| * ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-3/+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
* tcp/dccp: fix hashdance race for passive sessionsEric Dumazet2015-10-231-1/+3
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-121-2/+2
* tcp: fix RFS vs lockless listenersEric Dumazet2015-10-111-0/+1
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-051-1/+1
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-031-0/+4
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-291-5/+1
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-211-1/+1
* tcp: get_cookie_sock() consolidationEric Dumazet2015-06-071-5/+5
* 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: request sock should init IPv6/IPv4 addressesEric Dumazet2015-03-181-2/+2
* inet: fix request sock refcountingEric Dumazet2015-03-171-5/+6
* 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: add proper refcounting to request sockEric Dumazet2015-03-161-5/+5
* inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-141-0/+2
* inet: introduce ireq_familyEric Dumazet2015-03-121-0/+1
* net: fix CONFIG_NET_NS=n compilationEric Dumazet2015-03-111-1/+1
* net: add real socket cookiesEric Dumazet2015-03-111-0/+1
* net: allow setting ecn via routing tableFlorian Westphal2014-11-041-3/+3
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-041-10/+21
* syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal2014-11-041-15/+35
* syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-301-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-181-12/+4
|\
| * ipv4: clean up cookie_v4_check()Cong Wang2014-10-171-3/+3
| * ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-171-9/+1
| * ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang2014-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
* | tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2014-08-271-1/+1
|/
* tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2014-06-271-1/+2
OpenPOWER on IntegriCloud