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-04-18
net: skb: fix cross-cache free of KFENCE-allocated skb head
Jiayuan Chen
1
-4
/
+1
2026-03-04
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
1
-5
/
+18
2026-01-17
net: fix memory leak in skb_segment_list for GRO packets
Mohammad Heib
1
-3
/
+5
2025-10-16
udp: do not use skb_release_head_state() before skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+1
2025-09-30
net: add NUMA awareness to skb_attempt_defer_free()
Eric Dumazet
1
-5
/
+6
2025-09-30
net: use llist for sd->defer_list
Eric Dumazet
1
-8
/
+7
2025-09-30
net: make softnet_data.defer_count an atomic
Eric Dumazet
1
-4
/
+2
2025-09-30
netdevsim: a basic test PSP implementation
Jakub Kicinski
1
-0
/
+1
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-09-23
net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGS
Jason Baron
1
-1
/
+1
2025-09-18
net: modify core data structures for PSP datapath support
Jakub Kicinski
1
-0
/
+4
2025-08-20
net: avoid one loop iteration in __skb_splice_bits
Pengtao He
1
-1
/
+3
2025-07-09
skbuff: Add MSG_MORE flag to optimize tcp large packet transmission
Feng Yang
1
-0
/
+5
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-3
/
+2
2025-07-08
net: skbuff: Drop unused @skb
Michal Luczaj
1
-4
/
+3
2025-07-08
net: splice: Drop unused @gfp
Michal Luczaj
1
-2
/
+1
2025-07-08
net: splice: Drop unused @pipe
Michal Luczaj
1
-11
/
+7
2025-06-17
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
1
-3
/
+0
2025-05-21
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
1
-52
/
+7
2025-05-21
net: add skb_crc32c()
Eric Biggers
1
-0
/
+73
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-7
/
+11
2025-05-13
net: add get_netmem/put_netmem support
Mina Almasry
1
-0
/
+30
2025-04-17
skb: implement skb_send_sock_locked_with_flags()
Antonio Quartulli
1
-5
/
+13
2025-04-14
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
1
-14
/
+2
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
1
-0
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
1
-0
/
+62
2025-02-25
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
1
-1
/
+1
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+53
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
1
-1
/
+4
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
1
-4
/
+7
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
1
-1
/
+8
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
1
-0
/
+20
2025-02-20
net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPING
Jason Xing
1
-0
/
+20
2025-02-20
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
1
-99
/
+5
2025-02-20
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
1
-3
/
+7
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
1
-1
/
+1
2024-11-11
mm: page_frag: avoid caller accessing 'page_frag_cache' directly
Yunsheng Lin
1
-3
/
+3
2024-10-08
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
1
-1
/
+1
2024-09-11
net: add support for skbs with unreadable frags
Mina Almasry
1
-2
/
+41
2024-09-11
net: support non paged skb frags
Mina Almasry
1
-0
/
+11
2024-09-11
page_pool: devmem support
Mina Almasry
1
-12
/
+11
2024-09-10
Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-0
/
+35
2024-08-27
tc: adjust network header after 2nd vlan push
Boris Sukholitko
1
-1
/
+1
2024-08-26
net: Correct spelling in net/core
Simon Horman
1
-2
/
+2
2024-08-20
net: add copy from skb_seq_state to buffer function
Christian Hopps
1
-0
/
+35
2024-08-19
net: remove redundant check in skb_shift()
Zhang Changzhong
1
-2
/
+1
2024-08-05
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
Jakub Kicinski
1
-6
/
+9
2024-07-02
page_pool: convert to use netmem
Mina Almasry
1
-3
/
+5
2024-07-02
net: limit scope of a skb_zerocopy_iter_stream var
Pavel Begunkov
1
-1
/
+2
[next]