summaryrefslogtreecommitdiff
path: root/net/core/flow_dissector.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-1/+1
2022-11-16net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau1-1/+3
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2022-09-22flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang1-2/+2
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek1-0/+28
2022-09-09net: core: fix flow symmetric hashLudovic Cintrat1-3/+2
2022-08-23bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani1-0/+3
2022-08-23flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani1-6/+7
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+46
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek1-7/+46
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko1-0/+20
2022-04-08flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski1-1/+1
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov1-0/+1
2022-03-11flow_dissector: Add support for HSRv0Kurt Kanzenbach1-0/+1
2022-03-03flow_dissector: Add support for HSRKurt Kanzenbach1-0/+17
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-1/+2
2021-11-17net: align static siphash keysEric Dumazet1-1/+1
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi1-0/+15
2021-09-30dissector: do not set invalid PPP protocolBoris Sukholitko1-2/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+9
2021-07-28net: let flow have same hash in two directionszhang kai1-9/+9
2021-07-27flow_dissector: Fix out-of-bounds warningsGustavo A. R. Silva1-4/+8
2021-06-14net: flow_dissector: fix RPS on DSA mastersVladimir Oltean1-2/+2
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-1/+1
2021-04-17flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-03-15flow_dissector: constify raw input data argumentAlexander Lobakin1-19/+22
2021-03-15flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin1-1/+1
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-02-13flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti1-3/+3
2021-01-21net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu1-4/+9
2021-01-15net: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha1-0/+16
2020-11-08net: core: fix spelling typo in flow_dissector.cWang Qing1-1/+1
2020-09-27net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean1-2/+8
2020-09-27net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean1-2/+2
2020-07-25net/flow_dissector: add packet hash dissectionAriel Levkovich1-0/+17
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-9/+10
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki1-11/+2
2020-06-02flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-121/+4
2020-06-02net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-36/+69
2020-06-02flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki1-20/+20
2020-05-27flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-16/+33
2020-05-22flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki1-5/+21
2020-02-25bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller1-3/+1
2020-01-27flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi1-2/+9