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