summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\
| * skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-16
| * net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-16
| * net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\ \ | |/
| * net: make skb_gso_*_seglen functions privateDaniel Axtens2018-03-04
| * net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens2018-03-04
* | net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-26
* | skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan2018-02-16
|/
* net: Whitelist the skbuff_head_cache "cb" fieldKees Cook2018-02-08
* net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-29
|\
| * skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2017-12-28
* | skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn2017-12-27
|/
* skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-21
* skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-21
* sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2017-12-15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-15
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-10
|\ \ | |/
| * netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\ \ | |/
| * sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn2017-10-22
| * net: fix typo in skbuff.cWenhua Shi2017-10-14
* | net/core: Fix BUG to BUG_ON conditionals.Tim Hansen2017-10-10
* | net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet2017-10-04
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-26
* | net: speed up skb_rbtree_purge()Eric Dumazet2017-09-25
|/
* udp: drop head states only when all skb references are gonePaolo Abeni2017-09-07
* net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-01
* net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli2017-08-23
* | net: fixes for skb_send_sockJohn Fastabend2017-08-16
* | sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-09
* | sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn2017-08-03
* | sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-03
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-03
* | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-03
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-03
* | sock: skb_copy_ubufs support for compound pagesWillem de Bruijn2017-08-03
* | net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn2017-08-01
* | skbuff: Function to send an skbuf on a socketTom Herbert2017-08-01
* | skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-21
|\ \ | |/
| * mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-12
* | net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal2017-07-17
* | skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang2017-07-17
|/
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01