aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-4/+1
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal1-0/+9
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden1-17/+15
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-0/+13
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+8
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-0/+8
2019-07-30linux: Remove bvec page_offset, use bv_offsetJonathan Lemon1-5/+5
2019-07-30linux: Add skb_frag_t page_offset accessorsJonathan Lemon1-8/+59
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev1-1/+1
2019-07-22net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)1-7/+2
2019-07-22net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)1-5/+5
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)1-7/+5
2019-07-22net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)1-1/+1
2019-07-22net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)1-5/+0
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)1-1/+1
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey1-0/+10
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley1-0/+1
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley1-0/+1
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-0/+1
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-0/+1
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn1-0/+1
2019-07-05net: remove unused parameter from skb_checksum_try_convertLi RongQing1-5/+3
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko1-0/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn1-3/+6
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev1-0/+8
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev1-5/+0
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev1-8/+11
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev1-0/+4
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2019-04-18net: skb: remove unused assertsJakub Kicinski1-2/+0
2019-04-17net: core: introduce build_skb_aroundJesper Dangaard Brouer1-0/+2
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2019-04-01drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal1-2/+0
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-7/+61
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2019-03-08net: add missing documentation in linux/skbuff.hPedro Tammela1-5/+59
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn1-2/+2
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy1-4/+1
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+6
2019-02-15net: validate untrusted gso packets without csum offloadWillem de Bruijn1-1/+1
2019-02-12net/skbuff: fix up kernel-doc placementBrian Norris1-6/+6
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn1-0/+6
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-0/+18
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani1-3/+3