summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet1-12/+6
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer1-1/+3
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2023-02-01net: fix NULL pointer in skb_segment_listYan Zhai1-3/+2
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski1-0/+1
2023-01-24net: fix kfree_skb_list use of skb_mark_not_on_listJesper Dangaard Brouer1-2/+0
2023-01-17net: kfree_skb_list use kmem_cache_free_bulkJesper Dangaard Brouer1-1/+39
2023-01-17net: fix call location in kfree_skb_list_reasonJesper Dangaard Brouer1-13/+21
2023-01-09net: skb: remove old comments about frag_size for build_skb()Jakub Kicinski1-5/+3
2022-12-17skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook1-8/+62
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet1-3/+2
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+19
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-0/+1
2022-11-08rxrpc: Save last ACK's SACK table rather than marking txbufsDavid Howells1-0/+1
2022-11-04net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-11-01net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet1-12/+12
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-1/+5
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
2022-10-24net: skb: move skb_pp_recycle() to skbuff.cYunsheng Lin1-0/+7
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni1-5/+103
2022-09-29net: shrink struct ubuf_infoPavel Begunkov1-17/+21
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+5
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong1-1/+5
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2022-08-24net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-08-24net/core/skbuff: Check the return value of skb_copy_bits()lily1-3/+2
2022-08-24net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong1-2/+3
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-4/+33
2022-07-20net: introduce managed frags infrastructurePavel Begunkov1-2/+27
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern1-1/+1
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-1/+1
2022-07-19skbuff: don't mix ubuf_info from different sourcesPavel Begunkov1-0/+4
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet1-2/+1
2022-06-25net: helper function skb_len_addRichard Gobert1-10/+3
2022-06-15net: don't check skb_count twiceSieng Piaw Liew1-3/+4
2022-06-10net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet1-1/+2
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet1-1/+1
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong1-0/+3
2022-05-21net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski1-8/+5
2022-05-16net: add skb_defer_max sysctlEric Dumazet1-6/+9