aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6/af_inet6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima1-7/+1
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-0/+1
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-1/+7
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-0/+6
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-20ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel1-2/+2
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau1-0/+1
2022-08-18bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau1-0/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima1-1/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-1/+2
2022-06-19raw: convert raw sockets to RCUEric Dumazet1-0/+3
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-3/+2
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet1-6/+18
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov1-0/+1
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-5/+2
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet1-10/+11
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-3/+3
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman1-0/+10
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+1
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler1-0/+1
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-1/+1
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-1/+0
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+11
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen1-0/+1
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev1-3/+6
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev1-4/+5
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+1
2020-12-02bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu1-0/+1
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+1
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+6
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+6
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann1-3/+6
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+53
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig1-6/+10
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev1-5/+7
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev1-5/+5
2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal1-0/+1
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca1-0/+1
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-0/+4
2020-03-29net: ipv6: add rpl sr tunnelAlexander Aring1-0/+7
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-1/+1
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-1/+1