index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2024-03-08
net: add skb_data_unref() helper
Eric Dumazet
2024-03-07
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
2024-03-05
mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
Yunsheng Lin
2024-02-22
net: mctp: copy skb ext data when fragmenting
Jeremy Kerr
2024-02-20
net: fix pointer check in skb_pp_cow_data routine
Lorenzo Bianconi
2024-02-20
net: add netmem to skb_frag_t
Mina Almasry
2024-02-19
page_pool: disable direct recycling based on pool->cpuid on destroy
Alexander Lobakin
2024-02-13
veth: rely on skb_pp_cow_data utility routine
Lorenzo Bianconi
2024-02-13
xdp: add multi-buff support for xdp running in generic mode
Lorenzo Bianconi
2024-02-13
net: add generic percpu page_pool allocator
Lorenzo Bianconi
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-12-29
skbuff: use mempool KASAN hooks
Andrey Konovalov
2023-12-29
kasan: rename and document kasan_(un)poison_object_data
Andrey Konovalov
2023-12-27
net: rename dsa_realloc_skb to skb_ensure_writable_head_tail
Radu Pirea (NXP OSS)
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-12-21
net: avoid build bug in skb extension length calculation
Thomas Weißschuh
2023-12-17
skbuff: Optimization of SKB coalescing for page pool
Liang Chen
2023-12-17
skbuff: Add a function to check if a page belongs to page_pool
Liang Chen
2023-12-13
net: prevent mss overflow in skb_segment()
Eric Dumazet
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-10-23
page_pool: remove PP_FLAG_PAGE_FRAG
Yunsheng Lin
2023-10-18
net: skb_find_text: Ignore patterns extending past 'to'
Phil Sutter
2023-10-09
iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
David Howells
2023-10-09
iov_iter, net: Fold in csum_and_memcpy()
David Howells
2023-10-09
iov_iter, net: Move csum_and_copy_to/from_iter() to net/
David Howells
2023-10-06
net: sock_dequeue_err_skb() optimization
Eric Dumazet
2023-10-04
net: skb_queue_purge_reason() optimizations
Eric Dumazet
2023-09-16
net: add truesize debug checks in skb_{add|coalesce}_rx_frag()
Eric Dumazet
2023-09-04
net: deal with integer overflows in kmalloc_reserve()
Eric Dumazet
2023-09-01
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-08-24
net: generalize calculation of skb extensions length
Thomas Weißschuh
2023-08-20
net: selectively purge error queue in IP_RECVERR / IPV6_RECVERR
Eric Dumazet
2023-08-19
net: add skb_queue_purge_reason and __skb_queue_purge_reason
Eric Dumazet
2023-08-18
net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cache
Jesper Dangaard Brouer
2023-08-07
net: skbuff: always try to recycle PP pages directly when in softirq
Alexander Lobakin
2023-08-07
net: skbuff: avoid accessing page_pool if !napi_safe when returning page
Alexander Lobakin
2023-08-07
net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
Alexander Lobakin
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2023-08-02
net: allow alloc_skb_with_frags() to allocate bigger packets
Eric Dumazet
2023-07-08
net: prevent skb corruption on frag list segmentation
Paolo Abeni
2023-06-24
net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
David Howells
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2023-05-29
net: fix signedness bug in skb_splice_from_iter()
Dan Carpenter
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-23
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
2023-05-23
net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
David Howells
2023-05-23
net: Pass max frags into skb_append_pagefrags()
David Howells
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
[next]