summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-091-0/+8
* net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-091-0/+10
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-091-0/+1
* net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-091-0/+1
* net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-091-0/+1
* net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-091-0/+1
* skbuff: increase verbosity when dumping skb dataWillem de Bruijn2019-07-091-0/+1
* net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-061-5/+3Star
* 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/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | 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/+0Star
* 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-231-0/+2
|\
| * net: core: introduce build_skb_aroundJesper Dangaard Brouer2019-04-181-0/+2
* | net: skb: remove unused assertsJakub Kicinski2019-04-191-2/+0Star
|/
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-3/+3
* drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2019-04-021-2/+0Star
* 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-091-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/+1Star
* | 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-171-0/+6
| |\ \
| | * | bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-111-0/+6
| * | | net: validate untrusted gso packets without csum offloadWillem de Bruijn2019-02-161-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-291-0/+5
|\ \ \ | |/ / |/| |
| * | net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev2019-01-291-0/+5
| |/
* / net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
|/
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-0/+3
|\
| * datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg2018-12-131-0/+3
* | net: drop the unused helper skb_ext_get()Paolo Abeni2018-12-211-11/+0Star
* | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-191-5/+5
* | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-191-1/+1
* | net: move secpath_exist helper to sk_buff.hFlorian Westphal2018-12-191-3/+10
* | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-191-26/+2Star
* | sk_buff: add skb extension infrastructureFlorian Westphal2018-12-191-1/+110
* | skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-041-1/+3
* | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-041-4/+8
* | udp: msg_zerocopyWillem de Bruijn2018-12-041-0/+1