index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-05-23
net: skbuff: propagate shared-frag marker through frag-transfer helpers
Hyunwoo Kim
1
-1
/
+12
2026-05-23
net: skbuff: preserve shared-frag marker during coalescing
William Bowling
1
-0
/
+2
2025-03-13
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
1
-1
/
+1
2025-01-09
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
1
-13
/
+23
2025-01-09
skbuff: introduce skb_expand_head()
Vasily Averin
1
-0
/
+42
2024-05-17
kcov: Remove kcov include from sched.h and move it to its users.
Sebastian Andrzej Siewior
1
-0
/
+1
2024-05-17
net: core: reject skb_copy(_expand) for fraglist GSO skbs
Felix Fietkau
1
-8
/
+19
2024-02-23
net: prevent mss overflow in skb_segment()
Eric Dumazet
1
-1
/
+2
2023-09-19
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
1
-14
/
+20
2023-07-27
net: prevent skb corruption on frag list segmentation
Paolo Abeni
1
-0
/
+5
2023-05-30
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
1
-1
/
+3
2023-05-17
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
Kuniyuki Iwashima
1
-0
/
+3
2023-03-17
skbuff: Fix nfct leak on napi stolen
Tao Liu
1
-1
/
+0
2023-02-06
net: fix NULL pointer in skb_segment_list
Yan Zhai
1
-3
/
+2
2023-01-14
skbuff: Account for tail adjustment during pull operations
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2023-01-14
net: switch to storing KCOV handle directly in sk_buff
Marco Elver
1
-6
/
+0
2022-11-16
net: gso: fix panic on frag_list with mixed head alloc types
Jiri Benc
1
-17
/
+19
2022-09-15
net/core/skbuff: Check the return value of skb_copy_bits()
lily
1
-3
/
+2
2022-08-31
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
1
-1
/
+1
2022-03-08
net: fix up skbs delta_truesize in UDP GRO frag_list
lena wang
1
-1
/
+1
2022-03-02
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
1
-2
/
+2
2021-12-22
net: Fix double 0x prefix print in SKB dump
Gal Pressman
1
-1
/
+1
2021-08-08
net: Fix zero-copy head len calculation.
Pravin B Shelar
1
-1
/
+4
2021-07-28
skbuff: Release nfct refcount on napi stolen or re-used skbs
Paul Blakey
1
-0
/
+1
2021-07-28
net: add kcov handle to skb extensions
Aleksandr Nogikh
1
-0
/
+11
2021-03-07
net: fix up truesize of cloned skb in skb_prepare_for_shift()
Marco Elver
1
-1
/
+13
2021-01-27
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Alexander Lobakin
1
-1
/
+5
2021-01-23
net: avoid 32 x truesize under-estimation for tiny skbs
Eric Dumazet
1
-2
/
+7
2021-01-23
net: fix use-after-free when UDP GRO with shared fraglist
Dongseok Yi
1
-1
/
+19
2021-01-17
net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...
Vasily Averin
1
-0
/
+6
2020-12-03
net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl
Davide Caratti
1
-0
/
+3
2020-11-27
sock: set sk_err to ee_errno on dequeue from errq
Willem de Bruijn
1
-1
/
+1
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-10
/
+69
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+7
2020-10-06
net: always dump full packets with skb_dump
Vladimir Oltean
1
-5
/
+1
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2020-10-04
net/core: check length before updating Ethertype in skb_mpls_{push,pop}
Guillaume Nault
1
-2
/
+2
2020-10-03
net/sched: act_vlan: Add {POP,PUSH}_ETH actions
Guillaume Nault
1
-0
/
+67
2020-09-20
net: remove unnecessary NULL checking in napi_consume_skb()
Yunsheng Lin
1
-3
/
+0
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2020-08-24
net: Get rid of consume_skb when tracing is off
Herbert Xu
1
-0
/
+2
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+7
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
1
-2
/
+2
2020-08-20
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
1
-5
/
+6
2020-08-18
net: handle the return value of pskb_carve_frag_list() correctly
Miaohe Lin
1
-3
/
+7
2020-08-18
net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
Miaohe Lin
1
-2
/
+1
2020-08-16
net: Fix potential wrong skb->protocol in skb_vlan_untag()
Miaohe Lin
1
-2
/
+2
2020-08-08
net: Use helper function ip_is_fragment()
Miaohe Lin
1
-1
/
+1
2020-08-03
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
1
-2
/
+1
2020-08-03
net: Use __skb_pagelen() directly in skb_cow_data()
Miaohe Lin
1
-1
/
+1
[next]