summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
AgeCommit message (Expand)Author
2023-12-05net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng
2021-11-15bnxt_en: reject indirect blk offload when hw-tc-offload is offSriharsha Basavapatna
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer
2020-07-17net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-06-01bnxt_tc: update indirect block supportPablo Neira Ayuso
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko
2020-02-26bnxt_en: add newline to netdev_*() format stringsJonathan Lemon
2019-11-13bnxt_en: Fix array overrun in bnxt_fill_l2_rewrite_fields().Venkat Duvvuru
2019-10-31bnxt_en: flow_offload: offload tunnel decap rules via indirect callbacksSriharsha Basavapatna
2019-10-31bnxt_en: Add support for NAT(L3/L4 rewrite)Somnath Kotur
2019-10-31bnxt: Avoid logging an unnecessary message when a flow can't be offloadedSomnath Kotur
2019-10-31bnxt_en: Add support for L2 rewriteVenkat Duvvuru
2019-08-30bnxt_en: Convert error code in firmware message response to standard code.Michael Chan
2019-08-18bnxt_en: Fix to include flow direction in L2 keySomnath Kotur
2019-08-18bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-02-19bnxt_en: Return relevant error code when offload failsSriharsha Basavapatna
2019-02-06bnxt: Implement ndo_get_port_parent_id()Florian Fainelli
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2018-12-20bnxt_en: Support for 64-bit flow handle.Venkat Duvvuru
2018-12-20bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.Venkat Duvvuru
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-20bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti
2018-09-06bnxt_en: remove set but not used variable 'addr_type'YueHaibing
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-09bnxt_en: Fix the vlan_tci exact match check.Venkat Duvvuru
2018-06-25bnxt: simplify cls_flower command switch and handle default caseJiri Pirko
2018-04-11bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna
2018-04-11bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek
2018-03-12bnxt_en: Return standard Linux error codes for hwrm flow cmds.Venkat Duvvuru
2018-03-12bnxt_en: Remove unwanted ovs-offload messages in some conditionsSriharsha Basavapatna
2018-01-25bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-17bnxt_en: export a common switchdev PARENT_ID for all reps of an adapterSathya Perla
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-08bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()Sunil Challa
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert