aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+1
2018-03-04net: make skb_gso_*_seglen functions privateDaniel Axtens1-33/+0
2018-03-04net: rename skb_gso_validate_mtu -> skb_gso_validate_network_lenDaniel Axtens1-1/+1
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-16skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan1-0/+3
2018-02-16skbuff: Fix comment mis-spelling.David S. Miller1-1/+1
2018-02-01net: create skb_gso_validate_mac_len()Daniel Axtens1-0/+16
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman1-0/+5
2017-11-30skbuff: Grammar s/are can/can/, s/change/changes/Geert Uytterhoeven1-2/+1
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-11-11net: Remove unused skb_shared_info memberMat Martineau1-1/+0
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2017-11-04netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+7
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet1-0/+18
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-2/+9
2017-10-03skbuff: Add the offload_mr_fwd_mark fieldYotam Gigi1-0/+1
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-2/+66
2017-09-22net: Remove useless function skb_header_releaseGao Feng1-19/+0
2017-09-19net: sk_buff rbnode reorgEric Dumazet1-8/+8
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni1-1/+1
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-2/+3
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+37
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingFlorian Fainelli1-4/+37
2017-08-09sock: fix zerocopy_success regression with msg_zerocopyWillem de Bruijn1-2/+7
2017-08-03sock: ulimit on MSG_ZEROCOPY pagesWillem de Bruijn1-0/+5
2017-08-03sock: MSG_ZEROCOPY notification coalescingWillem de Bruijn1-3/+14
2017-08-03sock: enable MSG_ZEROCOPYWillem de Bruijn1-1/+13
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+60
2017-08-03sock: skb_copy_ubufs support for compound pagesWillem de Bruijn1-2/+7
2017-08-02flow_dissector: remove unused functionsWANG Cong1-16/+0
2017-08-01net: add skb_frag_foreach_page and use with kmap_atomicWillem de Bruijn1-0/+36
2017-08-01skbuff: Function to send an skbuf on a socketTom Herbert1-0/+3
2017-07-17net: Revert "net: add function to allocate sk_buff head without data area"Florian Westphal1-6/+0
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller1-16/+15
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-132/+133
2017-07-03bpf, net: add skb_mac_header_len helperDaniel Borkmann1-0/+5
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-0/+22
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-0/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+3
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-7/+7
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4