aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek1-0/+28
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-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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-02flow_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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-1/+2
2021-11-16net: align static siphash keysEric Dumazet1-1/+1
2021-11-01Merge 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-26flow_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-16flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-03-14flow_dissector: constify raw input data argumentAlexander Lobakin1-19/+22
2021-03-14flow_dissector: fix byteorder of dissected ICMP IDAlexander Lobakin1-1/+1
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-02-12flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti1-3/+3
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu1-4/+9
2021-01-14net: flow_dissector: Parse PTP L2 packet headerEran Ben Elisha1-0/+16
2020-11-07net: core: fix spelling typo in flow_dissector.cWang Qing1-1/+1
2020-09-26net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean1-2/+8
2020-09-26net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean1-2/+2
2020-07-24net/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-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-121/+4
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-36/+69
2020-06-01flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki1-20/+20
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-16/+33
2020-05-21flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki1-5/+21
2020-02-24bpf: 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
2020-01-09flow_dissector: fix document for skb_flow_get_icmp_tciLi RongQing1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-5/+5
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin1-2/+3
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi1-9/+28
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-26/+17
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce1-24/+50