summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)Author
2026-06-15tcp: rehash onto different local ECMP path on retransmit timeoutNeil Spring
2026-06-05ipv6: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet
2026-06-04ipv6: use READ_ONCE() for bindv6only default in inet6_create()Runyu Xiao
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
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