summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-10Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski11-1573/+191
2022-11-10net: mana: Fix return type of mana_start_xmit()Nathan Huckleberry2-2/+2
2022-11-10net: mana: Define data structures for protection domain and memory registrationAjay Sharma2-18/+27
2022-11-10net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIESAjay Sharma1-1/+1
2022-11-10net: mana: Define max values for SGL entriesLong Li1-1/+1
2022-11-10net: mana: Move header files to a common locationLong Li11-1573/+8
2022-11-10net: mana: Record port number in netdevLong Li1-0/+1
2022-11-10net: mana: Export Work Queue functions for use by RDMA driverLong Li3-7/+19
2022-11-10net: mana: Set the DMA device max segment sizeAjay Sharma1-0/+6
2022-11-10net: mana: Handle vport sharing between devicesLong Li2-2/+58
2022-11-10net: mana: Record the physical address for doorbell page regionLong Li2-0/+6
2022-11-10net: mana: Add support for auxiliary deviceLong Li4-1/+95
2022-11-09net: pcs: xpcs: use mdiodev accessorsRussell King (Oracle)1-8/+2
2022-11-09net: phy: dp83867: add TI PHY loopbackTan Tee Min1-0/+7
2022-11-09net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414 chipsRaju Lakkaraju4-4/+177
2022-11-09net: lan743x: Remove unused argument in lan743x_common_regs( )Raju Lakkaraju1-4/+2
2022-11-09mlxsw: spectrum_switchdev: Add locked bridge port supportIdo Schimmel2-1/+26
2022-11-09mlxsw: spectrum_switchdev: Use extack in bridge port flag validationIdo Schimmel1-3/+7
2022-11-09mlxsw: spectrum_switchdev: Add support for locked FDB notificationsIdo Schimmel1-0/+12
2022-11-09mlxsw: spectrum_switchdev: Prepare for locked FDB notificationsIdo Schimmel1-8/+13
2022-11-09mlxsw: spectrum: Add an API to configure security checksIdo Schimmel2-1/+22
2022-11-09mlxsw: reg: Add Switch Port FDB Security RegisterIdo Schimmel1-0/+34
2022-11-09mlxsw: spectrum_trap: Register 802.1X packet traps with devlinkIdo Schimmel3-0/+28
2022-11-09net: dsa: microchip: add dev_err_probe in probe functionsRakesh Sankaranarayanan3-15/+10
2022-11-09net: dsa: microchip: ksz8563: Add number of port irqRakesh Sankaranarayanan1-0/+1
2022-11-09net: dsa: microchip: add error checking for ksz_pwriteRakesh Sankaranarayanan1-1/+5
2022-11-09net: dsa: microchip: add irq in i2c probeRakesh Sankaranarayanan1-0/+2
2022-11-09net: dsa: microchip: add ksz9563 in ksz_switch_ops and select based on compat...Rakesh Sankaranarayanan5-5/+38
2022-11-08net: ethernet: renesas: rswitch: Fix endless loop in error pathsYoshihiro Shimoda2-11/+12
2022-11-08bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi3-15/+42
2022-11-08bnxt_en: update RSS config using difference algorithmEdwin Peer4-1/+85
2022-11-08bnxt_en: refactor VNIC RSS update functionsEdwin Peer1-18/+16
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2-0/+16
2022-11-07net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()YueHaibing1-2/+3
2022-11-07net: txgbe: Fix memleak in txgbe_calc_eeprom_checksum()YueHaibing1-3/+4
2022-11-07Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-22/+70
2022-11-07net: macb: implement live mac addr changeRoman Gushchin1-1/+15
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)20-20/+4
2022-11-07net: lan966x: move unnecessary linux/sfp.h includeRussell King (Oracle)1-1/+0
2022-11-07net: ethernet: ti: am65-cpsw: Fix hardware switch mode on suspend/resumeRoger Quadros2-0/+9
2022-11-07net: ethernet: ti: am65-cpsw: retain PORT_VLAN_REG after suspend/resumeRoger Quadros2-0/+11
2022-11-07net: ethernet: ti: cpsw_ale: Add cpsw_ale_restore() helperRoger Quadros2-0/+11
2022-11-07net: ethernet: ti: am65-cpsw: Add suspend/resume supportRoger Quadros1-55/+166
2022-11-07net: ethernet: ti: am65-cpsw/cpts: Add suspend/resume helpersRoger Quadros2-0/+86
2022-11-07net: phy: fix yt8521 duplicated argument to & or |Frank1-4/+4
2022-11-07gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang1-1/+3
2022-11-07net: fec: simplify the code logic of quirksShenwei Wang1-19/+30
2022-11-07s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2022-11-07s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2022-11-07s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2