summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorFilesLines
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-27skbuff: 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-14bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend1-0/+1
2019-04-27net: Fix missing meta data in skb with vlan packetYuya Kusakabe1-1/+9
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-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/+5
2018-10-20net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2018-10-10net: make skb_partial_csum_set() more robust against overflowsEric Dumazet1-5/+7
2018-09-08tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-3/+0
2018-08-10net: Export skb_headers_offset_updateToshiaki Makita1-1/+2
2018-08-06net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-08-02net: Fix coding style in skb_push()Ganesh Goudar1-1/+1
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2018-07-22net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-0/+1
2018-07-18net: Move skb decrypted field, avoid explicity copyStefano Brivio1-6/+0
2018-07-16net: Add decrypted field to skbBoris Pismenny1-0/+6
2018-07-14skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-13net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-07-04net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko1-2/+1
2018-06-28skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner1-1/+0
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-2/+2
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin1-4/+5
2018-04-26udp: add udp gsoWillem de Bruijn1-0/+2
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-04-08net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2018-03-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4
2018-03-25net: permit skb_segment on head_frag frag_list skbYonghong Song1-5/+22
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2018-03-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes1-1/+1
2018-03-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita1-2/+5
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens1-1/+1
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+41
2018-03-05net: make skb_gso_*_seglen functions privateDaniel Axtens1-2/+35
2018-03-05net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens1-5/+6
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan1-2/+2
2018-02-17skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan1-2/+4
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldKees Cook1-1/+3