summaryrefslogtreecommitdiffstats
path: root/net/ipv4/syncookies.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: support marking accepting TCP socketsLorenzo Colitti2014-05-131-1/+2
* ipv4: fix checkpatch error "space prohibited"Weilong Chen2013-12-261-1/+1
* inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-191-10/+5
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-101-4/+4
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-6/+6
* tcp: syncookies: reduce mss table to four valuesFlorian Westphal2013-09-241-11/+11
* tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal2013-09-241-21/+10
* net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy2013-08-281-11/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+2
|\
| * tcp: incoming connections might use wrong route under synfloodDmitry Popov2013-04-111-2/+2
* | tcp: Remove TCPCTChristoph Paasch2013-03-171-2/+1
|/