aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui2022-11-141-1/+9
* bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba2022-11-041-1/+1
* bnxt_en: fix the handling of PCIE-AERVikas Gupta2022-11-041-1/+28
* bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta2022-11-041-7/+16
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-3/+3
* bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski2022-09-221-5/+5
* bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callbackVikas Gupta2022-08-231-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-2/+3
|\
| * bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan2022-07-121-1/+2
| * bnxt_en: reclaim max resources if sriov enable failsKashyap Desai2022-07-121-1/+1
* | bnxt: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-4/+2
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-5/+2
* | bnxt: Fix typo in commentsJiang Jian2022-06-231-1/+1
|/
* bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi2022-05-131-2/+6
* bnxt_en: Configure ptp filters during bnxt openPavan Chebbi2022-05-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-051-5/+8
|\
| * bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan2022-05-031-0/+4
| * bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur2022-05-031-5/+4
* | bnxt: XDP multibuffer enablementAndy Gospodarek2022-04-081-2/+1
* | bnxt: support transmit and free of aggregation buffersAndy Gospodarek2022-04-081-5/+13
* | bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek2022-04-081-7/+58
* | bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek2022-04-081-30/+47
* | bnxt: change receive ring space parametersAndy Gospodarek2022-04-081-15/+27
* | 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-081-4/+7
|/
* bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi2022-04-041-0/+7
* bnxt: use the devlink instance lock to protect sriovJakub Kicinski2022-03-211-1/+0
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-2/+2
* bnxt: revert hastily merged uAPI aberrationsJakub Kicinski2022-03-091-19/+0
* bnxt_en: implement hw health reporterKalesh AP2022-03-051-0/+19
* bnxt_en: Do not destroy health reporters during resetEdwin Peer2022-03-051-6/+1
* bnxt_en: Properly report no pause support on some cardsMichael Chan2022-03-051-1/+1
* bnxt_en: introduce initial link state of unknownEdwin Peer2022-03-051-11/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-12/+35
|\
| * 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-201-0/+7
| * bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan2022-02-201-5/+5
* | bnxt_en: Handle async event when the PHC is updated in RTC modePavan Chebbi2022-01-261-0/+29
* | bnxt_en: Add driver support to use Real Time Counter for PTPPavan Chebbi2022-01-261-1/+6
|/
* bnxt_en: improve firmware timeout messagingEdwin Peer2022-01-091-13/+0
* bnxt_en: use firmware provided max timeout for messagesEdwin Peer2022-01-091-0/+6
* bnxt_en: improve VF error messages when PF is unavailableEdwin Peer2022-01-091-8/+36
* bnxt_en: add dynamic debug support for HWRM messagesEdwin Peer2022-01-091-0/+3
* bnxt_en: Use page frag RX buffers for better software GRO performanceJakub Kicinski2021-12-271-12/+15