summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
AgeCommit message (Expand)AuthorLines
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldKees Cook-1/+3
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens-13/+50
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn-3/+3
2017-12-27skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn-5/+9
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn-1/+2
2017-12-21skbuff: orphan frags before zerocopy cloneWillem de Bruijn-2/+2
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn-1/+5
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-7/+2
2017-11-15mm: remove __GFP_COLDMel Gorman-2/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)-5/+0
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn-0/+4
2017-10-14net: fix typo in skbuff.cWenhua Shi-1/+1
2017-10-10net/core: Fix BUG to BUG_ON conditionals.Tim Hansen-9/+6
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet-13/+16
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann-0/+2
2017-09-25net: speed up skb_rbtree_purge()Eric Dumazet-4/+7
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni-6/+3
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet-3/+3
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet-8/+2
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+8
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli-5/+8
2017-08-16net: fixes for skb_send_sockJohn Fastabend-1/+1
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn-2/+2
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn-0/+48
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn-7/+92
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn-29/+19
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn-0/+3
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn-0/+133
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn-15/+38
2017-08-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn-29/+59
2017-08-01skbuff: Function to send an skbuf on a socketTom Herbert-0/+101
2017-07-24skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal-1/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal-29/+2
2017-07-17skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang-0/+3
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko-1/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena-5/+5
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg-3/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-3/+3
2017-06-14net: use skb_unref() in napi_consume_skb()Paolo Abeni-3/+2
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni-4/+20
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni-10/+4