aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-7/+48
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar1-0/+2
2021-04-14skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni1-3/+12
2021-04-01net: Introduce skb_send_sock() for sock_mapCong Wang1-7/+48
2021-03-10skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin1-12/+3
2021-03-06kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior1-0/+1
2021-03-01net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn1-0/+2
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin1-3/+9
2021-02-13skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin1-2/+3
2021-02-13skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin1-1/+5
2021-02-13skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin1-13/+81
2021-02-13skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin1-45/+45
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin1-12/+0
2021-02-13skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin1-17/+1
2021-02-13skbuff: simplify __alloc_skb() a bitAlexander Lobakin1-6/+5
2021-02-13skbuff: make __build_skb_around() return voidAlexander Lobakin1-7/+6
2021-02-13skbuff: simplify kmalloc_reserve()Alexander Lobakin1-5/+2
2021-02-13skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin1-142/+142
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao1-16/+10
2021-02-02net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-2/+4
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-01-19net: fix GSO for SG-enabled devicesPaolo Abeni1-2/+2
2021-01-16net: move the hsize check to the else block in skb_segmentXin Long1-5/+6
2021-01-16skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+49
2021-01-14net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-11net: compound page support in skb_seq_readWillem de Bruijn1-5/+23
2021-01-08net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-07skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon1-1/+1
2021-01-07skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon1-0/+1
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-5/+4
2021-01-07skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon1-15/+15
2021-01-07skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon1-1/+2
2021-01-07skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon1-7/+5
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-1/+2
2021-01-07skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon1-1/+1
2021-01-07skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon1-8/+1
2021-01-07skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon1-3/+11
2021-01-07skbuff: simplify sock_zerocopy_putJonathan Lemon1-6/+2
2020-12-14net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packetVasily Averin1-0/+6
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-6/+0
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn1-1/+1
2020-11-25net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin1-0/+2
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-09net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin1-1/+2
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+11