summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-16skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook1-8/+62
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet1-3/+2
2022-11-10Merge 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-03net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-10-31net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet1-12/+12
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-1/+5
2022-10-27Merge 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-29net: skb: introduce and use a single page frag cachePaolo Abeni1-5/+103
2022-09-28net: 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-25Merge 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-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-4/+33
2022-07-19net: introduce managed frags infrastructurePavel Begunkov1-2/+27
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern1-1/+1
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-1/+1
2022-07-18skbuff: 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-24net: helper function skb_len_addRichard Gobert1-10/+3
2022-06-15net: don't check skb_count twiceSieng Piaw Liew1-3/+4
2022-06-09net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet1-1/+2
2022-06-09net: 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-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski1-8/+5
2022-05-16net: add skb_defer_max sysctlEric Dumazet1-6/+9
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-3/+2
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong1-0/+2
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-05-09net: fix wrong network header lengthLina Wang1-1/+3
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern1-2/+1
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov1-2/+1
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov1-7/+0
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-1/+50
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian1-1/+1
2022-04-01skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker1-4/+11
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong1-3/+4
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau1-1/+1
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-1/+1
2022-03-02net: fix up skbs delta_truesize in UDP GRO frag_listlena wang1-1/+1