summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
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
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin
2021-02-13skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin
2021-02-13skbuff: simplify __alloc_skb() a bitAlexander Lobakin
2021-02-13skbuff: make __build_skb_around() return voidAlexander Lobakin
2021-02-13skbuff: simplify kmalloc_reserve()Alexander Lobakin
2021-02-13skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao
2021-02-02net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni
2021-01-16net: move the hsize check to the else block in skb_segmentXin Long
2021-01-16skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet
2021-01-11net: compound page support in skb_seq_readWillem de Bruijn
2021-01-08net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon
2021-01-07skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon
2021-01-07skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon