aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-08-04gro: ensure frag0 meets IP header alignmentEric Dumazet
2021-01-23net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld
2021-01-23net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld
2021-01-23net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2020-10-01skbuff: fix a data race in skb_queue_len()Qian Cai
2020-10-01net: add __must_check to skb_put_padto()Eric Dumazet
2020-01-04net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-10net: add skb_queue_empty_lockless()Eric Dumazet
2019-05-25net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn
2019-02-27net: validate untrusted gso packets without csum offloadWillem de Bruijn
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens
2019-01-31net: Fix usage of pskb_trim_rcsumRoss Lagerwall
2018-12-05packet: copy user buffers before orphan or cloneWillem de Bruijn
2018-09-19net: sk_buff rbnode reorgEric Dumazet
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet
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-19inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet
2018-07-28tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
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-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-09sock: fix zerocopy_success regression with msg_zerocopyWillem 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 MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn
2017-08-02flow_dissector: remove unused functionsWANG Cong
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-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann
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-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: add and use skb_put_u8()Johannes Berg
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