summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2023-09-23skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-05-30net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-17tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima
2023-01-18skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan
2022-11-25net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc
2022-09-05net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2021-12-22net: Fix double 0x prefix print in SKB dumpGal Pressman
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar
2021-03-07net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver
2021-01-27skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin
2021-01-23net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin
2020-12-08net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti
2020-12-08sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn
2020-10-14net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-18Fixed 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