aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_vfr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-23/+5
2019-04-04bnxt: move bp->switch_id initialization to PF probeJiri Pirko1-25/+0
2019-02-06bnxt: Implement ndo_get_port_parent_id()Florian Fainelli1-8/+4
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-1/+2
2018-09-01bnxt_en: remove set but not used variable 'rx_stats'YueHaibing1-2/+0
2018-07-05bnxt_en: Add bnxt_en initial params table and register it.Vasundhara Volam1-2/+7
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-04-11bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna1-0/+30
2018-01-25bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-1/+2
2018-01-17bnxt_en: export a common switchdev PARENT_ID for all reps of an adapterSathya Perla1-0/+30
2017-11-08bnxt: delete some unreachable codeDan Carpenter1-1/+0
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion phaseJiri Pirko1-1/+1
2017-10-28bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla1-0/+3
2017-10-21bnxt: Move generic devlink code to new fileSteve Lin1-50/+3
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-2/+0
2017-10-21bnxt: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-3/+40
2017-08-28bnxt_en: bnxt: add TC flower filter offload supportSathya Perla1-0/+18
2017-08-28bnxt_en: fix clearing devlink ptr from bnxt structSathya Perla1-2/+2
2017-08-19bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"Colin Ian King1-1/+1
2017-07-25bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla1-1/+3
2017-07-25bnxt_en: use SWITCHDEV_SET_OPS() for setting vf_rep_switchdev_opsSathya Perla1-1/+1
2017-07-25bnxt_en: include bnxt_vfr.c code under CONFIG_BNXT_SRIOV switchSathya Perla1-0/+4
2017-07-24bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla1-1/+30
2017-07-24bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla1-1/+217
2017-07-24bnxt_en: add support to enable VF-representorsSathya Perla1-0/+244