summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2023-03-29bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP
2023-03-13bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko
2023-03-06bnxt_en: Fix the double free during device removalSelvin Xavier
2023-03-06bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-13bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-02-01bnxt_en: Use direct API instead of indirectionAjit Khaparde
2023-02-01bnxt_en: Remove usage of ulp_idAjit Khaparde
2023-02-01bnxt_en: Add auxiliary driver supportAjit Khaparde
2023-01-11bnxt: make sure we return pages to the poolJakub Kicinski
2022-12-28bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan
2022-12-28bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan
2022-12-28bnxt_en: Fix XDP RX pathMichael Chan
2022-12-28bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan
2022-12-28bnxt_en: fix devlink port registration to netdevVikas Gupta
2022-12-12bnxt: Use generic HBH removal helper in tx pathCoco Li
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-14bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-08bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi
2022-11-08bnxt_en: update RSS config using difference algorithmEdwin Peer
2022-11-08bnxt_en: refactor VNIC RSS update functionsEdwin Peer
2022-11-04bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba
2022-11-04bnxt_en: fix the handling of PCIE-AERVikas Gupta
2022-11-04bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski
2022-08-23bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callbackVikas Gupta
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-12bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan
2022-07-12bnxt_en: reclaim max resources if sriov enable failsKashyap Desai
2022-07-06bnxt: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-23bnxt: Fix typo in commentsJiang Jian
2022-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-03bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan
2022-05-03bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek