summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)Author
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet
2026-02-10ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet
2026-02-05ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6Eric Dumazet
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet
2025-06-23net: annotate races around sk->sk_uidEric Dumazet
2025-04-17ovpn: implement TCP transportAntonio Quartulli
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima
2024-10-15net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin
2024-08-29tcp: add SO_PEEK_OFF socket option tor TCPv6Jon Maloy
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger
2024-06-06net: use unrcu_pointer() helperEric Dumazet
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
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