summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2023-03-30bnxt_en: Add missing 200G link speed reportingMichael Chan2-0/+3
2023-03-30bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-03-30bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP1-0/+1
2023-03-14bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko3-29/+35
2023-03-06bnxt_en: Fix the double free during device removalSelvin Xavier2-2/+2
2023-03-06bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan1-11/+12
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6
2023-02-13bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan1-2/+6
2023-02-11Daniel Borkmann says:Jakub Kicinski2-0/+5
2023-02-07Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski5-316/+234
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka2-0/+5
2023-02-02bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde2-118/+44
2023-02-02RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde3-36/+1
2023-02-02bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao2-0/+20
2023-02-02bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde2-16/+26
2023-02-02bnxt_en: Use direct API instead of indirectionAjit Khaparde3-72/+29
2023-02-02bnxt_en: Remove usage of ulp_idAjit Khaparde3-133/+103
2023-02-02RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde2-31/+1
2023-02-02bnxt_en: Add auxiliary driver supportAjit Khaparde4-26/+126
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+0
2023-01-20bnxt: Do not read past the end of test namesKees Cook2-17/+5
2023-01-12bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2022-12-28bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan1-4/+5
2022-12-28bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan3-14/+17
2022-12-28bnxt_en: Fix XDP RX pathMichael Chan3-5/+8
2022-12-28bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan3-5/+5
2022-12-28bnxt_en: fix devlink port registration to netdevVikas Gupta1-1/+4
2022-12-13bnxt: Use generic HBH removal helper in tx pathCoco Li1-1/+25
2022-12-02bnxt: report FEC block stats via standard interfaceJakub Kicinski1-0/+8
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2022-11-14bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui1-1/+9
2022-11-11ptp: bnxt: convert .adjfreq to .adjfineJacob Keller1-16/+6
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-11/+49
2022-11-08bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi3-15/+42
2022-11-08bnxt_en: update RSS config using difference algorithmEdwin Peer4-1/+85
2022-11-08bnxt_en: refactor VNIC RSS update functionsEdwin Peer1-18/+16
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-0/+15
2022-11-05bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba1-1/+1
2022-11-05bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan1-1/+1
2022-11-05bnxt_en: fix the handling of PCIE-AERVikas Gupta3-2/+31
2022-11-05bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta1-7/+16
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-8/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-5/+1
2022-10-25bnxt_en: check and resize NVRAM UPDATE entry before flashingVikas Gupta1-0/+32
2022-10-25bnxt_en: add .get_module_eeprom_by_page() supportVikas Gupta2-7/+71
2022-10-25bnxt_en: Update firmware interface to 1.10.2.118Michael Chan1-65/+169
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-5/+6
2022-10-19bnxt_en: fix memory leak in bnxt_nvm_test()Vikas Gupta1-5/+6
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1