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
/
skbuff.c
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-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-10
net: Preserve metadata on pskb_expand_head
Jakub Sitnicki
1
-2
/
+4
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-10-21
net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()
Eric Dumazet
1
-5
/
+10
2025-10-17
net: add add indirect call wrapper in skb_release_head_state()
Eric Dumazet
1
-1
/
+10
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+1
2025-09-30
net: add NUMA awareness to skb_attempt_defer_free()
Eric Dumazet
1
-5
/
+6
2025-09-30
net: use llist for sd->defer_list
Eric Dumazet
1
-8
/
+7
2025-09-30
net: make softnet_data.defer_count an atomic
Eric Dumazet
1
-4
/
+2
2025-09-30
netdevsim: a basic test PSP implementation
Jakub Kicinski
1
-0
/
+1
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-09-24
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
1
-1
/
+1
2025-09-18
net: modify core data structures for PSP datapath support
Jakub Kicinski
1
-0
/
+4
2025-08-21
net: avoid one loop iteration in __skb_splice_bits
Pengtao He
1
-1
/
+3
2025-07-10
skbuff: Add MSG_MORE flag to optimize tcp large packet transmission
Feng Yang
1
-0
/
+5
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-3
/
+2
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-4
/
+3
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
1
-2
/
+1
2025-07-08
net: splice: Drop unused @pipe
Michal Luczaj
1
-11
/
+7
2025-06-18
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
1
-3
/
+0
2025-05-22
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
1
-52
/
+7
2025-05-22
net: add skb_crc32c()
Eric Biggers
1
-0
/
+73
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-7
/
+11
2025-05-13
net: add get_netmem/put_netmem support
Mina Almasry
1
-0
/
+30
2025-04-17
skb: implement skb_send_sock_locked_with_flags()
Antonio Quartulli
1
-5
/
+13
2025-04-15
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
1
-14
/
+2
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
1
-0
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
1
-0
/
+62
2025-02-25
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
1
-1
/
+1
2025-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+53
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
1
-1
/
+4
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
1
-4
/
+7
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
1
-1
/
+8
2025-02-21
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
1
-0
/
+20
2025-02-21
net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPING
Jason Xing
1
-0
/
+20
2025-02-20
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
1
-99
/
+5
2025-02-20
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
1
-3
/
+7
2024-12-06
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
1
-1
/
+1
2024-11-11
mm: page_frag: avoid caller accessing 'page_frag_cache' directly
Yunsheng Lin
1
-3
/
+3
2024-10-09
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
1
-1
/
+1
[next]