summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2020-12-14net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn
2020-11-25net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab
2020-11-09net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06net: always dump full packets with skb_dumpVladimir Oltean
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-04net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-09-20net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-24net: Get rid of consume_skb when tracing is offHerbert Xu
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-08-18net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-08-18net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin
2020-08-16net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2020-08-08net: Use helper function ip_is_fragment()Miaohe Lin
2020-08-03net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin
2020-08-03net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-05-19net: unexport skb_gro_receive()Eric Dumazet
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-05-01net: fix skb_panic to output real addressJesper Dangaard Brouer
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-30net: fix fraglist segmentation reference count leakFlorian Westphal
2020-03-23net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore
2020-02-20net: core: Distribute switch variables for initializationKees Cook
2020-02-16skbuff: remove stale bit mask commentsRandy Dunlap
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau
2019-12-24net: Rephrased comments section of skb_mpls_pop()Martin Varghese
2019-12-24net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-15net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller