summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-071-2/+2
* 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
* net: msg_zerocopy: elide page accounting if RLIM_INFINITYWillem de Bruijn2023-02-151-2/+6
* net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-101-16/+15
* net: enable usercopy for skb_small_head_cacheEric Dumazet2023-02-091-1/+7
* net: add dedicated kmem_cache for typical/small skb->headEric Dumazet2023-02-071-5/+67
* net: factorize code in kmalloc_reserve()Eric Dumazet2023-02-071-16/+11
* net: remove osize variable in __alloc_skb()Eric Dumazet2023-02-071-6/+4
* net: add SKB_HEAD_ALIGN() helperEric Dumazet2023-02-071-12/+6
* net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer2023-02-061-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-3/+2
|\
| * net: fix NULL pointer in skb_segment_listYan Zhai2023-01-311-3/+2
* | net: skbuff: drop the linux/textsearch.h includeJakub Kicinski2023-01-271-0/+1
* | net: fix kfree_skb_list use of skb_mark_not_on_listJesper Dangaard Brouer2023-01-231-2/+0
* | net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer2023-01-171-1/+39
* | net: fix call location in kfree_skb_list_reasonJesper Dangaard Brouer2023-01-171-13/+21
* | net: skb: remove old comments about frag_size for build_skb()Jakub Kicinski2023-01-091-5/+3
|/
* skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-161-0/+3
* skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-8/+62
* net: mm_account_pinned_pages() optimizationEric Dumazet2022-11-161-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-17/+19
|\
| * net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-031-17/+19
* | Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-11-091-0/+1
|\ \
| * | rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells2022-11-081-0/+1
* | | net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet2022-10-311-12/+12
* | | net: dropreason: add SKB_CONSUMED reasonEric Dumazet2022-10-311-1/+5
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-271-1/+1
|\ \ | |/
| * net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-10-271-1/+1
* | skbuff: Proactively round up to kmalloc bucket sizeKees Cook2022-10-271-26/+26
* | net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin2022-10-241-0/+7
|/
* net: skb: introduce and use a single page frag cachePaolo Abeni2022-09-291-5/+103
* net: shrink struct ubuf_infoPavel Begunkov2022-09-281-17/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-1/+5
|\
| * net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-071-1/+5