summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-09-051-1/+1
* net: Rename and export copy_skb_headerIlya Lesokhin2022-07-071-4/+5
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-03-021-2/+2
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-08-081-1/+4
* net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-03-071-1/+13
* skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-301-1/+5
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-231-2/+7
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2021-01-171-0/+6
* sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-12-081-1/+1
* net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-09-231-3/+7
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-09-031-2/+2
* net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani2019-09-191-0/+19
* bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-07-211-0/+1
* net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-171-1/+1
* net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-231-0/+4
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-02-201-13/+50
* net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes2019-01-261-6/+1
* net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-12-051-0/+4
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-11-041-2/+3
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-261-3/+0
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2018-09-191-0/+14
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2018-09-191-1/+5
* net: speed up skb_rbtree_purge()Eric Dumazet2018-09-191-4/+7
* net: skb_segment() should not return NULLEric Dumazet2018-07-281-5/+5
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-251-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-251-0/+2
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-05-301-2/+4
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-05-301-2/+5
* net: initialize skb->peeked when cloningEric Dumazet2018-05-161-0/+1
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-311-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-5/+0
* skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2018-01-021-3/+3
* skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2018-01-021-1/+2
* skbuff: orphan frags before zerocopy cloneWillem de Bruijn2018-01-021-2/+2
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2018-01-021-1/+5
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-041-0/+1
* sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn2017-10-221-0/+4
* net: fix typo in skbuff.cWenhua Shi2017-10-141-1/+1
* udp: drop head states only when all skb references are gonePaolo Abeni2017-09-071-6/+3
* net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-011-3/+3
* net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-5/+8
|\
| * net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli2017-08-231-5/+8
* | net: fixes for skb_send_sockJohn Fastabend2017-08-161-1/+1
* | sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-091-2/+2
* | sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn2017-08-031-0/+48
* | sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-031-7/+92
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-29/+19
* | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+3
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+133