summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)Author
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-04-20ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau
2022-08-18bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-19raw: convert raw sockets to RCUEric Dumazet
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-02bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao