summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2019-01-26net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata
2018-11-04net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-09-19net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2018-09-19net: speed up skb_rbtree_purge()Eric Dumazet
2018-07-28net: skb_segment() should not return NULLEric Dumazet
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita
2018-05-30net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-05-16net: initialize skb->peeked when cloningEric Dumazet
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-01-02skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn
2018-01-02skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn
2018-01-02skbuff: orphan frags before zerocopy cloneWillem de Bruijn
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-10-22sock: correct sk_wmem_queued accounting on efault in tcp zerocopyWillem de Bruijn
2017-10-14net: fix typo in skbuff.cWenhua Shi
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli
2017-08-16net: fixes for skb_send_sockJohn Fastabend
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn
2017-08-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn
2017-08-01skbuff: Function to send an skbuf on a socketTom Herbert
2017-07-24skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal
2017-07-17skbuff: optimize the pull_pages code in __pskb_pull_tail()linzhang
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-14net: use skb_unref() in napi_consume_skb()Paolo Abeni