summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
2026-02-17net: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet
2026-02-06net: skb: allow up to 8 skb extension idsOliver Hartkopp
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-20net: add kdoc for napi_consume_skb()Jakub Kicinski
2026-01-20net: fclone allocation small optimizationEric Dumazet
2026-01-20net: split kmalloc_reserve() to allow inliningEric Dumazet
2026-01-15net: minor __alloc_skb() optimizationEric Dumazet
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet
2026-01-12net: add skbuff_clear() helperEric Dumazet
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib
2025-11-27net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing
2025-11-18net: use napi_skb_cache even in process contextEric Dumazet
2025-11-18net: __alloc_skb() cleanupEric Dumazet
2025-11-18net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki
2025-11-07net: fix napi_consume_skb() with alien skbsEric Dumazet
2025-11-07net: allow skb_release_head_state() to be called multiple timesEric Dumazet
2025-10-20net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()Eric Dumazet
2025-10-16net: add add indirect call wrapper in skb_release_head_state()Eric Dumazet
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet
2025-09-30net: use llist for sd->defer_listEric Dumazet
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet
2025-09-30netdevsim: a basic test PSP implementationJakub Kicinski
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-23net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski
2025-08-20net: avoid one loop iteration in __skb_splice_bitsPengtao He
2025-07-09skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-08net: splice: Drop unused @pipeMichal Luczaj
2025-06-17net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry
2025-05-21net: fold __skb_checksum() into skb_checksum()Eric Biggers
2025-05-21net: add skb_crc32c()Eric Biggers
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-05-13net: add get_netmem/put_netmem supportMina Almasry
2025-04-17skb: implement skb_send_sock_locked_with_flags()Antonio Quartulli