summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
Commit message (Expand)AuthorAgeFilesLines
* eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski2022-05-202-12/+12
* bnxt_en: parse and report result field when NVRAM package install failsKalesh AP2022-05-133-13/+72
* bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi2022-05-134-3/+36
* bnxt_en: Configure ptp filters during bnxt openPavan Chebbi2022-05-133-13/+46
* bnxt_en: Update firmware interface to 1.10.2.95Michael Chan2022-05-131-135/+280
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-052-13/+15
|\
| * bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan2022-05-031-0/+4
| * bnxt_en: Initiallize bp->ptp_lock first before using itMichael Chan2022-05-031-8/+7
| * bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur2022-05-031-5/+4
* | bnxt: XDP multibuffer enablementAndy Gospodarek2022-04-082-4/+4
* | bnxt: support transmit and free of aggregation buffersAndy Gospodarek2022-04-085-23/+126
* | bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek2022-04-083-7/+85
* | bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek2022-04-081-30/+47
* | bnxt: change receive ring space parametersAndy Gospodarek2022-04-082-15/+28
* | bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek2022-04-081-5/+9
* | bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek2022-04-081-0/+31
* | bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek2022-04-081-11/+11
* | bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek2022-04-081-17/+33
* | bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek2022-04-081-0/+7
* | bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek2022-04-084-19/+53
|/
* bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui2022-04-041-2/+4
* bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek2022-04-041-1/+2
* bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi2022-04-044-0/+19
* net: bnxt_ptp: fix compilation errorDamien Le Moal2022-03-282-2/+6
* 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-214-11/+4
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-2/+2
* bnxt: revert hastily merged uAPI aberrationsJakub Kicinski2022-03-096-277/+14
* bnxt_en: add an nvm test for hw diagnoseVikas Gupta2022-03-054-18/+113
* bnxt_en: implement hw health reporterKalesh AP2022-03-054-0/+126
* bnxt_en: Do not destroy health reporters during resetEdwin Peer2022-03-053-29/+24
* bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan2022-03-051-3/+1
* bnxt_en: Properly report no pause support on some cardsMichael Chan2022-03-054-9/+17
* bnxt_en: introduce initial link state of unknownEdwin Peer2022-03-053-14/+29
* bnxt_en: parse result field when NVRAM package install failsKalesh AP2022-03-051-1/+43
* bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATEKalesh AP2022-03-051-0/+4
* bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATEKalesh AP2022-03-051-8/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-246-28/+90
|\
| * bnxt_en: Fix devlink fw_activateKalesh AP2022-02-201-8/+31
| * bnxt_en: Increase firmware message response DMA wait timeMichael Chan2022-02-202-4/+10
| * bnxt_en: Restore the resets_reliable flag in bnxt_open()Kalesh AP2022-02-201-2/+15
| * bnxt_en: Fix incorrect multicast rx mask setting when not requestedPavan Chebbi2022-02-201-5/+8
| * bnxt_en: Fix occasional ethtool -t loopback test failuresMichael Chan2022-02-203-1/+9
| * bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan2022-02-202-8/+14
| * bnxt_en: Fix active FEC reporting to ethtoolSomnath Kotur2022-02-201-0/+3
* | bnxt: report header-data split stateJakub Kicinski2022-01-281-0/+3
* | bnxt_en: Handle async event when the PHC is updated in RTC modePavan Chebbi2022-01-261-0/+29
* | bnxt_en: Implement .adjtime() for PTP RTC modePavan Chebbi2022-01-262-0/+37
* | bnxt_en: Add driver support to use Real Time Counter for PTPPavan Chebbi2022-01-264-6/+79
* | bnxt_en: PTP: Refactor PTP initialization functionsPavan Chebbi2022-01-261-14/+31