summaryrefslogtreecommitdiff
path: root/net/core/flow_dissector.c
AgeCommit message (Expand)Author
2023-09-15net/core: Fix ETH_P_1588 flow dissectorSasha Neftin
2023-09-06net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian
2023-08-02net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-06-12net: flow_dissector: add support for cfm packetsZahari Doychev
2023-05-30flow_dissector: Dissect layer 2 miss from tc skb extensionIdo Schimmel
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek
2022-09-09net: core: fix flow symmetric hashLudovic Cintrat
2022-08-23bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani
2022-08-23flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcodeShmulik Ladkani
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek
2022-04-20flow_dissector: Add number of vlan tags dissectorBoris Sukholitko
2022-04-08flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-03-11flow_dissector: Add support for HSRv0Kurt Kanzenbach
2022-03-02flow_dissector: Add support for HSRKurt Kanzenbach
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-11-16net: align static siphash keysEric Dumazet
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