aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-5/+0
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn1-0/+4
2017-10-14net: fix typo in skbuff.cWenhua Shi1-1/+1
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni1-6/+3
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-3/+3
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-8/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli1-5/+8
2017-08-16net: fixes for skb_send_sockJohn Fastabend1-1/+1
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+48
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-7/+92
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn1-29/+19
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+3
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+133
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-15/+38
2017-08-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-29/+59
2017-08-01skbuff: Function to send an skbuf on a socketTom Herbert1-0/+101
2017-07-24skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal1-1/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal1-29/+2
2017-07-17skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang1-0/+3
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-3/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2017-06-14net: use skb_unref() in napi_consume_skb()Paolo Abeni1-3/+2
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni1-4/+20
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni1-10/+4
2017-06-08skbuff: only inherit relevant tx_flagsWillem de Bruijn1-4/+6
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2017-06-04skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-23/+42
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh1-1/+4
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar1-0/+4
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti1-0/+26
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet1-0/+2
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-17gso: Validate assumption of frag_list segementationIlan Tayari1-4/+14
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-0/+1
2017-04-12gso: Support frag_list splitting with head_fragIlan Tayari1-1/+1
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh1-6/+11
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh1-0/+10