summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-7/+2
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-2/+2
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-5/+0
* | 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-141-1/+1
* | net/core: Fix BUG to BUG_ON conditionals.Tim Hansen2017-10-101-9/+6
* | 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-251-4/+7
|/
* udp: drop head states only when all skb references are gonePaolo Abeni2017-09-071-6/+3
* net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-011-3/+3
* net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-5/+8
|\
| * net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli2017-08-231-5/+8
* | net: fixes for skb_send_sockJohn Fastabend2017-08-161-1/+1
* | sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-091-2/+2
* | sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn2017-08-031-0/+48
* | sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-031-7/+92
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-29/+19
* | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+3
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+133
* | sock: skb_copy_ubufs support for compound pagesWillem de Bruijn2017-08-031-15/+38
* | net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn2017-08-011-29/+59
* | skbuff: Function to send an skbuf on a socketTom Herbert2017-08-011-0/+101
* | skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-241-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-121-1/+1
* | net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal2017-07-171-29/+2
* | 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
* net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
* net: use skb_unref() in napi_consume_skb()Paolo Abeni2017-06-141-3/+2
* udp: avoid a cache miss on dequeuePaolo Abeni2017-06-121-4/+20
* net: factor out a helper to decrement the skb refcountPaolo Abeni2017-06-121-10/+4
* skbuff: only inherit relevant tx_flagsWillem de Bruijn2017-06-081-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+4
|\
OpenPOWER on IntegriCloud