summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-301-1/+3
* tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima2023-05-111-0/+3
* skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-201-8/+8
* net: fix NULL pointer in skb_segment_listYan Zhai2023-02-061-3/+2
* skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-311-0/+3
* net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-161-17/+19
* net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet2022-11-031-1/+1
* net/core/skbuff: Check the return value of skb_copy_bits()lily2022-09-151-3/+2
* net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-08-311-1/+1
* net: skb: introduce kfree_skb_reason()Menglong Dong2022-07-291-5/+7
* net: fix wrong network header lengthLina Wang2022-05-251-1/+3
* skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker2022-04-131-4/+11
* net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet2022-04-081-0/+32
* net: add skb_set_end_offset() helperEric Dumazet2022-04-081-14/+5
* net: fix up skbs delta_truesize in UDP GRO frag_listlena wang2022-03-081-1/+1
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-021-1/+1
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-03-021-2/+2
* net: Fix double 0x prefix print in SKB dumpGal Pressman2021-12-221-1/+1
* net: add and use skb_unclone_keeptruesize() helperEric Dumazet2021-11-251-13/+1
* skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2021-10-221-13/+23
* 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