aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-05net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-3/+3
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng1-1/+1
2021-11-15bnxt_en: reject indirect blk offload when hw-tc-offload is offSriharsha Basavapatna1-1/+1
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer1-125/+138
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer1-0/+1
2020-07-17net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski1-5/+2
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-5/+4
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+13
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-2/+2
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-7/+12
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+1
2020-06-01bnxt_tc: update indirect block supportPablo Neira Ayuso1-39/+12
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+1
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-1/+1
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-2/+7
2020-02-26bnxt_en: add newline to netdev_*() format stringsJonathan Lemon1-24/+24
2019-11-13bnxt_en: Fix array overrun in bnxt_fill_l2_rewrite_fields().Venkat Duvvuru1-2/+2
2019-10-31bnxt_en: flow_offload: offload tunnel decap rules via indirect callbacksSriharsha Basavapatna1-1/+152
2019-10-31bnxt_en: Add support for NAT(L3/L4 rewrite)Somnath Kotur1-6/+134
2019-10-31bnxt: Avoid logging an unnecessary message when a flow can't be offloadedSomnath Kotur1-1/+2
2019-10-31bnxt_en: Add support for L2 rewriteVenkat Duvvuru1-0/+132
2019-08-30bnxt_en: Convert error code in firmware message response to standard code.Michael Chan1-17/+0
2019-08-18bnxt_en: Fix to include flow direction in L2 keySomnath Kotur1-2/+2
2019-08-18bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru1-3/+1
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-9/+9
2019-02-19bnxt_en: Return relevant error code when offload failsSriharsha Basavapatna1-1/+1
2019-02-06bnxt: Implement ndo_get_port_parent_id()Florian Fainelli1-1/+1
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-41/+33
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-2/+2
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-100/+74
2018-12-20bnxt_en: Support for 64-bit flow handle.Venkat Duvvuru1-10/+64
2018-12-20bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.Venkat Duvvuru1-13/+21
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+14
2018-09-20bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti1-6/+14
2018-09-06bnxt_en: remove set but not used variable 'addr_type'YueHaibing1-15/+0
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-3/+27
2018-07-09bnxt_en: Fix the vlan_tci exact match check.Venkat Duvvuru1-3/+27
2018-06-25bnxt: simplify cls_flower command switch and handle default caseJiri Pirko1-11/+5
2018-04-11bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna1-1/+3
2018-04-11bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek1-0/+59
2018-03-12bnxt_en: Return standard Linux error codes for hwrm flow cmds.Venkat Duvvuru1-3/+20
2018-03-12bnxt_en: Remove unwanted ovs-offload messages in some conditionsSriharsha Basavapatna1-8/+2
2018-01-25bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-3/+0
2018-01-17bnxt_en: export a common switchdev PARENT_ID for all reps of an adapterSathya Perla1-1/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-08bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()Sunil Challa1-1/+1
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-5/+1