summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-6/+0
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn1-1/+1
2020-11-26net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin1-0/+2
2020-11-18net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-10net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin1-1/+2
2020-11-03net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+11
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
2019-12-25net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese1-2/+6
2019-12-05net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-2/+2
2019-12-03Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-2/+4
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-8/+11
2019-10-16net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti1-1/+1
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-1/+1
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+19