summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06net: fix NULL pointer in skb_segment_listYan Zhai1-3/+2
2023-01-14skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver1-6/+0
2022-11-16net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
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-03-08net: fix up skbs delta_truesize in UDP GRO frag_listlena wang1-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-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey1-0/+1
2021-07-28net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+11
2021-03-07net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-01-27skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-23net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-23net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn1-1/+1
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-10/+69
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+7
2020-10-06net: always dump full packets with skb_dumpVladimir Oltean1-5/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-10-05net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-0/+67
2020-09-21net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin1-3/+0
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-08-25net: Get rid of consume_skb when tracing is offHerbert Xu1-0/+2
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+2
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-5/+6
2020-08-19net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-08-19net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin1-2/+1
2020-08-17net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-09net: Use helper function ip_is_fragment()Miaohe Lin1-1/+1
2020-08-04net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-04net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin1-1/+1
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+1
2020-05-20net: unexport skb_gro_receive()Eric Dumazet1-2/+0
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal1-3/+5
2020-05-02net: fix skb_panic to output real addressJesper Dangaard Brouer1-1/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-30net: fix fraglist segmentation reference count leakFlorian Westphal1-0/+1
2020-03-23net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore1-8/+15
2020-02-20net: core: Distribute switch variables for initializationKees Cook1-2/+2
2020-02-17skbuff: remove stale bit mask commentsRandy Dunlap1-2/+0
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert1-0/+91
2020-01-10skb: add helpers to allocate ext independently from sk_buffPaolo Abeni1-2/+33
2020-01-10mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+7
2019-12-25net: Rephrased comments section of skb_mpls_pop()Martin Varghese1-1/+1