aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-13/+15
2018-06-04net: skbuff.h: drop unneeded <linux/slab.h>Randy Dunlap1-2/+0
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-2/+1
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni1-8/+10
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin1-0/+1
2018-04-26udp: add udp gsoWillem de Bruijn1-0/+2
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-3/+2
2018-03-31inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+22
2018-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+22
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-03-03bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens1-0/+22
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