summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sfp: re-implement soft state polling setupRussell King (Oracle)2022-09-201-12/+26
* net: ipa: fix two symbol namesAlex Elder2022-09-201-2/+2
* net: ipa: update sequencer definition constraintsAlex Elder2022-09-202-3/+14
* net: ipa: don't reuse variable namesAlex Elder2022-09-201-14/+14
* net: ipa: move and redefine ipa_version_valid()Alex Elder2022-09-202-25/+20
* net: ipa: move the definition of gsi_ee_idAlex Elder2022-09-202-8/+8
* net: ipa: don't define unneeded GSI register offsetsAlex Elder2022-09-201-156/+52
* net: ethernet: adi: Add ADIN1110 supportAlexandru Tachici2022-09-205-0/+1732
* net: phy: adin1100: add PHY IDs of adin1110/adin2111Alexandru Tachici2022-09-201-1/+6
* net/mlx5e: Ensure macsec_rule is always initiailized in macsec_fs_{r,t}x_add_...Nathan Chancellor2022-09-201-2/+2
* net: dsa: felix: add support for changing DSA masterVladimir Oltean2022-09-203-3/+121
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-206-23/+50
* net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-204-7/+7
* ice: Add L2TPv3 hardware offload supportMarcin Szycik2022-09-204-2/+109
* octeon_ep: Remove useless casting value returned by vzalloc to structureJules Irenge2022-09-201-2/+1
* net: wwan: t7xx: Fix return type of t7xx_ccmni_start_xmitNathan Huckleberry2022-09-201-1/+1
* net: wwan: iosm: Fix return type of ipc_wwan_link_transmitNathan Huckleberry2022-09-201-2/+2
* net: korina: Fix return type of korina_send_packetNathan Huckleberry2022-09-201-1/+2
* net: ethernet: litex: Fix return type of liteeth_start_xmitNathan Huckleberry2022-09-201-1/+2
* net: ethernet: ti: davinci_emac: Fix return type of emac_dev_xmitNathan Huckleberry2022-09-201-1/+1
* net: davicom: Fix return type of dm9000_start_xmitNathan Huckleberry2022-09-201-1/+1
* net: ax88796c: Fix return type of ax88796c_start_xmitNathan Huckleberry2022-09-201-1/+1
* net/mlx5e: Switch to kmemdup() when allocate dev_addrYang Yingliang2022-09-201-2/+1
* net/mlx5e: add missing error code in error pathYang Yingliang2022-09-201-2/+6
* net: enetc: expose some standardized ethtool countersVladimir Oltean2022-09-201-0/+111
* net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean2022-09-202-114/+116
* net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven2022-09-201-0/+1
* net: phy: micrel: Cable Diag feature for lan8814 phyDivya Koppera2022-09-201-18/+107
* net: fec: Add initial s32v234 supportWei Fang2022-09-202-3/+15
* Merge tag 'ib-mfd-net-pinctrl-v6.0' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-09-199-49/+561
|\
| * mfd: ocelot: Add support for the vsc7512 chip via spiColin Foster2022-09-095-0/+533
| * pinctrl: microchip-sgpio: add ability to be used in a non-mmio configurationColin Foster2022-09-091-6/+2
| * pinctrl: microchip-sgpio: allow sgpio driver to be used as a moduleColin Foster2022-09-092-2/+9
| * pinctrl: ocelot: add ability to be used in a non-mmio configurationColin Foster2022-09-091-11/+5
| * net: mdio: mscc-miim: add ability to be used in a non-mmio configurationColin Foster2022-09-091-30/+12
* | net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_regist...Sun Ke2022-09-191-1/+3
* | r8169: disable detection of chip version 36Heiner Kallweit2022-09-191-1/+4
* | net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui2022-09-191-3/+0
* | octeontx2-af: Initialize PTP_SEC_ROLLOVER register properlyNaveen Mamindlapalli2022-09-171-0/+10
* | octeontx2-af: Add PTP PPS Errata workaround on CN10K siliconNaveen Mamindlapalli2022-09-174-5/+109
* | octeontx2-pf: Add support for ptp 1-step mode on CN10K siliconHariprasad Kelam2022-09-1710-42/+234
* | octeontx2-af: return correct ptp timestamp for CN10K siliconNaveen Mamindlapalli2022-09-171-1/+13
* | Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/l...David S. Miller2022-09-1614-147/+384
|\ \
| * | can: dev: add CAN XL support to virtual CANOliver Hartkopp2022-09-152-10/+10
| * | can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp2022-09-151-18/+54
| * | can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp2022-09-152-1/+11
| * | can: skb: add skb CAN frame data length helpersOliver Hartkopp2022-09-152-9/+5
| * | can: skb: unify skb CAN frame identification helpersOliver Hartkopp2022-09-151-8/+10
| * | can: flexcan: Switch to use dev_err_probe() helperYang Yingliang2022-09-141-2/+1
| * | can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-061-1/+1