aboutsummaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2022-05-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-09net: fix wrong network header lengthLina Wang
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian
2022-04-01skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net: Clear mono_delivery_time bit in __skb_tstamp_tx()Martin KaFai Lau
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-03-02net: fix up skbs delta_truesize in UDP GRO frag_listlena wang
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-22net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet
2022-02-22net: add skb_set_end_offset() helperEric Dumazet
2022-02-22net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-10skbuff: cleanup double word in commentTom Rix
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong
2021-12-29Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman
2021-12-07skbuff: introduce skb_pull_dataLuiz Augusto von Dentz
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-10-29mctp: Add flow extension to skbJeremy Kerr
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing
2021-09-14skbuff: inline page_frag_alloc_align()Yajun Deng
2021-09-03skbuff: clean up inconsistent indentingColin Ian King
2021-08-13net: in_irq() cleanupChangbin Du
2021-08-05net: fix GRO skb truesize updatePaolo Abeni
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni
2021-07-29net: optimize GRO for the common case.Paolo Abeni
2021-07-29sk_buff: track extension status in slow_groPaolo Abeni