summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-01-19net/mlx5: Remove MLX5E_LOCKED_FLOW flagJiri Pirko
2023-01-19net/mlx5e: Create separate devlink instance for ethernet auxiliary deviceJiri Pirko
2023-01-19devlink: remove linecards lockJiri Pirko
2023-01-19net: ethernet: ti: am65-cpsw: Handle -EPROBE_DEFER for Serdes PHYSiddharth Vadapalli
2023-01-19net: dsa: microchip: ptp: Fix error code in ksz_hwtstamp_set()Dan Carpenter
2023-01-19net: sfp: remove unused ctype.h includeRussell King (Oracle)
2023-01-19net: sfp: remove acpi.h includeRussell King (Oracle)
2023-01-19net: sfp: rename gpio_of_names[]Russell King (Oracle)
2023-01-19net: sfp: use device_get_match_data()Russell King (Oracle)
2023-01-19net: sfp: use i2c_get_adapter_by_fwnode()Russell King (Oracle)
2023-01-19net: dsa: microchip: ksz9477: port map correction in ALU table entry registerRakesh Sankaranarayanan
2023-01-19ice: Remove excess spaceTony Nguyen
2023-01-19ice: Introduce local var for readabilityTony Nguyen
2023-01-19ice: Match parameter name for ice_cfg_phy_fc()Tony Nguyen
2023-01-19ice: Explicitly return 0Tony Nguyen
2023-01-19ice: Reduce scope of variablesTony Nguyen
2023-01-19ice: Move support DDP code out of ice_flex_pipe.cSergey Temerkhanov
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen
2023-01-19ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel
2023-01-19ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan
2023-01-19ice: add missing checks for PF vsi typeJesse Brandeburg
2023-01-19ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan
2023-01-19ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH
2023-01-19ice: Support drop actionAmritha Nambiar
2023-01-19ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze
2023-01-19net: phy: Remove probe_capabilitiesAndrew Lunn
2023-01-19net: phy: Decide on C45 capabilities based on presence of methodAndrew Lunn
2023-01-19net: mdio: scan bus based on bus capabilities for C22 and C45Andrew Lunn
2023-01-19net: mdio: Add workaround for Micrel PHYs which are not C45 compatibleAndrew Lunn
2023-01-19net: mdio: Rework scanning of bus ready for quirksAndrew Lunn
2023-01-19net: mdio: Move mdiobus_scan() within fileAndrew Lunn
2023-01-19Merge tag 'mlx5-fixes-2023-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg
2023-01-19octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rtKevin Hao
2023-01-19net: lan743x: add fixed phy support for LAN7431 devicePavithra Sathyanarayanan
2023-01-19net: lan743x: add generic implementation for phy interface selectionPavithra Sathyanarayanan
2023-01-19net: lan743x: remove unwanted interface select settingsPavithra Sathyanarayanan
2023-01-18net: enetc: prioritize ability to go down over packet processingVladimir Oltean
2023-01-18net: enetc: set up XDP program under enetc_reconfigure()Vladimir Oltean
2023-01-18net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()Vladimir Oltean
2023-01-18net: enetc: implement ring reconfiguration procedure for PTP RX timestampingVladimir Oltean
2023-01-18net: enetc: move phylink_start/stop out of enetc_start/stopVladimir Oltean
2023-01-18net: enetc: split ring resource allocation from assignmentVladimir Oltean
2023-01-18net: enetc: bring "bool extended" to top-level in enetc_open()Vladimir Oltean
2023-01-18net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()Vladimir Oltean
2023-01-18net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()Vladimir Oltean
2023-01-18net: enetc: create enetc_dma_free_bdr()Vladimir Oltean
2023-01-18net: enetc: set up RX ring indices from enetc_setup_rxbdr()Vladimir Oltean
2023-01-18net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()Vladimir Oltean