summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski2023-04-201-2/+2
* | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2023-04-191-0/+2
* | page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-141-2/+2
* | net: skb: plumb napi state thru skb freeing pathsJakub Kicinski2023-04-141-18/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-8/+8
|\|
| * skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-131-8/+8
* | skbuff: Add likely to skb pointer in build_skb()Gal Pressman2023-03-101-1/+1
* | skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman2023-03-101-4/+2
|/
* net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet2023-03-011-8/+23
* net: add location to trace_consume_skb()Eric Dumazet2023-02-201-4/+4