summaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-9/+9
|\
| * net: let flow have same hash in two directionszhang kai2021-07-281-9/+9
* | flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva2021-07-261-4/+8
|/
* net: flow_dissector: fix RPS on DSA mastersVladimir Oltean2021-06-141-2/+2
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-1/+1
* flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva2021-04-161-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+1
|\
| * flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin2021-03-141-1/+1
* | flow_dissector: constify raw input data argumentAlexander Lobakin2021-03-141-19/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-3/+3
|\
| * flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti2021-02-121-3/+3
* | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-201-4/+9
* | net: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha2021-01-141-0/+16
|/
* net: core: fix spelling typo in flow_dissector.cWang Qing2020-11-071-1/+1
* net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean2020-09-261-2/+8
* net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean2020-09-261-2/+2
* net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-241-0/+17
* bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-9/+10
* flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-11/+2
* flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki2020-06-011-121/+4
* net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki2020-06-011-36/+69
* flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki2020-06-011-20/+20
* flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-16/+33
* flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki2020-05-211-5/+21
* bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
* flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi2020-01-271-2/+9
* flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing2020-01-091-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-5/+5
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-061-2/+3
* cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-031-9/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-26/+17
|\
| * net/flow_dissector: switch to siphashEric Dumazet2019-10-231-22/+16
* | flow_dissector: extract more ICMP informationMatteo Croce2019-10-301-24/+50
* | flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce2019-10-301-9/+25
* | flow_dissector: add meaningful commentsMatteo Croce2019-10-301-0/+6
* | flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki2019-10-111-3/+7
* | bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev2019-10-071-4/+34
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+1
|\
| * flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki2019-08-241-1/+1
* | bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-251-0/+9
* | bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-251-2/+10
|/
* net/flow_dissector: add connection tracking dissectionPaul Blakey2019-07-091-0/+44
* flow_dissector: add support for ingress ifindex dissectionJiri Pirko2019-06-191-0/+16
* flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev2019-06-031-9/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* flow_dissector: disable preemption around BPF callsEric Dumazet2019-05-131-0/+2
* bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+39
* flow_dissector: handle no-skb use caseStanislav Fomichev2019-04-231-27/+25
* net: plumb network namespace into __skb_flow_dissectStanislav Fomichev2019-04-231-10/+17
* flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-231-25/+20