aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08net: add skb_data_unref() helperEric Dumazet1-3/+1
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet1-24/+20
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin1-3/+6
2024-02-22net: mctp: copy skb ext data when fragmentingJeremy Kerr1-0/+8
2024-02-20net: fix pointer check in skb_pp_cow_data routineLorenzo Bianconi1-1/+1
2024-02-20net: add netmem to skb_frag_tMina Almasry1-7/+27
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin1-1/+1
2024-02-13veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi1-2/+3
2024-02-13xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi1-0/+91
2024-02-13net: add generic percpu page_pool allocatorLorenzo Bianconi1-2/+3
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-13/+71
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+6
2023-12-29skbuff: use mempool KASAN hooksAndrey Konovalov1-4/+6
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov1-4/+4
2023-12-27net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)1-0/+25
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+2
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh1-0/+2
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen1-12/+40
2023-12-17skbuff: Add a function to check if a page belongs to page_poolLiang Chen1-1/+6
2023-12-13net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+22
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-1/+1
2023-10-18net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter1-1/+2
2023-10-09iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells1-7/+13
2023-10-09iov_iter, net: Fold in csum_and_memcpy()David Howells1-1/+2
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells1-0/+33
2023-10-06net: sock_dequeue_err_skb() optimizationEric Dumazet1-0/+3
2023-10-04net: skb_queue_purge_reason() optimizationsEric Dumazet1-3/+12
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet1-0/+4
2023-09-04net: deal with integer overflows in kmalloc_reserve()Eric Dumazet1-2/+8
2023-09-01skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella1-14/+20
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-4/+6
2023-08-24net: generalize calculation of skb extensions lengthThomas Weißschuh1-17/+7
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet1-0/+21
2023-08-19net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet1-4/+7
2023-08-18net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer1-1/+12
2023-08-07net: skbuff: always try to recycle PP pages directly when in softirqAlexander Lobakin1-1/+3
2023-08-07net: skbuff: avoid accessing page_pool if !napi_safe when returning pageAlexander Lobakin1-5/+7
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin1-2/+43
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-1/+1
2023-08-02net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet1-31/+25
2023-07-08net: prevent skb corruption on frag list segmentationPaolo Abeni1-0/+5
2023-06-24net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()David Howells1-22/+28
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-141/+1
2023-05-29net: fix signedness bug in skb_splice_from_iter()Dan Carpenter1-2/+2
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-23net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+88
2023-05-23net: Pass max frags into skb_append_pagefrags()David Howells1-2/+2
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-4/+3