summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* skbuff: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
* net: in_irq() cleanupChangbin Du2021-08-131-3/+3
* net: fix GRO skb truesize updatePaolo Abeni2021-08-051-1/+1
* skbuff: introduce skb_expand_head()Vasily Averin2021-08-031-0/+42
* skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-291-4/+13
* net: optimize GRO for the common case.Paolo Abeni2021-07-291-3/+6
* sk_buff: track extension status in slow_groPaolo Abeni2021-07-291-0/+1
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-07-181-1/+4
* skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas2021-07-161-1/+12
* skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2021-07-061-0/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+3
|\
| * skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn2021-06-101-1/+3
* | page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2021-06-071-4/+16
* | skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-071-2/+2
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-7/+48
|\
| * skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()"Paolo Abeni2021-04-141-3/+12
| * net: Introduce skb_send_sock() for sock_mapCong Wang2021-04-011-7/+48
| * skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin2021-03-101-12/+3
* | Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar2021-04-201-0/+2
|\|
| * net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn2021-03-011-0/+2
* | kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior2021-03-061-0/+1
|/
* skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2021-02-131-3/+9
* skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin2021-02-131-2/+3
* skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin2021-02-131-1/+5
* skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin2021-02-131-13/+81
* skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin2021-02-131-45/+45
* skbuff: remove __kfree_skb_flush()Alexander Lobakin2021-02-131-12/+0
* skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin2021-02-131-17/+1
* skbuff: simplify __alloc_skb() a bitAlexander Lobakin2021-02-131-6/+5
* skbuff: make __build_skb_around() return voidAlexander Lobakin2021-02-131-7/+6
* skbuff: simplify kmalloc_reserve()Alexander Lobakin2021-02-131-5/+2
* skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin2021-02-131-142/+142
* net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao2021-02-061-16/+10
* net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-02-021-1/+13
* tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-221-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-1/+5
|\
| * skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-161-1/+5
* | net: fix GSO for SG-enabled devicesPaolo Abeni2021-01-191-2/+2
* | net: move the hsize check to the else block in skb_segmentXin Long2021-01-161-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-8/+49
|\|
| * net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-141-2/+7
| * net: compound page support in skb_seq_readWillem de Bruijn2021-01-111-5/+23
| * net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-081-1/+19
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-071-1/+1
* | skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon2021-01-071-0/+1
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-5/+4
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-15/+15
* | skbuff: Call skb_zcopy_clear() before unref'ing fragmentsJonathan Lemon2021-01-071-1/+2
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-7/+5