summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman
2017-11-30skbuff: Grammar s/are can/can/, s/change/changes/Geert Uytterhoeven
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-11net: Remove unused skb_shared_info memberMat Martineau
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet
2017-10-03skbuff: Add the offload_mr_fwd_mark fieldYotam Gigi
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-22net: Remove useless function skb_header_releaseGao Feng
2017-09-19net: sk_buff rbnode reorgEric Dumazet
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
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-15skbuff: make skb_put_zero() return voidJohannes Berg
2017-06-13Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/sc...David S. Miller
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg