summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
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-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-19net: 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-03net: 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-25net: 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-30net: fix signedness bug in skb_splice_from_iter()Dan Carpenter1-2/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-05-24net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-24net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+88
2023-05-24net: 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
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-05-10net: skbuff: remove special handling for SLOBLukas Bulwahn1-17/+0
2023-05-07net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet1-2/+2
2023-04-28tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet1-6/+14
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima1-0/+3
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean1-7/+1
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet1-3/+2
2023-04-23net: add debugging checks in skb_attempt_defer_free()Eric Dumazet1-0/+3
2023-04-21net: extend drop reasons for multiple subsystemsJohannes Berg1-3/+56
2023-04-21net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski1-2/+2
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski1-0/+2
2023-04-15page_pool: allow caching from safely localized NAPIJakub Kicinski1-2/+2
2023-04-15net: skb: plumb napi state thru skb freeing pathsJakub Kicinski1-18/+20
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen1-8/+8
2023-03-11skbuff: Add likely to skb pointer in build_skb()Gal Pressman1-1/+1
2023-03-11skbuff: Replace open-coded skb_propagate_pfmemalloc()sGal Pressman1-4/+2
2023-03-01net: avoid skb end_offset change in __skb_unclone_keeptruesize()Eric Dumazet1-8/+23
2023-02-20net: add location to trace_consume_skb()Eric Dumazet1-4/+4
2023-02-16net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn1-2/+6
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-16/+15
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet1-1/+7
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet1-5/+67
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet1-16/+11
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet1-6/+4