summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-26bnxt_en: fix free-runnig PHC modeVadim Fedorenko1-1/+1
2023-04-26bnxt_en: Do not initialize PTP on older P3/P4 chipsMichael Chan1-1/+1
2023-04-06bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-03-22bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko1-4/+2
2023-03-17bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan1-11/+12
2023-02-13bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan1-2/+6
2023-01-12bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2022-12-28bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan1-4/+5
2022-12-28bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan1-4/+5
2022-12-28bnxt_en: Fix XDP RX pathMichael Chan1-1/+1
2022-12-28bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan1-1/+1
2022-12-28bnxt_en: fix devlink port registration to netdevVikas Gupta1-1/+4
2022-12-13bnxt: Use generic HBH removal helper in tx pathCoco Li1-1/+25
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2022-11-14bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui1-1/+9
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+45
2022-11-08bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi1-1/+4
2022-11-08bnxt_en: update RSS config using difference algorithmEdwin Peer1-1/+34
2022-11-08bnxt_en: refactor VNIC RSS update functionsEdwin Peer1-18/+16
2022-11-05bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba1-1/+1
2022-11-05bnxt_en: fix the handling of PCIE-AERVikas Gupta1-1/+28
2022-11-05bnxt_en: refactor bnxt_cancel_reservations()Vikas Gupta1-7/+16
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-8/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-5/+1
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-22bnxt: prevent skb UAF after handing over to PTP workerJakub Kicinski1-5/+5
2022-08-24bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callbackVikas Gupta1-4/+1
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
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 Desai1-1/+1
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-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi1-2/+6
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi1-0/+1
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2022-05-04bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan1-0/+4
2022-05-04bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur1-5/+4
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek1-2/+1
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek1-5/+13
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek1-7/+58
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek1-30/+47
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek1-15/+27
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek1-5/+9
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek1-0/+31
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek1-11/+11
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek1-17/+33
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek1-0/+7
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek1-4/+7