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.18.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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-20
net: prefetch the next skb in napi_skb_cache_get()
Jason Xing
1
-0
/
+2
2025-11-20
net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk free
Jason Xing
1
-6
/
+8
2025-11-20
net: increase default NAPI_SKB_CACHE_BULK to 32
Jason Xing
1
-1
/
+1
2025-11-20
net: increase default NAPI_SKB_CACHE_SIZE to 128
Jason Xing
1
-1
/
+1
2025-11-19
net: use napi_skb_cache even in process context
Eric Dumazet
1
-0
/
+5
2025-11-19
net: __alloc_skb() cleanup
Eric Dumazet
1
-10
/
+18
2025-11-19
net: add a new @alloc parameter to napi_skb_cache_get()
Eric Dumazet
1
-7
/
+8
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+5
2025-11-12
net: clear skb->sk in skb_release_head_state()
Eric Dumazet
1
-0
/
+1
2025-11-11
xsk: add indirect call for xsk_destruct_skb
Jason Xing
1
-3
/
+5
2025-11-11
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
1
-2
/
+5
2025-11-10
bpf: Make bpf_skb_change_head helper metadata-safe
Jakub Sitnicki
1
-1
/
+3
2025-11-10
bpf: Make bpf_skb_change_proto helper metadata-safe
Jakub Sitnicki
1
-1
/
+2
2025-11-10
bpf: Make bpf_skb_adjust_room metadata-safe
Jakub Sitnicki
1
-4
/
+5
2025-11-10
bpf: Unclone skb head on bpf_dynptr_write to skb metadata
Jakub Sitnicki
1
-6
/
+12
2025-11-10
net: Preserve metadata on pskb_expand_head
Jakub Sitnicki
1
-2
/
+4
2025-11-08
net: increase skb_defer_max default to 128
Eric Dumazet
1
-1
/
+1
2025-11-08
net: fix napi_consume_skb() with alien skbs
Eric Dumazet
1
-0
/
+5
2025-11-08
net: allow skb_release_head_state() to be called multiple times
Eric Dumazet
1
-4
/
+3
2025-11-08
net: add prefetch() in skb_defer_free_flush()
Eric Dumazet
1
-0
/
+1
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+6
2025-11-06
Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-7
/
+4
2025-11-06
net: selftests: export packet creation helpers for driver use
Raju Rangoju
1
-41
/
+7
2025-11-06
net: gro_cells: Reduce lock scope in gro_cell_poll
Sebastian Andrzej Siewior
1
-2
/
+2
2025-11-05
netpoll: Fix deadlock in memory allocation under spinlock
Breno Leitao
1
-5
/
+2
2025-11-05
net: Convert struct sockaddr to fixed-size "sa_data[14]"
Kees Cook
2
-2
/
+2
2025-11-05
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2
-3
/
+4
2025-11-05
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-05
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-05
net: devmem: Remove unused declaration net_devmem_bind_tx_release()
Yue Haibing
1
-1
/
+0
2025-11-05
net: mark deliver_skb() as unlikely and not inlined
Eric Dumazet
1
-11
/
+11
2025-11-05
rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATS
Adrian Moreno
1
-4
/
+11
2025-11-04
net: Extend NAPI threaded polling to allow kthread based busy polling
Samiullah Khawaja
3
-11
/
+52
2025-11-01
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+24
2025-10-30
net: devmem: refresh devmem TX dst in case of route invalidation
Shivaji Kant
1
-3
/
+24
2025-10-30
ipv6: icmp: Add RFC 5837 support
Ido Schimmel
1
-0
/
+1
2025-10-29
net: optimize enqueue_to_backlog() for the fast path
Eric Dumazet
1
-8
/
+10
2025-10-29
bpf: Reject negative head_room in __bpf_skb_change_head
Daniel Borkmann
1
-1
/
+2
2025-10-28
net: Add sk_clone().
Kuniyuki Iwashima
1
-8
/
+16
2025-10-25
neighbour: Convert rwlock of struct neigh_table to spinlock.
Kuniyuki Iwashima
1
-33
/
+35
2025-10-25
neighbour: Convert RTM_SETNEIGHTBL to RCU.
Kuniyuki Iwashima
1
-5
/
+14
2025-10-25
neighbour: Convert RTM_GETNEIGHTBL to RCU.
Kuniyuki Iwashima
1
-14
/
+9
2025-10-25
neighbour: Annotate access to neigh_parms fields.
Kuniyuki Iwashima
1
-11
/
+6
2025-10-25
neighbour: Use RCU list helpers for neigh_parms.list writers.
Kuniyuki Iwashima
1
-2
/
+2
2025-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-18
/
+44
2025-10-23
net: datagram: introduce datagram_poll_queue for custom receive queues
Ralf Lici
1
-10
/
+34
2025-10-22
net: add a common function to compute features for upper devices
Hangbin Liu
1
-0
/
+88
2025-10-22
net: gro_cells: fix lock imbalance in gro_cells_receive()
Eric Dumazet
1
-3
/
+2
2025-10-21
net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()
Eric Dumazet
1
-6
/
+8
[next]