summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
2023-10-26bnxt_en: Fix 2 stray ethtool -S countersMichael Chan
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer
2023-10-22bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer
2023-10-22bnxt_en: Fix invoking hwmon_notify_eventKalesh AP
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP
2023-10-20bnxt_en: devlink health: use retained error fmsg APIPrzemek Kitszel
2023-10-17eth: bnxt: fix backward compatibility with older devicesJakub Kicinski
2023-10-04Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski
2023-10-04bnxt_en: Update VNIC resource calculation for VFsVikas Gupta
2023-10-04bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy
2023-10-04bnxt_en: Event handler for Thermal eventKalesh AP
2023-10-04bnxt_en: Use non-standard attribute to expose shutdown temperatureKalesh AP
2023-10-04bnxt_en: Expose threshold temperatures through hwmonKalesh AP
2023-10-04bnxt_en: Modify the driver to use hwmon_device_register_with_infoKalesh AP
2023-10-04bnxt_en: Move hwmon functions into a dedicated fileKalesh AP
2023-10-04bnxt_en: Enhance hwmon temperature reportingKalesh AP
2023-10-04bnxt_en: Update firmware interface to 1.10.2.171Michael Chan
2023-09-21bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-08-23bnxt: use the NAPI skb allocation cacheJakub Kicinski
2023-08-18bnxt_en: Add tx_resets ring counterMichael Chan
2023-08-18bnxt_en: Display the ring error counters under ethtool -SMichael Chan
2023-08-18bnxt_en: Save ring error counters across resetMichael Chan
2023-08-18bnxt_en: Increment rx_resets counter in bnxt_disable_napi()Michael Chan
2023-08-18bnxt_en: Let the page pool manage the DMA mappingSomnath Kotur
2023-08-18bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur
2023-08-08rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma
2023-08-08bnxt_en: Fix W=stringop-overflow warning in bnxt_dcb.cMichael Chan
2023-08-08bnxt_en: Fix W=1 warning in bnxt_dcb.c from fortify memcpy()Michael Chan
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-01bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan
2023-08-01bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur
2023-07-31bnxt: don't handle XDP in netpollJakub Kicinski
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth
2023-07-28eth: bnxt: fix warning for define in struct_groupJakub Kicinski
2023-07-28eth: bnxt: fix one of the W=1 warnings about fortified memcpy()Jakub Kicinski
2023-07-21bnxt_en: Share the bar0 address with the RoCE driverChandramohan Akula
2023-07-21bnxt_en: Update HW interface headersChandramohan Akula
2023-07-20eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski
2023-07-20eth: bnxt: take the bit to set as argument of bnxt_queue_sp_work()Jakub Kicinski
2023-07-20eth: bnxt: move and rename reset helpersJakub Kicinski
2023-07-11bnxt_en: use dev_consume_skb_any() in bnxt_tx_intMenglong Dong
2023-06-21bnxt_en: Link representors to PCI deviceIvan Vecera
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski