aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-04-01Merge 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-04net: make skb_gso_*_seglen functions privateDaniel Axtens1-2/+35
2018-03-04net: 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-16skbuff: 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
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens1-13/+50
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2017-12-27skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn1-5/+9
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn1-1/+2
2017-12-21skbuff: orphan frags before zerocopy cloneWillem de Bruijn1-2/+2
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+2
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-5/+0
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn1-0/+4
2017-10-14net: fix typo in skbuff.cWenhua Shi1-1/+1
2017-10-10net/core: Fix BUG to BUG_ON conditionals.Tim Hansen1-9/+6
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet1-13/+16
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+2
2017-09-25net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni1-6/+3
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-3/+3
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-8/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2017-08-23net: 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-09sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-7/+92
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn1-29/+19
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+3
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+133
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-15/+38
2017-08-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-29/+59