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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-17
xfrm: Fix UDP GRO handling for some corner cases
Tobias Brunner
1
-8
/
+10
2025-04-16
ipv4: Use nlmsg_payload in ipmr file
Breno Leitao
1
-4
/
+4
2025-04-16
ipv4: Use nlmsg_payload in route file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv4: Use nlmsg_payload in fib_frontend file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv4: Use nlmsg_payload in devinet file
Breno Leitao
1
-2
/
+2
2025-04-14
ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().
Kuniyuki Iwashima
4
-43
/
+27
2025-04-14
nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-8
/
+5
2025-04-14
udp: properly deal with xfrm encap and ADDRFORM
Paolo Abeni
2
-5
/
+28
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
tcp: Rename tcp_or_dccp_get_hashinfo().
Kuniyuki Iwashima
2
-11
/
+12
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
3
-26
/
+6
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
4
-8
/
+3
2025-04-10
ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcu
Zhengchao Shao
1
-2
/
+1
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
1
-0
/
+2
2025-04-10
tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
Jiayuan Chen
2
-1
/
+2
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
2
-3
/
+7
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-9
/
+9
2025-04-08
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
1
-4
/
+4
2025-04-08
udp_tunnel: use static call for GRO hooks when possible
Paolo Abeni
1
-1
/
+134
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
3
-1
/
+62
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
3
-9
/
+9
2025-04-03
net: fix geneve_opt length integer overflow
Lin Ma
1
-1
/
+1
2025-04-03
net: switch to netif_disable_lro in inetdev_init
Stanislav Fomichev
1
-1
/
+1
2025-04-02
tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().
Guillaume Nault
1
-1
/
+1
2025-04-02
udp: Fix memory accounting leak.
Kuniyuki Iwashima
1
-9
/
+7
2025-04-02
udp: Fix multiple wraparounds of sk->sk_rmem_alloc.
Kuniyuki Iwashima
1
-9
/
+17
2025-03-31
Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"
Eric Dumazet
3
-20
/
+6
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
45
-806
/
+1151
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+4
2025-03-25
tcp/dccp: remove icsk->icsk_ack.timeout
Eric Dumazet
2
-6
/
+6
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
3
-9
/
+10
2025-03-25
Revert "udp_tunnel: GRO optimizations"
Jakub Kicinski
3
-192
/
+2
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
1
-6
/
+5
2025-03-25
tcp: avoid atomic operations on sk->sk_rmem_alloc
Eric Dumazet
3
-6
/
+20
2025-03-25
nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+10
2025-03-25
nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+11
2025-03-25
nexthop: Remove redundant group len check in nexthop_create_group().
Kuniyuki Iwashima
1
-3
/
+0
2025-03-25
nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().
Kuniyuki Iwashima
1
-5
/
+6
2025-03-25
nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().
Kuniyuki Iwashima
1
-20
/
+23
2025-03-25
nexthop: Split nh_check_attr_group().
Kuniyuki Iwashima
1
-21
/
+47
2025-03-25
nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().
Kuniyuki Iwashima
1
-15
/
+18
2025-03-25
tcp: support TCP_DELACK_MAX_US for set/getsockopt use
Jason Xing
2
-2
/
+13
2025-03-25
tcp: support TCP_RTO_MIN_US for set/getsockopt use
Jason Xing
1
-1
/
+12
2025-03-24
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
2
-13
/
+0
2025-03-24
tcp: move icsk_clean_acked to a better location
Eric Dumazet
2
-6
/
+11
2025-03-21
netfilter: fib: avoid lookup if socket is available
Florian Westphal
1
-6
/
+5
2025-03-18
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
1
-2
/
+1
2025-03-18
inet: frags: save a pair of atomic operations in reassembly
Eric Dumazet
2
-11
/
+12
2025-03-18
inet: frags: change inet_frag_kill() to defer refcount updates
Eric Dumazet
2
-23
/
+19
[prev]
[next]