index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
af_inet6.c
Age
Commit message (
Expand
)
Author
2026-03-11
ipv6: move the disable_ipv6_mod knob to core code
Jakub Kicinski
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-18
ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()
Eric Dumazet
2026-02-10
ipv6: use np->final in inet6_sk_rebuild_header()
Eric Dumazet
2026-02-05
ipv6: change inet6_sk_rebuild_header() to use inet->cork.fl.u.ip6
Eric Dumazet
2026-01-19
ipv6: annotate data-races over sysctl.flowlabel_reflect
Eric Dumazet
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-10-29
ipv6: icmp: Add RFC 5837 support
Ido Schimmel
2025-09-18
ipv6: make ipv6_pinfo.daddr_cache a boolean
Eric Dumazet
2025-09-18
ipv6: make ipv6_pinfo.saddr_cache a boolean
Eric Dumazet
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
2025-04-17
ovpn: implement TCP transport
Antonio Quartulli
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
2024-10-15
net: inet6: do not leave a dangling sk pointer in inet6_create()
Ignat Korchagin
2024-08-29
tcp: add SO_PEEK_OFF socket option tor TCPv6
Jon Maloy
2024-07-14
Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2024-06-26
xfrm: support sending NAT keepalives in ESP in UDP states
Eyal Birger
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
2024-02-21
udp: add local "peek offset enabled" flag
Paolo Abeni
2024-01-23
ipv6: init the accept_queue's spinlocks in inet6_create
Zhengchao Shao
2023-10-30
Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2023-10-11
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2023-10-09
bpf: Derive source IP addr via bpf_*_fib_lookup()
Martynas Pumputis
2023-10-06
xfrm: Support GRO for IPv6 ESP in UDP encapsulation
Steffen Klassert
2023-09-15
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
2023-09-15
ipv6: move np->repflow to atomic flags
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_MULTICAST_ALL implementation
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-14
net: factor out inet{,6}_bind_sk helpers
Paolo Abeni
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-04-20
ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6
Mahesh Bandewar
2023-03-17
net: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
2023-02-15
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
2023-02-08
txhash: fix sk->sk_txrehash default
Kevin Yang
2022-11-21
net: Return errno in sk->sk_prot->get_port().
Kuniyuki Iwashima
2022-10-24
inet6: Remove inet6_destroy_sock().
Kuniyuki Iwashima
2022-10-24
dccp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
2022-10-12
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
2022-10-12
udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).
Kuniyuki Iwashima
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]