summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
2022-08-05bnxt_en: Remove duplicated include bnxt_devlink.cYang Li
2022-07-28bnxt_en: implement callbacks for devlink selftestsvikas
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-12bnxt_en: Fix bnxt_refclk_read()Pavan Chebbi
2022-07-12bnxt_en: Fix and simplify XDP transmit pathMichael Chan
2022-07-12bnxt_en: fix livepatch queryVikas Gupta
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-06-10ethernet: Remove vf rate limit check for driversBin Chen
2022-05-20eth: bnxt: make ulp_id unsigned to make GCC 12 happyJakub Kicinski
2022-05-13bnxt_en: parse and report result field when NVRAM package install failsKalesh AP
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-13bnxt_en: Update firmware interface to 1.10.2.95Michael Chan
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: Initiallize bp->ptp_lock first before using itMichael 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
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek
2022-04-04bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui
2022-04-04bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek
2022-04-04bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi
2022-03-28net: bnxt_ptp: fix compilation errorDamien Le Moal
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski
2022-03-21bnxt: use the devlink instance lock to protect sriovJakub Kicinski
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-09bnxt: revert hastily merged uAPI aberrationsJakub Kicinski
2022-03-05bnxt_en: add an nvm test for hw diagnoseVikas Gupta
2022-03-05bnxt_en: implement hw health reporterKalesh AP
2022-03-05bnxt_en: Do not destroy health reporters during resetEdwin Peer
2022-03-05bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan
2022-03-05bnxt_en: Properly report no pause support on some cardsMichael Chan
2022-03-05bnxt_en: introduce initial link state of unknownEdwin Peer
2022-03-05bnxt_en: parse result field when NVRAM package install failsKalesh AP
2022-03-05bnxt_en: add more error checks to HWRM_NVM_INSTALL_UPDATEKalesh AP
2022-03-05bnxt_en: refactor error handling of HWRM_NVM_INSTALL_UPDATEKalesh AP
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski