summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+2Star
* 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/+4Star
* 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-071-1/+4
|\
| * sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-051-1/+4
* | skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2017-06-051-23/+42
* | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-211-0/+4
* | skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-201-0/+26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-031-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-0/+1
| |\
| * | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-171-4/+14
| * | gso: Support frag_list splitting with head_fragIlan Tayari2017-04-121-1/+1
* | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+0Star
|\ \ \
| * | | splice_pipe_desc: kill ->flagsAl Viro2016-12-271-1/+0Star
* | | | net: adjust skb->truesize in ___pskb_trim()Eric Dumazet2017-04-281-0/+2
* | | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-211-4/+14
| |_|/ |/| |
* | | net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-0/+1
| |/ |/|
* | tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-221-6/+11
* | tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-221-0/+10
* | net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-071-7/+8
* | net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-03-071-7/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-1/+1
|\ \