summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2023-08-11bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan1-7/+10
2023-08-11bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur2-19/+29
2023-06-14bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur1-7/+18
2023-06-14bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi2-0/+7
2023-06-14bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta1-2/+3
2023-06-14bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur1-0/+3
2023-06-14bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy1-1/+1
2023-05-24bnxt: avoid overflow in bnxt_get_nvram_directory()Maxim Korotkov1-1/+1
2023-04-26bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan1-1/+1
2023-04-06bnxt_en: Add missing 200G link speed reportingMichael Chan2-0/+3
2023-04-06bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-04-06bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP1-0/+1
2023-03-17bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan1-11/+12
2023-02-22bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan1-2/+6
2023-02-01bnxt: Do not read past the end of test namesKees Cook2-17/+5
2023-01-18bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2023-01-12bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan1-4/+5
2023-01-12bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan3-14/+17
2023-01-12bnxt_en: Fix XDP RX pathMichael Chan3-5/+8
2023-01-12bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan3-5/+5
2022-11-14bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui1-1/+9
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-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
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-3/+3
2022-09-23bnxt_en: replace reset with config timestampsVadim Fedorenko1-3/+7
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+7
2022-09-22bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski1-5/+5
2022-09-20bnxt_en: fix flags to check for supported fw versionVadim Fedorenko1-2/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-5/+5
2022-08-24bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callbackVikas Gupta1-4/+1
2022-08-24bnxt_en: fix NQ resource accounting during vf creation on 57500 chipsVikas Gupta1-1/+1
2022-08-24bnxt_en: set missing reload flag in devlink featuresVikas Gupta1-0/+1
2022-08-24bnxt_en: Use PAGE_SIZE to init buffer when multi buffer XDP is not in usePavan Chebbi2-2/+9
2022-08-06bnxt_en: Remove duplicated include bnxt_devlink.cYang Li1-1/+0
2022-07-29bnxt_en: implement callbacks for devlink selftestsvikas3-12/+85
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-13/+31
2022-07-13bnxt_en: Fix bnxt_refclk_read()Pavan Chebbi1-2/+11
2022-07-13bnxt_en: Fix and simplify XDP transmit pathMichael Chan1-5/+5
2022-07-13bnxt_en: fix livepatch queryVikas Gupta1-3/+5
2022-07-13bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan1-1/+2
2022-07-13bnxt_en: reclaim max resources if sriov enable failsKashyap Desai3-2/+8
2022-07-07bnxt: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-5/+2
2022-06-24bnxt: Fix typo in commentsJiang Jian1-1/+1
2022-06-11ethernet: Remove vf rate limit check for driversBin Chen1-1/+1