index
:
pub/scm/linux/kernel/git/liam/linux.git
master
liam's fork of linux.git
Liam R. Howlett
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-27
net: Guard for gso_segs overflow in skb_segment
Alice Mikityanska
1
-1
/
+2
2026-08-25
net: core: fix head-page leak in skb_zerocopy
Mina Almasry
1
-2
/
+2
2026-08-25
net: core: check skb_frags_readable before uncloning in skb_copy_ubufs
Mina Almasry
1
-3
/
+3
2026-08-25
net: skbuff: don't touch shared zerocopy state in skb_tx_error()
Norbert Szetei
1
-1
/
+4
2026-08-25
net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()
Norbert Szetei
1
-1
/
+0
2026-08-20
net: core: propagate unreadable flag in skb_zerocopy
Mina Almasry
1
-1
/
+12
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+12
2026-07-24
veth: convert frag_list skbs before running XDP
Matt Fleming
1
-6
/
+12
2026-07-22
Merge branch 'big-tcp-for-udp-tunnels'
Paolo Abeni
1
-5
/
+5
2026-07-22
net: Enable BIG TCP with partial GSO
Alice Mikityanska
1
-5
/
+5
2026-07-21
net: skbuff: optimization of net_zcopy_get() call in pskb_carve helpers
Yun Lu
1
-3
/
+3
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+4
2026-06-16
Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-11
/
+13
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2026-06-09
net: guard timestamp cmsgs to real error queue skbs
Kyle Zeng
1
-3
/
+3
2026-06-03
mm/slab: improve kmem_cache_alloc_bulk
Christoph Hellwig
1
-11
/
+13
2026-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+10
2026-05-29
net: skbuff: fix pskb_carve leaking zcopy pages
Pavel Begunkov
1
-0
/
+10
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+31
2026-05-28
net: skbuff: fix missing zerocopy reference in pskb_carve helpers
Minh Nguyen
1
-0
/
+4
2026-05-26
net: Avoid checksumming unreadable skb tail on trim
Björn Töpel
1
-4
/
+27
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+10
2026-05-21
net: skbuff: propagate shared-frag marker through frag-transfer helpers
Hyunwoo Kim
1
-1
/
+8
2026-05-14
net: skbuff: preserve shared-frag marker during coalescing
William Bowling
1
-0
/
+2
2026-05-13
net: make is_skb_wmem() available to modules
Eric Dumazet
1
-1
/
+1
2026-05-12
net: constify sk_skb_reason_drop() sock parameter
Eric Dumazet
1
-2
/
+3
2026-04-12
net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...
Konstantin Khorenko
1
-1
/
+1
2026-04-12
net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALL
Konstantin Khorenko
1
-3
/
+1
2026-04-12
net: skb: clean up dead code after skb_kfree_head() simplification
Jiayuan Chen
1
-24
/
+9
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+1
2026-04-06
net: skb: fix cross-cache free of KFENCE-allocated skb head
Jiayuan Chen
1
-4
/
+1
2026-04-06
net: advance skb_defer_disable_key check in napi_consume_skb
Jason Xing
1
-1
/
+3
2026-03-12
net: add skb_defer_disable_key static key
Eric Dumazet
1
-0
/
+5
2026-02-27
net: inline skb_add_rx_frag_netmem()
Eric Dumazet
1
-11
/
+0
2026-02-24
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
1
-5
/
+18
2026-02-17
net: do not delay zero-copy skbs in skb_attempt_defer_free()
Eric Dumazet
1
-1
/
+6
2026-02-06
net: skb: allow up to 8 skb extension ids
Oliver Hartkopp
1
-1
/
+1
2026-02-05
net: add vlan_get_protocol_offset_inline() helper
Eric Dumazet
1
-0
/
+36
2026-02-05
can: add CAN skb extension infrastructure
Oliver Hartkopp
1
-0
/
+4
2026-01-25
net: inline get_netmem() and put_netmem()
Eric Dumazet
1
-21
/
+10
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2026-01-20
net: add kdoc for napi_consume_skb()
Jakub Kicinski
1
-1
/
+12
2026-01-20
net: fclone allocation small optimization
Eric Dumazet
1
-1
/
+8
2026-01-20
net: split kmalloc_reserve() to allow inlining
Eric Dumazet
1
-20
/
+21
2026-01-15
net: minor __alloc_skb() optimization
Eric Dumazet
1
-1
/
+1
2026-01-15
net: add skb->data_len and (skb>end - skb->tail) to skb_dump()
Eric Dumazet
1
-3
/
+4
2026-01-15
net: inline napi_skb_cache_get()
Eric Dumazet
1
-1
/
+1
2026-01-12
net: add skbuff_clear() helper
Eric Dumazet
1
-10
/
+22
2026-01-05
net: fix memory leak in skb_segment_list for GRO packets
Mohammad Heib
1
-3
/
+5
2025-11-27
net: restore napi_consume_skb()'s NULL-handling
Jakub Kicinski
1
-1
/
+1
[next]