index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
11 days
net: restore napi_consume_skb()'s NULL-handling
Jakub Kicinski
2025-11-19
net: prefetch the next skb in napi_skb_cache_get()
Jason Xing
2025-11-19
net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk free
Jason Xing
2025-11-19
net: increase default NAPI_SKB_CACHE_BULK to 32
Jason Xing
2025-11-19
net: increase default NAPI_SKB_CACHE_SIZE to 128
Jason Xing
2025-11-18
net: use napi_skb_cache even in process context
Eric Dumazet
2025-11-18
net: __alloc_skb() cleanup
Eric Dumazet
2025-11-18
net: add a new @alloc parameter to napi_skb_cache_get()
Eric Dumazet
2025-11-12
net: clear skb->sk in skb_release_head_state()
Eric Dumazet
2025-11-11
xsk: add indirect call for xsk_destruct_skb
Jason Xing
2025-11-10
net: Preserve metadata on pskb_expand_head
Jakub Sitnicki
2025-11-07
net: fix napi_consume_skb() with alien skbs
Eric Dumazet
2025-11-07
net: allow skb_release_head_state() to be called multiple times
Eric Dumazet
2025-10-20
net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()
Eric Dumazet
2025-10-16
net: add add indirect call wrapper in skb_release_head_state()
Eric Dumazet
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
2025-09-30
net: add NUMA awareness to skb_attempt_defer_free()
Eric Dumazet
2025-09-30
net: use llist for sd->defer_list
Eric Dumazet
2025-09-30
net: make softnet_data.defer_count an atomic
Eric Dumazet
2025-09-30
netdevsim: a basic test PSP implementation
Jakub Kicinski
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-23
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
2025-09-18
net: modify core data structures for PSP datapath support
Jakub Kicinski
2025-08-20
net: avoid one loop iteration in __skb_splice_bits
Pengtao He
2025-07-09
skbuff: Add MSG_MORE flag to optimize tcp large packet transmission
Feng Yang
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
2025-07-08
net: splice: Drop unused @pipe
Michal Luczaj
2025-06-17
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
2025-05-21
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
2025-05-21
net: add skb_crc32c()
Eric Biggers
2025-05-13
net: devmem: Implement TX path
Mina Almasry
2025-05-13
net: add get_netmem/put_netmem support
Mina Almasry
2025-04-17
skb: implement skb_send_sock_locked_with_flags()
Antonio Quartulli
2025-04-14
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
2025-02-25
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
2025-02-20
net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPING
Jason Xing
2025-02-20
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
2025-02-20
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
2024-11-11
mm: page_frag: avoid caller accessing 'page_frag_cache' directly
Yunsheng Lin
[next]