summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-131-8/+8
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-4/+3
|\|
| * net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-08-241-1/+1
| * net/core/skbuff: Check the return value of skb_copy_bits()lily2022-08-241-3/+2
* | net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong2022-08-241-2/+3
|/
* Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-191-4/+33
|\
| * net: introduce managed frags infrastructurePavel Begunkov2022-07-191-2/+27
| * net: Allow custom iter handler in msghdrDavid Ahern2022-07-191-1/+1
| * skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov2022-07-181-1/+1
| * skbuff: don't mix ubuf_info from different sourcesPavel Begunkov2022-07-181-0/+4
* | net: minor optimization in __alloc_skb()Eric Dumazet2022-07-081-2/+1
* | net: helper function skb_len_addRichard Gobert2022-06-241-10/+3
* | net: don't check skb_count twiceSieng Piaw Liew2022-06-151-3/+4
* | net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet2022-06-091-1/+2
* | net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet2022-06-091-1/+1
* | net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong2022-06-071-0/+3
|/