summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAge
* net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-09
* net: sched: add mpls manipulation actions to TCJohn Hurley2019-07-08
* net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-08
* net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-08
* net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-08
* skbuff: increase verbosity when dumping skb dataWillem de Bruijn2019-07-08
* net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-05
* flow_dissector: add support for ingress ifindex dissectionJiri Pirko2019-06-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | net/tls: fully initialize the msg wrapper skbJakub Kicinski2019-06-04
|/
* net: test nouarg before dereferencing zerocopy pointersWillem de Bruijn2019-05-16
* bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-25
* flow_dissector: handle no-skb use caseStanislav Fomichev2019-04-23
* net: plumb network namespace into __skb_flow_dissectStanislav Fomichev2019-04-23
* flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-23
|\
| * net: core: introduce build_skb_aroundJesper Dangaard Brouer2019-04-17
* | net: skb: remove unused assertsJakub Kicinski2019-04-18
|/
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-08
* drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2019-04-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-08
| |\
| | * bpf: only test gso type on gso packetsWillem de Bruijn2019-03-07
| * | net: add missing documentation in linux/skbuff.hPedro Tammela2019-03-08
| |/
* | Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-09
|\ \ | |/ |/|
| * doc: networking: convert offload files into RST and update referencesOtto Sabart2019-01-07
* | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-20
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-17
| |\ \
| | * | bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-10
| * | | net: validate untrusted gso packets without csum offloadWillem de Bruijn2019-02-15
| |/ /
* | | net/skbuff: fix up kernel-doc placementBrian Norris2019-02-12
* | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-03
* | | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-03
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-28
|\ \ \ | |/ / |/| |
| * | net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev2019-01-28
| |/
* / net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-18
|/
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-28
|\
| * datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg2018-12-13
* | net: drop the unused helper skb_ext_get()Paolo Abeni2018-12-21
* | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-19
* | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-19
* | net: move secpath_exist helper to sk_buff.hFlorian Westphal2018-12-19
* | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-19
* | sk_buff: add skb extension infrastructureFlorian Westphal2018-12-19
* | skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-04
* | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-03
* | udp: msg_zerocopyWillem de Bruijn2018-12-03
* | net: remove unsafe skb_insert()Eric Dumazet2018-11-25