aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/syncookies.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-3/+3
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima1-1/+2
2022-07-13tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima1-1/+1
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet1-1/+7
2021-11-16net: align static siphash keysEric Dumazet1-1/+1
2021-09-21net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu1-2/+0
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-11-10net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+7
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-02tcp: fix syn cookied MPTCP request socket leakPaolo Abeni1-1/+1
2020-09-10tcp: record received TOS value in the request socketWei Wang1-3/+3
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal1-0/+6
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal1-4/+34
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal1-0/+4
2019-11-07tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault1-9/+8
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault1-1/+6
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet1-1/+1
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel1-0/+2
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet1-1/+1
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-1/+1
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko1-0/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet1-2/+4
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet1-1/+1
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-3/+4
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-4/+4
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet1-2/+10
2017-01-09syncookies: use SipHash in place of SHA1Jason A. Donenfeld1-16/+5
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-1/+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-3/+1
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+1
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-3/+1
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-2/+2
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-1/+3
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-2/+2
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet1-0/+1
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet1-1/+1
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet1-0/+4
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet1-5/+1
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+1
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet1-5/+5
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet1-1/+0