summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+4
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-11/+13
2026-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2026-06-10net: guard timestamp cmsgs to real error queue skbsKyle Zeng1-3/+3
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig1-11/+13
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+10
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov1-0/+10
2026-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+31
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen1-0/+4
2026-05-26net: Avoid checksumming unreadable skb tail on trimBjörn Töpel1-4/+27
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+10
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim1-1/+8
2026-05-15net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling1-0/+2
2026-05-14net: make is_skb_wmem() available to modulesEric Dumazet1-1/+1
2026-05-13net: constify sk_skb_reason_drop() sock parameterEric Dumazet1-2/+3
2026-04-13net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko1-1/+1
2026-04-13net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
2026-04-12net: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen1-24/+9
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2026-04-07net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen1-4/+1
2026-04-07net: advance skb_defer_disable_key check in napi_consume_skbJason Xing1-1/+3
2026-03-13net: add skb_defer_disable_key static keyEric Dumazet1-0/+5
2026-02-28net: inline skb_add_rx_frag_netmem()Eric Dumazet1-11/+0
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-5/+18
2026-02-18net: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet1-1/+6
2026-02-07net: skb: allow up to 8 skb extension idsOliver Hartkopp1-1/+1
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet1-0/+36
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp1-0/+4
2026-01-26net: inline get_netmem() and put_netmem()Eric Dumazet1-21/+10
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2026-01-21net: add kdoc for napi_consume_skb()Jakub Kicinski1-1/+12
2026-01-21net: fclone allocation small optimizationEric Dumazet1-1/+8
2026-01-21net: split kmalloc_reserve() to allow inliningEric Dumazet1-20/+21
2026-01-16net: minor __alloc_skb() optimizationEric Dumazet1-1/+1
2026-01-16net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet1-3/+4
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet1-1/+1
2026-01-13net: add skbuff_clear() helperEric Dumazet1-10/+22
2026-01-06net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2025-11-28net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski1-1/+1
2025-11-20net: prefetch the next skb in napi_skb_cache_get()Jason Xing1-0/+2
2025-11-20net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing1-6/+8
2025-11-20net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing1-1/+1
2025-11-20net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing1-1/+1
2025-11-19net: use napi_skb_cache even in process contextEric Dumazet1-0/+5
2025-11-19net: __alloc_skb() cleanupEric Dumazet1-10/+18
2025-11-19net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet1-7/+8
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet1-0/+1
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing1-3/+5
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki1-2/+4
2025-11-08net: fix napi_consume_skb() with alien skbsEric Dumazet1-0/+5