aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c
AgeCommit message (Expand)Author
2023-09-26Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-09-23net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian
2022-04-20Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2021-09-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-09-22flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva
2021-05-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-05-19flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva
2021-04-12Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-04-07flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti
2020-05-28Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-05-27flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki
2020-03-21bpf: Update the "bpf: Make BPF and PREEMPT_RT co-exist" seriesSebastian Andrzej Siewior
2020-02-20bpf: Use BPF_PROG_RUN_PIN_ON_CPU() at simple call sites.David Miller
2020-02-05flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-18net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
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
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-07net/flow_dissector: correctly cap nhoff and thoff in case of BPFStanislav Fomichev
2018-12-07selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-09flow_dissector: do not dissect l4 ports for fragments배석진
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn
2018-09-19net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman
2018-07-19flow_dissector: Dissect tos and ttl from the tunnel infoOr Gerlitz
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu