summaryrefslogtreecommitdiff
path: root/net/core/flow_dissector.c
AgeCommit message (Expand)Author
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi
2021-09-30dissector: do not set invalid PPP protocolBoris Sukholitko
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-28net: let flow have same hash in two directionszhang kai
2021-07-26flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva
2021-06-14net: flow_dissector: fix RPS on DSA mastersVladimir Oltean
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean
2021-04-16flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-14flow_dissector: constify raw input data argumentAlexander Lobakin
2021-03-14flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-12flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-14net: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha
2020-11-07net: core: fix spelling typo in flow_dissector.cWang Qing
2020-09-26net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki
2020-06-01flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-21flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller
2020-01-27flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi
2020-01-09flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce
2019-10-30flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce
2019-10-30flow_dissector: add meaningful commentsMatteo Croce
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-11flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki
2019-10-07bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki
2019-07-25bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko
2019-06-03flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flagStanislav Fomichev
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-13flow_dissector: disable preemption around BPF callsEric Dumazet