summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Link representors to PCI deviceIvan Vecera2023-06-211-0/+1
* bnxt_en: Allow to set switchdev mode without existing VFsIvan Vecera2023-04-131-10/+19
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski2022-03-211-16/+6
* bnxt: use the devlink instance lock to protect sriovJakub Kicinski2022-03-211-2/+2
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* bnxt_en: update all firmware calls to use the new APIsEdwin Peer2021-08-301-29/+32
* bnxt_en: move HWRM API implementation into separate fileEdwin Peer2021-08-301-0/+1
* bnxt_en: Free and allocate VF-Reps during error recovery.Sriharsha Basavapatna2021-04-121-2/+59
* bnxt_en: Refactor __bnxt_vf_reps_destroy().Michael Chan2021-04-121-5/+16
* bnxt_en: Refactor bnxt_vf_reps_create().Sriharsha Basavapatna2021-04-121-18/+22
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-031-1/+0
* bnxt_en: add newline to netdev_*() format stringsJonathan Lemon2020-02-261-5/+5
* bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan2020-01-181-0/+3
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-23/+5
* bnxt: move bp->switch_id initialization to PF probeJiri Pirko2019-04-041-25/+0
* bnxt: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-8/+4
* devlink: Add extack for eswitch operationsEli Britstein2018-10-031-1/+2
* bnxt_en: remove set but not used variable 'rx_stats'YueHaibing2018-09-011-2/+0
* bnxt_en: Add bnxt_en initial params table and register it.Vasundhara Volam2018-07-051-2/+7
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna2018-04-111-0/+30
* bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-1/+2
* bnxt_en: export a common switchdev PARENT_ID for all reps of an adapterSathya Perla2018-01-171-0/+30
* bnxt: delete some unreachable codeDan Carpenter2017-11-081-1/+0
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-1/+1
* bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla2017-10-281-0/+3
* bnxt: Move generic devlink code to new fileSteve Lin2017-10-211-50/+3
* net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0
* bnxt: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-3/+40
* bnxt_en: bnxt: add TC flower filter offload supportSathya Perla2017-08-281-0/+18
* bnxt_en: fix clearing devlink ptr from bnxt structSathya Perla2017-08-281-2/+2
* bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"Colin Ian King2017-08-191-1/+1
* bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla2017-07-251-1/+3
* bnxt_en: use SWITCHDEV_SET_OPS() for setting vf_rep_switchdev_opsSathya Perla2017-07-251-1/+1
* bnxt_en: include bnxt_vfr.c code under CONFIG_BNXT_SRIOV switchSathya Perla2017-07-251-0/+4
* bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla2017-07-241-1/+30
* bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla2017-07-241-1/+217
* bnxt_en: add support to enable VF-representorsSathya Perla2017-07-241-0/+244