summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
12 daysnet: Guard for gso_segs overflow in skb_segmentAlice Mikityanska
2026-08-25net: core: fix head-page leak in skb_zerocopyMina Almasry
2026-08-25net: core: check skb_frags_readable before uncloning in skb_copy_ubufsMina Almasry
2026-08-25net: skbuff: don't touch shared zerocopy state in skb_tx_error()Norbert Szetei
2026-08-25net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()Norbert Szetei
2026-08-20net: core: propagate unreadable flag in skb_zerocopyMina Almasry
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-24veth: convert frag_list skbs before running XDPMatt Fleming
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22net: Enable BIG TCP with partial GSOAlice Mikityanska
2026-07-21net: skbuff: optimization of net_zcopy_get() call in pskb_carve helpersYun Lu
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-09net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
2026-05-26net: Avoid checksumming unreadable skb tail on trimBjörn Töpel
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-14net: skbuff: preserve shared-frag marker during coalescingWilliam Bowling
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet
2026-05-12net: constify sk_skb_reason_drop() sock parameterEric Dumazet
2026-04-12net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko
2026-04-12net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko
2026-04-12net: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-06net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen
2026-04-06net: advance skb_defer_disable_key check in napi_consume_skbJason Xing
2026-03-12net: add skb_defer_disable_key static keyEric Dumazet
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet
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