summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-0/+3
|\
| * net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti2020-12-031-0/+3
* | net: switch to storing KCOV handle directly in sk_buffMarco Elver2020-12-011-6/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-1/+1
|\|
| * sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-11-271-1/+1
* | net: Use lockdep_assert_in_softirq() in napi_consume_skb()Yunsheng Lin2020-11-251-0/+2
* | net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-171-1/+1
* | net: skb_vlan_untag(): don't reset transport offset if set by GRO layerAlexander Lobakin2020-11-091-1/+2
* | net: add kcov handle to skb extensionsAleksandr Nogikh2020-11-021-0/+11
|/
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-10/+69
|\
| * net: always dump full packets with skb_dumpVladimir Oltean2020-10-061-5/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-2/+2
| |\
| * | net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-031-0/+67
| * | net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin2020-09-201-3/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-0/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-3/+7
| |\ \ \
| * | | | net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin2020-08-181-2/+1
* | | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-6/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-2/+2
| * | | | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-5/+6
* | | | | net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault2020-10-041-2/+2
| |_|_|/ |/| | |
* | | | net: Get rid of consume_skb when tracing is offHerbert Xu2020-08-241-0/+2
| |_|/ |/| |
* | | net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-08-181-3/+7
| |/ |/|
* | net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-08-161-2/+2
|/
* net: Use helper function ip_is_fragment()Miaohe Lin2020-08-081-1/+1
* net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-08-031-2/+1
* net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin2020-08-031-1/+1
* tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+1
* net: unexport skb_gro_receive()Eric Dumazet2020-05-191-2/+0
* net: allow __skb_ext_alloc to sleepFlorian Westphal2020-05-171-3/+5
* net: fix skb_panic to output real addressJesper Dangaard Brouer2020-05-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-301-0/+1
|\
| * net: fix fraglist segmentation reference count leakFlorian Westphal2020-03-301-0/+1
* | net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore2020-03-231-8/+15
|/
* net: core: Distribute switch variables for initializationKees Cook2020-02-201-2/+2
* skbuff: remove stale bit mask commentsRandy Dunlap2020-02-161-2/+0
* net: Support GRO/GSO fraglist chaining.Steffen Klassert2020-01-271-0/+91
* skb: add helpers to allocate ext independently from sk_buffPaolo Abeni2020-01-091-2/+33
* mptcp: Add MPTCP to skb extensionsMat Martineau2020-01-091-0/+7
* net: Rephrased comments section of skb_mpls_pop()Martin Varghese2019-12-241-1/+1
* net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese2019-12-241-2/+6
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-041-2/+2
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-2/+4
* net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-8/+11
* net: avoid errors when trying to pop MLPS header on non-MPLS packetsDavide Caratti2019-10-151-1/+1
* tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-1/+1
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-0/+19
|\
| * net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-071-0/+19