summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-169-13/+13
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-113-3/+3
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-113-4/+4
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-5/+5
* | tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2022-10-132-5/+19
* | tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-121-4/+6
* | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-7/+16
* | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-122-3/+14
* | netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2022-10-122-2/+2
* | tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-10-121-0/+2
* | inet: ping: fix recent breakageEric Dumazet2022-10-121-16/+5
* | ipv6: ping: fix wrong checksum for large framesEric Dumazet2022-10-121-1/+1
* | ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-10-071-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-033-8/+18
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-09-301-1/+4
| |\
| | * esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca2022-08-291-1/+4
| * | tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-302-7/+14
* | | once: rename _SLOW to _SLEEPABLEJason A. Donenfeld2022-10-031-2/+2
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-033-1/+17
|\ \ \
| * | | bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau2022-09-291-0/+1
| * | | bpf: Use 0 instead of NOT_INIT for btf_struct_access() writesDaniel Xu2022-09-101-1/+1
| * | | bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu2022-09-091-0/+15
* | | | once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-031-2/+2
* | | | gro: add support of (hw)gro packets to gro stackCoco Li2022-10-031-2/+15
* | | | net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian2022-10-032-23/+33
* | | | net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-032-36/+37
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-034-37/+61
|\ \ \ \
| * | | | xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca2022-09-291-2/+5
| * | | | xfrm: tunnel: add extack to ipip_init_state, xfrm6_tunnel_init_stateSabrina Dubroca2022-09-291-2/+6
| * | | | xfrm: esp: add extack to esp_init_state, esp6_init_stateSabrina Dubroca2022-09-291-21/+32
| * | | | xfrm: ah: add extack to ah_init_state, ah6_init_stateSabrina Dubroca2022-09-291-8/+13
| * | | | xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-294-4/+5
* | | | | net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau2022-09-281-0/+10
* | | | | tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-281-3/+2
* | | | | net: shrink struct ubuf_infoPavel Begunkov2022-09-282-2/+2
* | | | | netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-09-281-0/+3
* | | | | udp: Refactor udp_read_skb()Peilin Ye2022-09-261-29/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-223-11/+22
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye2022-09-221-1/+1
| * | | | ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel2022-09-201-0/+2
| * | | | tcp: read multiple skbs in tcp_read_skb()Cong Wang2022-09-201-10/+19
| * | | | tcp: Use WARN_ON_ONCE() in tcp_read_skb()Peilin Ye2022-09-161-1/+1
* | | | | netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault2022-09-211-1/+0
* | | | | tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-205-8/+126
* | | | | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-202-1/+16
* | | | | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-207-46/+71
* | | | | tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-204-14/+13
* | | | | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-205-23/+12
* | | | | tcp: Clean up some functions.Kuniyuki Iwashima2022-09-204-37/+37