aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-08-24net: 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-18net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-08-18net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin1-2/+1
2020-08-16net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-08net: Use helper function ip_is_fragment()Miaohe Lin1-1/+1
2020-08-03net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-03net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin1-1/+1
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+1
2020-05-19net: unexport skb_gro_receive()Eric Dumazet1-2/+0
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal1-3/+5
2020-05-01net: fix skb_panic to output real addressJesper Dangaard Brouer1-1/+1
2020-03-30Merge 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 checksummingYadu Kishore1-8/+15
2020-02-20net: core: Distribute switch variables for initializationKees Cook1-2/+2
2020-02-16skbuff: remove stale bit mask commentsRandy Dunlap1-2/+0
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert1-0/+91
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni1-2/+33
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+7
2019-12-24net: Rephrased comments section of skb_mpls_pop()Martin Varghese1-1/+1
2019-12-24net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese1-2/+6
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-2/+2
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-2/+4
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-8/+11
2019-10-15net: 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
2019-09-07net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_listShmulik Ladkani1-0/+19
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-0/+6
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-26/+28
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)1-1/+1
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-10/+14
2019-07-16skbuff: fix compilation warnings in skb_dump()Qian Cai1-1/+1
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley1-0/+30
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley1-0/+33
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-0/+42
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-0/+64
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn1-0/+99
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-09net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior1-8/+11
2019-06-09net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior1-26/+23
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski1-0/+25
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+1