summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden2019-09-131-17/+15
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-061-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+8
|\
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-1/+1
|\ \
| * | bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-251-1/+1
* | | linux: Remove bvec page_offset, use bv_offsetJonathan Lemon2019-07-301-5/+5
* | | linux: Add skb_frag_t page_offset accessorsJonathan Lemon2019-07-301-8/+59
|/ /
* | net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)2019-07-221-7/+2
* | net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)2019-07-221-5/+5
* | net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)2019-07-221-7/+5
* | net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)2019-07-221-1/+1
* | net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)2019-07-221-5/+0
* | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-1/+1
|/
* net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-091-0/+10
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-081-0/+1
* net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-081-0/+1
* net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-081-0/+1
* net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-081-0/+1
* skbuff: increase verbosity when dumping skb dataWillem de Bruijn2019-07-081-0/+1
* net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-051-5/+3
* flow_dissector: add support for ingress ifindex dissectionJiri Pirko2019-06-191-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net/tls: fully initialize the msg wrapper skbJakub Kicinski2019-06-041-0/+1
|/
* net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn2019-05-161-3/+6
* bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+8
* flow_dissector: handle no-skb use caseStanislav Fomichev2019-04-231-5/+0
* net: plumb network namespace into __skb_flow_dissectStanislav Fomichev2019-04-231-8/+11
* flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-231-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-221-0/+2
|\
| * net: core: introduce build_skb_aroundJesper Dangaard Brouer2019-04-171-0/+2
* | net: skb: remove unused assertsJakub Kicinski2019-04-181-2/+0
|/
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-3/+3
* drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2019-04-011-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-111-7/+61
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-081-2/+2
| |\
| | * bpf: only test gso type on gso packetsWillem de Bruijn2019-03-071-2/+2
| * | net: add missing documentation in linux/skbuff.hPedro Tammela2019-03-081-5/+59
| |/
* | Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-091-1/+1
|\ \ | |/ |/|
| * doc: networking: convert offload files into RST and update referencesOtto Sabart2019-01-071-1/+1
* | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-161-0/+6
| |\ \
| | * | bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-101-0/+6
| * | | net: validate untrusted gso packets without csum offloadWillem de Bruijn2019-02-151-1/+1
| |/ /
* | | net/skbuff: fix up kernel-doc placementBrian Norris2019-02-121-6/+6
* | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-0/+18
* | | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-0/+5
|\ \ \ | |/ / |/| |