index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
2023-10-09
iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
David Howells
1
-7
/
+13
2023-10-09
iov_iter, net: Fold in csum_and_memcpy()
David Howells
1
-1
/
+2
2023-10-09
iov_iter, net: Move csum_and_copy_to/from_iter() to net/
David Howells
1
-0
/
+33
2023-10-06
net: sock_dequeue_err_skb() optimization
Eric Dumazet
1
-0
/
+3
2023-10-04
net: skb_queue_purge_reason() optimizations
Eric Dumazet
1
-3
/
+12
2023-09-16
net: add truesize debug checks in skb_{add|coalesce}_rx_frag()
Eric Dumazet
1
-0
/
+4
2023-09-04
net: deal with integer overflows in kmalloc_reserve()
Eric Dumazet
1
-2
/
+8
2023-09-01
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
1
-14
/
+20
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
1
-4
/
+6
2023-08-24
net: generalize calculation of skb extensions length
Thomas Weißschuh
1
-17
/
+7
2023-08-20
net: selectively purge error queue in IP_RECVERR / IPV6_RECVERR
Eric Dumazet
1
-0
/
+21
2023-08-19
net: add skb_queue_purge_reason and __skb_queue_purge_reason
Eric Dumazet
1
-4
/
+7
2023-08-18
net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cache
Jesper Dangaard Brouer
1
-1
/
+12
2023-08-07
net: skbuff: always try to recycle PP pages directly when in softirq
Alexander Lobakin
1
-1
/
+3
2023-08-07
net: skbuff: avoid accessing page_pool if !napi_safe when returning page
Alexander Lobakin
1
-5
/
+7
2023-08-07
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
1
-2
/
+43
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
1
-1
/
+1
2023-08-02
net: allow alloc_skb_with_frags() to allocate bigger packets
Eric Dumazet
1
-31
/
+25
2023-07-08
net: prevent skb corruption on frag list segmentation
Paolo Abeni
1
-0
/
+5
2023-06-24
net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
David Howells
1
-22
/
+28
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-141
/
+1
2023-05-29
net: fix signedness bug in skb_splice_from_iter()
Dan Carpenter
1
-2
/
+2
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2023-05-23
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
1
-1
/
+3
2023-05-23
net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
David Howells
1
-0
/
+88
2023-05-23
net: Pass max frags into skb_append_pagefrags()
David Howells
1
-2
/
+2
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
1
-4
/
+3
2023-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-05-09
net: skbuff: remove special handling for SLOB
Lukas Bulwahn
1
-17
/
+0
2023-05-07
net: skb_partial_csum_set() fix against transport header magic value
Eric Dumazet
1
-2
/
+2
2023-04-28
tcp: fix skb_copy_ubufs() vs BIG TCP
Eric Dumazet
1
-6
/
+14
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+3
2023-04-25
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
Kuniyuki Iwashima
1
-0
/
+3
2023-04-23
net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX
Vladimir Oltean
1
-7
/
+1
2023-04-23
net: do not provide hard irq safety for sd->defer_lock
Eric Dumazet
1
-3
/
+2
2023-04-23
net: add debugging checks in skb_attempt_defer_free()
Eric Dumazet
1
-0
/
+3
2023-04-20
net: extend drop reasons for multiple subsystems
Johannes Berg
1
-3
/
+56
2023-04-20
net: skbuff: update and rename __kfree_skb_defer()
Jakub Kicinski
1
-2
/
+2
2023-04-19
net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set
Jakub Kicinski
1
-0
/
+2
2023-04-14
page_pool: allow caching from safely localized NAPI
Jakub Kicinski
1
-2
/
+2
2023-04-14
net: skb: plumb napi state thru skb freeing paths
Jakub Kicinski
1
-18
/
+20
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+8
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
1
-8
/
+8
2023-03-10
skbuff: Add likely to skb pointer in build_skb()
Gal Pressman
1
-1
/
+1
2023-03-10
skbuff: Replace open-coded skb_propagate_pfmemalloc()s
Gal Pressman
1
-4
/
+2
2023-03-01
net: avoid skb end_offset change in __skb_unclone_keeptruesize()
Eric Dumazet
1
-8
/
+23
2023-02-20
net: add location to trace_consume_skb()
Eric Dumazet
1
-4
/
+4
2023-02-15
net: msg_zerocopy: elide page accounting if RLIM_INFINITY
Willem de Bruijn
1
-2
/
+6
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
1
-16
/
+15
2023-02-09
net: enable usercopy for skb_small_head_cache
Eric Dumazet
1
-1
/
+7
[prev]
[next]