index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-24
ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().
Kuniyuki Iwashima
1
-0
/
+9
2025-04-24
ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().
Kuniyuki Iwashima
1
-3
/
+22
2025-04-24
ipv6: Split ip6_route_info_create().
Kuniyuki Iwashima
1
-33
/
+62
2025-04-24
ipv6: Move nexthop_find_by_id() after fib6_info_alloc().
Kuniyuki Iwashima
1
-16
/
+18
2025-04-24
ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().
Kuniyuki Iwashima
1
-7
/
+9
2025-04-24
ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().
Kuniyuki Iwashima
1
-37
/
+42
2025-04-24
ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.
Kuniyuki Iwashima
1
-20
/
+28
2025-04-24
ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().
Kuniyuki Iwashima
1
-39
/
+43
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-04-17
net: ipv6: ioam6: fix double reallocation
Justin Iurman
1
-5
/
+36
2025-04-17
net: ipv6: ioam6: use consistent dst names
Justin Iurman
1
-17
/
+18
2025-04-17
ovpn: implement TCP transport
Antonio Quartulli
1
-0
/
+1
2025-04-17
xfrm: Fix UDP GRO handling for some corner cases
Tobias Brunner
1
-8
/
+10
2025-04-16
ipv6: Use nlmsg_payload in route file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv6: Use nlmsg_payload in addrconf file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv6: Use nlmsg_payload in addrlabel file
Breno Leitao
1
-4
/
+4
2025-04-15
ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_req
Breno Leitao
1
-2
/
+2
2025-04-15
ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_req
Breno Leitao
1
-2
/
+2
2025-04-14
ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
4
-69
/
+27
2025-04-14
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca
1
-45
/
+4
2025-04-14
espintcp: fix skb leaks
Sabrina Dubroca
1
-1
/
+3
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
2
-3
/
+0
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
1
-1
/
+1
2025-04-10
ipv6: add exception routes to GC list in rt6_insert_exception
Xin Long
1
-0
/
+1
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
1
-1
/
+2
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-13
/
+14
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-8
/
+9
2025-04-09
ipv6: Align behavior across nexthops during path selection
Ido Schimmel
1
-4
/
+4
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
2
-0
/
+7
2025-04-07
ipv6: Fix null-ptr-deref in addrconf_add_ifaddr().
Kuniyuki Iwashima
1
-4
/
+5
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-5
/
+5
2025-04-04
ipv6: Do not consider link down nexthops in path selection
Ido Schimmel
1
-2
/
+4
2025-04-04
ipv6: Start path selection from the first nexthop
Ido Schimmel
1
-3
/
+35
2025-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
1
-2
/
+13
2025-04-03
ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
Fernando Fernandez Mancera
1
-12
/
+25
2025-04-02
netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
Debin Zhu
1
-3
/
+18
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-2
/
+2
2025-03-25
Revert "udp_tunnel: GRO optimizations"
Jakub Kicinski
2
-7
/
+0
2025-03-25
Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2
-9
/
+33
2025-03-24
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
2
-18
/
+0
2025-03-23
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Maxim Mikityanskiy
1
-0
/
+23
2025-03-21
netfilter: fib: avoid lookup if socket is available
Florian Westphal
1
-9
/
+10
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-20
/
+29
2025-03-20
Revert "gre: Fix IPv6 link-local address generation."
Guillaume Nault
1
-9
/
+6
2025-03-20
net: ipv6: ioam6: fix lwtunnel_output() loop
Justin Iurman
1
-4
/
+4
2025-03-18
inet: frags: save a pair of atomic operations in reassembly
Eric Dumazet
2
-6
/
+8
2025-03-18
inet: frags: change inet_frag_kill() to defer refcount updates
Eric Dumazet
2
-17
/
+22
2025-03-18
inet: frags: add inet_frag_putn() helper
Eric Dumazet
2
-3
/
+4
2025-03-18
ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().
Kuniyuki Iwashima
1
-0
/
+2
2025-03-18
ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().
Kuniyuki Iwashima
1
-1
/
+2
[prev]
[next]