summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-29net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean1-7/+1
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-03-27net: mctp: copy skb ext data when fragmentingJeremy Kerr1-0/+8
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet1-4/+6
2023-11-20net: skb_find_text: Ignore patterns extending past 'to'Phil Sutter1-1/+2
2023-09-19net: deal with integer overflows in kmalloc_reserve()Eric Dumazet1-2/+8
2023-09-19net: factorize code in kmalloc_reserve()Eric Dumazet1-16/+11
2023-09-19net: remove osize variable in __alloc_skb()Eric Dumazet1-6/+4
2023-09-19net: add SKB_HEAD_ALIGN() helperEric Dumazet1-12/+6
2023-09-13skbuff: 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-30skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
2023-05-24net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet1-2/+2
2023-05-17tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet1-6/+14
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-04net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-09-30net: skb: introduce and use a single page frag cachePaolo Abeni1-5/+103
2022-09-29net: shrink struct ubuf_infoPavel Begunkov1-17/+21
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+5
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong1-1/+5
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2022-08-24net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-08-24net/core/skbuff: Check the return value of skb_copy_bits()lily1-3/+2
2022-08-24net: skb: prevent the split of kfree_skb_reason() by gccMenglong Dong1-2/+3
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-4/+33
2022-07-20net: introduce managed frags infrastructurePavel Begunkov1-2/+27
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern1-1/+1
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-1/+1
2022-07-19skbuff: don't mix ubuf_info from different sourcesPavel Begunkov1-0/+4
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet1-2/+1
2022-06-25net: helper function skb_len_addRichard Gobert1-10/+3
2022-06-15net: don't check skb_count twiceSieng Piaw Liew1-3/+4
2022-06-10net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet1-1/+2
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet1-1/+1
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong1-0/+3
2022-05-21net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski1-8/+5
2022-05-16net: add skb_defer_max sysctlEric Dumazet1-6/+9
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-3/+2
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong1-0/+2
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-05-09net: fix wrong network header lengthLina Wang1-1/+3
2022-05-06net: Make msg_zerocopy_alloc staticDavid Ahern1-2/+1
2022-05-03tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov1-2/+1
2022-04-30net: inline skb_zerocopy_iter_dgramPavel Begunkov1-7/+0