Age | Commit message (Expand) | Author |
2023-04-14 | net/ipv6: Initialise msg_control_is_user | Kevin Brodsky |
2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing |
2022-10-24 | inet6: Clean up failure path in do_ipv6_setsockopt(). | Kuniyuki Iwashima |
2022-10-12 | tcp: Fix data races around icsk->icsk_af_ops. | Kuniyuki Iwashima |
2022-10-12 | ipv6: Fix data races around sk->sk_prot. | Kuniyuki Iwashima |
2022-10-12 | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM). | Kuniyuki Iwashima |
2022-10-12 | tcp/udp: Fix memory leak in ipv6_renew_options(). | Kuniyuki Iwashima |
2022-09-06 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Paolo Abeni |
2022-09-02 | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt() | Martin KaFai Lau |
2022-09-02 | bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf | Martin KaFai Lau |
2022-09-02 | bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument | Martin KaFai Lau |
2022-09-02 | net: Add a len argument to compat_ipv6_get_msfilter() | Martin KaFai Lau |
2022-09-02 | net: Remove unused flags argument from do_ipv6_getsockopt | Martin KaFai Lau |
2022-08-24 | net: Fix data-races around sysctl_optmem_max. | Kuniyuki Iwashima |
2022-08-18 | bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt() | Martin KaFai Lau |
2022-08-18 | bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca... | Martin KaFai Lau |
2022-02-18 | ipv6: annotate some data-races around sk->sk_prot | Eric Dumazet |
2021-11-24 | net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset() | Maciej Żenczykowski |
2021-11-24 | net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECN | Maciej Żenczykowski |
2021-11-16 | net: drop nopreempt requirement on sock_prot_inuse_add() | Eric Dumazet |
2021-10-25 | ipv6: guard IPV6_MINHOPCOUNT with a static key | Eric Dumazet |
2021-10-25 | ipv6: annotate data races around np->min_hopcount | Eric Dumazet |
2021-08-05 | net/ipv4/ipv6: Replace one-element arraya with flexible-array members | Gustavo A. R. Silva |
2020-12-01 | net/ipv6: propagate user pointer annotation | Lukas Bulwahn |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-30 | ipv6: fix memory leaks on IPV6_ADDRFORM path | Cong Wang |
2020-07-24 | icmp6: support rfc 4884 | Willem de Bruijn |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig |
2020-07-24 | net/ipv6: switch do_ipv6_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/ipv6: factor out a ipv6_set_opt_hdr helper | Christoph Hellwig |
2020-07-24 | net/ipv6: switch ipv6_flowlabel_opt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/ipv6: switch ip6_mroute_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | netfilter: switch nf_setsockopt to sockptr_t | Christoph Hellwig |
2020-07-24 | net/xfrm: switch xfrm_user_policy to sockptr_t | Christoph Hellwig |
2020-07-19 | net/ipv6: remove compat_ipv6_{get,set}sockopt | Christoph Hellwig |
2020-07-19 | net/ipv6: factor out mcast join/leave setsockopt helpers | Christoph Hellwig |
2020-07-19 | net/ipv6: factor out MCAST_MSFILTER setsockopt helpers | Christoph Hellwig |
2020-07-19 | net/ipv6: factor out MCAST_MSFILTER getsockopt helpers | Christoph Hellwig |
2020-07-19 | netfilter: remove the compat_{get,set} methods | Christoph Hellwig |
2020-07-19 | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig |
2020-06-04 | seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds | Ahmed Abdelsalam |
2020-06-01 | ipv6: fix IPV6_ADDRFORM operation logic | Hangbin Liu |
2020-05-28 | ipv6: add ip6_sock_set_addr_preferences | Christoph Hellwig |
2020-05-20 | handle the group_source_req options directly | Al Viro |
2020-05-20 | ipv6: take handling of group_source_req options into a helper | Al Viro |
2020-05-20 | ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly | Al Viro |
2020-05-20 | ipv6: do compat setsockopt for MCAST_MSFILTER directly | Al Viro |
2020-05-20 | ip6_mc_msfilter(): pass the address list separately | Al Viro |
2020-05-20 | get rid of compat_mc_getsockopt() | Al Viro |
2020-05-20 | ip*_mc_gsfget(): lift copyout of struct group_filter into callers | Al Viro |