aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAge
* 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-09
|\|
| * 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-21
| * 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-04
* | sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn2017-08-04
* | sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-04
* | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-04
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-04
* | sock: skb_copy_ubufs support for compound pagesWillem de Bruijn2017-08-04
* | 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-20
|\|
| * 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
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-01
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-16
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* net: use skb_unref() in napi_consume_skb()Paolo Abeni2017-06-14
* udp: avoid a cache miss on dequeuePaolo Abeni2017-06-12
* net: factor out a helper to decrement the skb refcountPaolo Abeni2017-06-12
* skbuff: only inherit relevant tx_flagsWillem de Bruijn2017-06-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-06
|\
| * sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-04
* | skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2017-06-04
* | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-21
* | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-19
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-20
| |\