summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-13/+71
|\
| * net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)2023-12-271-0/+25
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-0/+2
| |\
| * | skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-12/+40
| * | skbuff: Add a function to check if a page belongs to page_poolLiang Chen2023-12-171-1/+6
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-4/+6
|\ \ \ | |_|/ |/| |
| * | skbuff: use mempool KASAN hooksAndrey Konovalov2023-12-291-4/+6
| * | kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov2023-12-291-4/+4
* | | net: avoid build bug in skb extension length calculationThomas Weißschuh2023-12-211-0/+2
| |/ |/|
* | net: prevent mss overflow in skb_segment()Eric Dumazet2023-12-131-1/+2
|/
* Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-311-5/+22
|\
| * page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-231-1/+1
| * net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter2023-10-181-1/+2
| * net: sock_dequeue_err_skb() optimizationEric Dumazet2023-10-061-0/+3
| * net: skb_queue_purge_reason() optimizationsEric Dumazet2023-10-041-3/+12
| * net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet2023-09-161-0/+4
* | iov_iter, net: Merge csum_and_copy_from_iter{,_full}() togetherDavid Howells2023-10-091-7/+13
* | iov_iter, net: Fold in csum_and_memcpy()David Howells2023-10-091-1/+2
* | iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells2023-10-091-0/+33
|/
* net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-041-2/+8
* skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-011-14/+20
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-4/+6
* net: generalize calculation of skb extensions lengthThomas Weißschuh2023-08-241-17/+7
* net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-0/+21
* net: add skb_queue_purge_reason and __skb_queue_purge_reasonEric Dumazet2023-08-191-4/+7
* net: use SLAB_NO_MERGE for kmem_cache skbuff_head_cacheJesper Dangaard Brouer2023-08-181-1/+12
* net: skbuff: always try to recycle PP pages directly when in softirqAlexander Lobakin2023-08-071-1/+3
* net: skbuff: avoid accessing page_pool if !napi_safe when returning pageAlexander Lobakin2023-08-071-5/+7
* net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin2023-08-071-2/+43
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-1/+1
* net: allow alloc_skb_with_frags() to allocate bigger packetsEric Dumazet2023-08-021-31/+25
* net: prevent skb corruption on frag list segmentationPaolo Abeni2023-07-081-0/+5
* net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()David Howells2023-06-241-22/+28
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-141/+1
* net: fix signedness bug in skb_splice_from_iter()Dan Carpenter2023-05-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-1/+3
|\
| * net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-231-1/+3
* | net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+88
* | net: Pass max frags into skb_append_pagefrags()David Howells2023-05-231-2/+2
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-111-2/+2
|\|
| * net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-071-2/+2
* | net: skbuff: remove special handling for SLOBLukas Bulwahn2023-05-091-17/+0
|/
* tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet2023-04-281-6/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-0/+3
|\
| * tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-04-251-0/+3
* | net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean2023-04-231-7/+1
* | net: do not provide hard irq safety for sd->defer_lockEric Dumazet2023-04-231-3/+2
* | net: add debugging checks in skb_attempt_defer_free()Eric Dumazet2023-04-231-0/+3
* | net: extend drop reasons for multiple subsystemsJohannes Berg2023-04-201-3/+56