summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)Author
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
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