index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-04
net: pktgen: remove some superfluous variable initializing
Peter Seiderer
1
-2
/
+2
2025-03-04
net: pktgen: remove extra tmp variable (re-use len instead)
Peter Seiderer
1
-5
/
+4
2025-03-04
net: pktgen: fix mix of int/long
Peter Seiderer
1
-18
/
+20
2025-03-04
mptcp: Remove unused declaration mptcp_set_owner_r()
Yue Haibing
1
-1
/
+0
2025-03-04
mptcp: use sock_kmemdup for address entry
Geliang Tang
1
-2
/
+1
2025-03-04
net: use sock_kmemdup for ip_options
Geliang Tang
3
-12
/
+5
2025-03-04
sock: add sock_kmemdup helper
Geliang Tang
1
-0
/
+16
2025-03-04
tcp: tcp_set_window_clamp() cleanup
Eric Dumazet
1
-18
/
+18
2025-03-04
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
4
-5
/
+5
2025-03-04
net: gro: convert four dev_net() calls
Eric Dumazet
4
-4
/
+4
2025-03-04
tcp: convert to dev_net_rcu()
Eric Dumazet
3
-20
/
+20
2025-03-04
tcp: add four drop reasons to tcp_check_req()
Eric Dumazet
1
-2
/
+8
2025-03-04
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
4
-6
/
+8
2025-03-04
ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+14
2025-03-04
ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
Kuniyuki Iwashima
2
-24
/
+16
2025-03-04
ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().
Kuniyuki Iwashima
1
-6
/
+4
2025-03-04
ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().
Kuniyuki Iwashima
1
-5
/
+7
2025-03-04
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
1
-35
/
+26
2025-03-04
ipv4: fib: Add fib_info_hash_grow().
Kuniyuki Iwashima
1
-44
/
+41
2025-03-04
ipv4: fib: Remove fib_info_hash_size.
Kuniyuki Iwashima
1
-11
/
+6
2025-03-04
ipv4: fib: Remove fib_info_laddrhash pointer.
Kuniyuki Iwashima
1
-16
/
+11
2025-03-04
ipv4: fib: Make fib_info_hashfn() return struct hlist_head.
Kuniyuki Iwashima
1
-19
/
+9
2025-03-04
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
2
-13
/
+43
2025-03-04
ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().
Kuniyuki Iwashima
1
-18
/
+25
2025-03-04
ipv4: fib: Use cached net in fib_inetaddr_event().
Kuniyuki Iwashima
1
-2
/
+2
2025-03-03
llc: do not use skb_get() before dev_queue_xmit()
Eric Dumazet
1
-22
/
+27
2025-03-03
netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.
Sebastian Andrzej Siewior
1
-2
/
+4
2025-03-03
wifi: cfg80211: regulatory: improve invalid hints checking
Nikita Zhandarovich
1
-1
/
+2
2025-03-02
net/tls: use the new scatterwalk functions
Eric Biggers
1
-25
/
+6
2025-03-01
net: gso: fix ownership in __udp_gso_segment
Antoine Tenart
1
-2
/
+6
2025-03-01
inet: ping: avoid skb_clone() dance in ping_rcv()
Eric Dumazet
3
-22
/
+10
2025-03-01
ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses
Eric Dumazet
1
-16
/
+16
2025-02-28
wifi: mac80211: refactor populating mesh related fields in sinfo
Sarika Sharma
1
-29
/
+35
2025-02-28
wifi: cfg80211: reorg sinfo structure elements for mesh
Sarika Sharma
1
-5
/
+6
2025-02-28
net: sched: Remove newline at the end of a netlink error message
Gal Pressman
1
-1
/
+1
2025-02-28
net-sysfs: remove unused initial ret values
Antoine Tenart
1
-5
/
+5
2025-02-28
Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()
Haoxiang Li
1
-0
/
+3
2025-02-28
Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
Haoxiang Li
1
-0
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
37
-153
/
+233
2025-02-27
Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
29
-119
/
+139
2025-02-27
net: ipv6: fix dst ref loop on input in rpl lwt
Justin Iurman
1
-2
/
+12
2025-02-27
net: ipv6: fix dst ref loop on input in seg6 lwt
Justin Iurman
1
-2
/
+12
2025-02-27
xdp: remove xdp_alloc_skb_bulk()
Alexander Lobakin
1
-10
/
+0
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
1
-0
/
+62
2025-02-27
net: gro: expose GRO init/cleanup to use outside of NAPI
Alexander Lobakin
2
-34
/
+37
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
2
-70
/
+65
2025-02-27
pktgen: avoid unused-const-variable warning
Arnd Bergmann
1
-7
/
+2
2025-02-27
net: move aRFS rmap management and CPU affinity to core
Ahmed Zaki
1
-0
/
+169
2025-02-27
af_unix: Fix memory leak in unix_dgram_sendmsg()
Adrian Huang
1
-0
/
+1
2025-02-27
net: skb: free up one bit in tx_flags
Willem de Bruijn
1
-10
/
+1
[prev]
[next]