summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2024-07-05skbuff: introduce skb_pull_dataLuiz Augusto von Dentz1-0/+24
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-04-10gro: fix ownership transferAntoine Tenart1-2/+4
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2023-09-19skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella1-14/+20
2023-07-23net: prevent skb corruption on frag list segmentationPaolo Abeni1-0/+5
2023-05-30net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav1-1/+3
2023-05-11tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima1-0/+3
2023-04-20skbuff: Fix a race between coalescing and releasing SKBsLiang Chen1-8/+8
2023-02-06net: fix NULL pointer in skb_segment_listYan Zhai1-3/+2
2022-12-31skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2022-11-16net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-11-03net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-09-15net/core/skbuff: Check the return value of skb_copy_bits()lily1-3/+2
2022-08-31net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong1-5/+7
2022-05-25net: fix wrong network header lengthLina Wang1-1/+3
2022-04-13skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker1-4/+11
2022-04-08net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-0/+32
2022-04-08net: add skb_set_end_offset() helperEric Dumazet1-14/+5
2022-03-08net: fix up skbs delta_truesize in UDP GRO frag_listlena wang1-1/+1
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-1/+1
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2021-12-22net: Fix double 0x prefix print in SKB dumpGal Pressman1-1/+1
2021-11-25net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-13/+1
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin1-13/+23
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