summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-061-0/+6
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-26/+28
* | net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)2019-07-221-1/+1
* | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-10/+14
|/
* skbuff: fix compilation warnings in skb_dump()Qian Cai2019-07-161-1/+1
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-081-0/+30
* net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-081-0/+33
* net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-081-0/+42
* net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-081-0/+64
* skbuff: increase verbosity when dumping skb dataWillem de Bruijn2019-07-081-0/+99
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-0/+1
| |\
| | * bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-05-241-0/+1
* | | net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior2019-06-091-8/+11
* | | net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-26/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\| |
| * | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1
| |\ \
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| | |/
* | | net/tls: fully initialize the msg wrapper skbJakub Kicinski2019-06-041-0/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-1/+5
|\| |
| * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-1/+5
| |/