summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-04bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi1-0/+7
2022-03-21bnxt: use the devlink instance lock to protect sriovJakub Kicinski1-1/+0
2022-03-12net: add per-cpu storage and net->core_statsEric Dumazet1-2/+2
2022-03-10bnxt: revert hastily merged uAPI aberrationsJakub Kicinski1-19/+0
2022-03-05bnxt_en: implement hw health reporterKalesh AP1-0/+19
2022-03-05bnxt_en: Do not destroy health reporters during resetEdwin Peer1-6/+1
2022-03-05bnxt_en: Properly report no pause support on some cardsMichael Chan1-1/+1
2022-03-05bnxt_en: introduce initial link state of unknownEdwin Peer1-11/+22
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+35
2022-02-20bnxt_en: Restore the resets_reliable flag in bnxt_open()Kalesh AP1-2/+15
2022-02-20bnxt_en: Fix incorrect multicast rx mask setting when not requestedPavan Chebbi1-5/+8
2022-02-20bnxt_en: Fix occasional ethtool -t loopback test failuresMichael Chan1-0/+7
2022-02-20bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan1-5/+5