summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-07net: Rename and export copy_skb_headerIlya Lesokhin1-4/+5
2022-03-02net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-03-07net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver1-1/+13
2021-01-30skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-23net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-12-08sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn1-1/+1
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2019-09-19net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani1-0/+19
2019-07-21bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend1-0/+1
2019-04-17net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert1-1/+1
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens1-13/+50
2019-01-26net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes1-6/+1
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+4
2018-11-04net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-3/+0
2018-09-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-09-19net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-09-19net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2018-07-28net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4
2018-05-30net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita1-2/+5
2018-05-16net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes1-1/+1
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-5/+0
2018-01-02skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2018-01-02skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn1-1/+2
2018-01-02skbuff: orphan frags before zerocopy cloneWillem de Bruijn1-2/+2
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn1-0/+4
2017-10-15net: fix typo in skbuff.cWenhua Shi1-1/+1
2017-09-08udp: drop head states only when all skb references are gonePaolo Abeni1-6/+3
2017-09-02net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-3/+3
2017-09-02net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-8/+2
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2017-08-24net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli1-5/+8
2017-08-16net: fixes for skb_send_sockJohn Fastabend1-1/+1
2017-08-10sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-04sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48
2017-08-04sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-7/+92
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn1-29/+19
2017-08-04sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+3
2017-08-04sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+133
2017-08-04sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-15/+38