aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2020-08-27net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
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
2019-09-07net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)
2019-07-16skbuff: fix compilation warnings in skb_dump()Qian Cai
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-09net: Don't disable interrupts in __netdev_alloc_skb()Sebastian Andrzej Siewior
2019-06-09net: Don't disable interrupts in napi_alloc_frag()Sebastian Andrzej Siewior
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn
2019-05-30net: avoid indirect calls in L4 checksum calculationMatteo Croce
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-17net: core: introduce build_skb_aroundJesper Dangaard Brouer
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16net: Fix missing meta data in skb with vlan packetYuya Kusakabe
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck