aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2019-05-15net: Fix missing meta data in skb with vlan packetYuya Kusakabe
2019-05-05net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert
2019-03-08net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-05net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes
2018-12-15net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-04net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-07-21net: skb_segment() should not return NULLEric Dumazet
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin
2018-04-26udp: add udp gsoWillem de Bruijn
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-04-07net: initialize skb->peeked when cloningEric Dumazet
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita
2018-03-25net: permit skb_segment on head_frag frag_list skbYonghong Song
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-16net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04net: make skb_gso_*_seglen functions privateDaniel Axtens
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan
2018-02-16skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldKees Cook
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn
2017-12-27skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn
2017-12-21skbuff: orphan frags before zerocopy cloneWillem de Bruijn
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn
2017-10-14net: fix typo in skbuff.cWenhua Shi
2017-10-10net/core: Fix BUG to BUG_ON conditionals.Tim Hansen
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-25net: speed up skb_rbtree_purge()Eric Dumazet
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet