summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún
2022-10-03net: sfp: Add and use macros for SFP quirks definitionsMarek Behún
2022-10-03net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek Behún
2022-10-03net: phy: marvell10g: select host interface configurationRussell King
2022-10-03net: phy: marvell10g: Use tabs instead of spaces for indentationMarek Behún
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún
2022-10-03net: phylink: rename phylink_sfp_config()Russell King (Oracle)
2022-10-03net: phylink: use phy_interface_t bitmaps for optical modulesRussell King
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-10-03net: phylink: add ability to validate a set of interface modesRussell King (Oracle)
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy
2022-10-01net/mlx5e: Introduce the mlx5e_flush_rq functionMaxim Mikityanskiy
2022-10-01net/mlx5e: xsk: Support XDP metadata on XSK RQsMaxim Mikityanskiy
2022-10-01net/mlx5e: Optimize RQ page deallocationMaxim Mikityanskiy
2022-10-01net/mlx5e: Call mlx5e_page_release_dynamic directly where possibleMaxim Mikityanskiy
2022-10-01net/mlx5e: Use non-XSK page allocator in SHAMPOMaxim Mikityanskiy
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQMaxim Mikityanskiy
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQMaxim Mikityanskiy
2022-10-01net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQMaxim Mikityanskiy
2022-10-01net/mlx5e: Remove the outer loop when allocating legacy RQ WQEsMaxim Mikityanskiy
2022-10-01net/mlx5e: xsk: Use partial batches in legacy RQ with XSKMaxim Mikityanskiy
2022-10-01net/mlx5e: Use partial batches in legacy RQMaxim Mikityanskiy
2022-10-01net/mlx5e: Make the wqe_index_mask calculation more exactMaxim Mikityanskiy
2022-10-01net/mlx5e: Introduce wqe_index_mask for legacy RQMaxim Mikityanskiy
2022-10-01net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeupMaxim Mikityanskiy
2022-10-01net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeupMaxim Mikityanskiy
2022-09-30nfp: add support restart of link auto-negotiationFei Qin
2022-09-30nfp: add support for link auto negotiationYinjun Zhang
2022-09-30nfp: refine the ABI of getting `sp_indiff` infoYinjun Zhang
2022-09-30nfp: avoid halt of driver init process when non-fatal error happensYinjun Zhang
2022-09-30nfp: add support for reporting active FEC modeYinjun Zhang
2022-09-30r8169: add rtl_disable_rxdvgate()Chunhao Lin
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-30net/mlx5e: Clean up and fix error flows in mlx5e_alloc_rqMaxim Mikityanskiy
2022-09-30net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recoverMaxim Mikityanskiy
2022-09-30net/mlx5e: Split out channel (de)activation in rx_resMaxim Mikityanskiy
2022-09-30net/mlx5e: xsk: Remove mlx5e_xsk_page_alloc_poolMaxim Mikityanskiy
2022-09-30net/mlx5e: Convert struct mlx5e_alloc_unit to a unionMaxim Mikityanskiy
2022-09-30net/mlx5e: Remove DMA address from mlx5e_alloc_unitMaxim Mikityanskiy
2022-09-30net/mlx5e: Rename mlx5e_dma_info to prepare for removal of DMA addressMaxim Mikityanskiy
2022-09-30net/mlx5e: Optimize the page cache reducing its size 2xMaxim Mikityanskiy
2022-09-30net/mlx5e: Fix calculations for ICOSQ sizeMaxim Mikityanskiy
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy
2022-09-30net/mlx5: Add MLX5_FLEXIBLE_INLEN to safely calculate cmd inlenMaxim Mikityanskiy
2022-09-30net/mlx5e: Keep a separate MKey for striding RQMaxim Mikityanskiy
2022-09-30net/mlx5e: xsk: Use XSK frame size as striding RQ page sizeMaxim Mikityanskiy
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy
2022-09-30net: stmmac: add a parse for new property 'snps,clk-csr'Jianguo Zhang
2022-09-30net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"Colin Ian King