summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook1-9/+5
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet1-117/+0
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet1-26/+0
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet1-4/+2
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-1/+2
2021-11-03net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-13/+1
2021-11-02Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski1-2/+1
2021-11-02net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-1/+2
2021-10-29mctp: Add flow extension to skbJeremy Kerr1-0/+19
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+23
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin1-13/+23
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing1-3/+5
2021-09-14skbuff: inline page_frag_alloc_align()Yajun Deng1-11/+8
2021-09-03skbuff: clean up inconsistent indentingColin Ian King1-1/+1
2021-08-14net: in_irq() cleanupChangbin Du1-3/+3
2021-08-05net: fix GRO skb truesize updatePaolo Abeni1-1/+1
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin1-0/+42
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-4/+13
2021-07-29net: optimize GRO for the common case.Paolo Abeni1-3/+6
2021-07-29sk_buff: track extension status in slow_groPaolo Abeni1-0/+1
2021-07-18net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-07-16skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas1-1/+12
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey1-0/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-3/+3
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn1-1/+3
2021-06-08page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas1-4/+16
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-2/+2
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus 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-02net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn1-0/+2
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin1-3/+9
2021-02-14skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin1-2/+3
2021-02-14skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin1-1/+5
2021-02-14skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin1-13/+81
2021-02-14skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin1-45/+45
2021-02-14skbuff: remove __kfree_skb_flush()Alexander Lobakin1-12/+0
2021-02-14skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin1-17/+1
2021-02-14skbuff: simplify __alloc_skb() a bitAlexander Lobakin1-6/+5
2021-02-14skbuff: make __build_skb_around() return voidAlexander Lobakin1-7/+6
2021-02-14skbuff: simplify kmalloc_reserve()Alexander Lobakin1-5/+2
2021-02-14skbuff: 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-03net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-2/+4