index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2026-02-24
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
2026-02-17
net: do not delay zero-copy skbs in skb_attempt_defer_free()
Eric Dumazet
2026-02-06
net: skb: allow up to 8 skb extension ids
Oliver Hartkopp
2026-02-05
net: add vlan_get_protocol_offset_inline() helper
Eric Dumazet
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
2026-01-25
net: inline get_netmem() and put_netmem()
Eric Dumazet
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-20
net: add kdoc for napi_consume_skb()
Jakub Kicinski
2026-01-20
net: fclone allocation small optimization
Eric Dumazet
2026-01-20
net: split kmalloc_reserve() to allow inlining
Eric Dumazet
2026-01-15
net: minor __alloc_skb() optimization
Eric Dumazet
2026-01-15
net: add skb->data_len and (skb>end - skb->tail) to skb_dump()
Eric Dumazet
2026-01-15
net: inline napi_skb_cache_get()
Eric Dumazet
2026-01-12
net: add skbuff_clear() helper
Eric Dumazet
2026-01-05
net: fix memory leak in skb_segment_list for GRO packets
Mohammad Heib
2025-11-27
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
[next]