summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2022-03-02net: fix up skbs delta_truesize in UDP GRO frag_listlena wang
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
2021-07-18net: Fix zero-copy head len calculation.Pravin B Shelar
2021-07-16skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn
2021-06-07page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas
2021-06-07skbuff: add a parameter to __skb_frag_unrefMatteo Croce
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang
2021-03-10skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin
2021-03-06kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior
2021-03-01net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin
2021-02-13skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin
2021-02-13skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin
2021-02-13skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin
2021-02-13skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin