summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-164-11/+11
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-2/+2
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-9/+9
* | tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-122-3/+6
* | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-121-2/+2
* | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-124-3/+30
* | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-122-12/+14
* | tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-10-121-0/+7
* | netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2022-10-122-9/+5
* | inet: ping: fix recent breakageEric Dumazet2022-10-121-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+4
|\
| * 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
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-031-0/+16
|\ \ \
| * | | bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP pingYiFei Zhu2022-09-091-0/+16
* | | | net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian2022-10-031-26/+1
* | | | net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-032-71/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-035-44/+68
|\ \ \ \
| * | | | xfrm: mip6: add extack to mip6_destopt_init_state, mip6_rthdr_init_stateSabrina Dubroca2022-09-291-6/+4
| * | | | 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-7/+14
| * | | | xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-295-6/+7
* | | | | ip6_vti:Remove the space before the commaHongbin Wang2022-09-301-1/+1
* | | | | net-next: skbuff: refactor pskb_pullRichard Gobert2022-09-301-1/+1
* | | | | net: shrink struct ubuf_infoPavel Begunkov2022-09-281-1/+1
* | | | | netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-09-281-1/+5
* | | | | Add skb drop reasons to IPv6 UDP receive pathDonald Hunter2022-09-271-6/+16
* | | | | ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet2022-09-231-1/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-222-3/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel2022-09-201-2/+2
| * | | | ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel2022-09-201-1/+4
* | | | | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-201-1/+1
* | | | | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-205-21/+21
* | | | | tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-201-1/+1
* | | | | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-201-1/+1
* | | | | tcp: Clean up some functions.Kuniyuki Iwashima2022-09-201-9/+8
* | | | | seg6: add NEXT-C-SID support for SRv6 End behaviorAndrea Mayer2022-09-201-3/+332
* | | | | seg6: add netlink_ext_ack support in parsing SRv6 behavior attributesAndrea Mayer2022-09-201-16/+28
* | | | | net-next: gro: Fix use of skb_gro_header_slowRichard Gobert2022-09-201-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-3/+15
|\| | | | | |_|/ / |/| | |
| * | | ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-051-0/+5
| * | | bonding: add all node mcast address when slave upHangbin Liu2022-09-051-2/+6
| * | | rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-1/+4
| | |/ | |/|
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-064-63/+70
|\ \ \
| * | | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2022-09-022-2/+3
| * | | bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-8/+8
| * | | bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-023-40/+47
| * | | net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau2022-09-021-5/+3