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