aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-10net: dsa: mv88e6xxx: Separate C22 and C45 transactionsAndrew Lunn7-85/+225
2023-01-10net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn1-0/+55
2023-01-10net: fec: Separate C22 and C45 transactionsAndrew Lunn1-50/+103
2023-01-10net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn1-40/+108
2023-01-10net: mdio: mvmdio: Convert XSMI bus to new APIAndrew Lunn1-16/+8
2023-01-10net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn3-38/+126
2023-01-10net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn1-0/+5
2023-01-10net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn1-2/+8
2023-01-10net: mdio: mdiobus_register: update validation testAndrew Lunn1-2/+9
2023-01-10net: pcs: pcs-xpcs: Use C45 MDIO APIAndrew Lunn1-3/+1
2023-01-10net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn1-0/+189
2023-01-10net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle1-0/+5
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle1-0/+7
2023-01-10net: dsa: mv88e6xxx: mac-auth/MAB implementationHans J. Schultz6-6/+140
2023-01-10net: dsa: mv88e6xxx: shorten the locked section in mv88e6xxx_g1_atu_prob_irq_...Hans J. Schultz1-8/+8
2023-01-10net: dsa: mv88e6xxx: change default return of mv88e6xxx_port_bridge_flagsHans J. Schultz1-1/+1
2023-01-10amd-xgbe: Add support for 10 Mbps speedRaju Rangoju4-10/+126
2023-01-09e1000e: Enable Link Partner Advertised SupportJamie Gloudon2-1/+18
2023-01-09cdc_ether: no need to blacklist any r8152 devicesBjørn Mork1-114/+0
2023-01-09r8152: add USB device driver for config selectionBjørn Mork1-32/+81
2023-01-09usbnet: optimize usbnet_bh() to reduce CPU loadLeesoo Ahn1-12/+17
2023-01-09net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera1-5/+5
2023-01-09net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera1-1/+2
2023-01-06net: ngbe: Remove structure ngbe_adapterMengyuan Lou5-205/+120
2023-01-06net: txgbe: Remove structure txgbe_adapterJiawen Wu6-90/+64
2023-01-06net: wangxun: Rename private structure in libwxJiawen Wu10-432/+432
2023-01-06net: wangxun: Move MAC address handling to libwxJiawen Wu7-212/+151
2023-01-06net: ngbe: Move defines into unified fileJiawen Wu4-35/+27
2023-01-06net: txgbe: Move defines into unified fileJiawen Wu4-25/+16
2023-01-06net: ngbe: Remove structure ngbe_hwJiawen Wu5-95/+84
2023-01-06net: txgbe: Remove structure txgbe_hwJiawen Wu5-66/+49
2023-01-06net: phy: micrel: Change handler interrupt for lan8814Horatiu Vultur1-17/+8
2023-01-06netdevsim: move devlink registration under the instance lockJakub Kicinski1-3/+8
2023-01-06netdevsim: rename a labelJakub Kicinski1-2/+2
2023-01-05net: ipa: don't maintain IPA interrupt handler arrayAlex Elder1-28/+22
2023-01-05net: ipa: kill ipa_interrupt_add()Alex Elder4-59/+3
2023-01-05net: ipa: register IPA interrupt handlers directlyAlex Elder5-21/+31
2023-01-05net: ipa: enable IPA interrupt handlers separate from registrationAlex Elder4-7/+26
2023-01-05net: ipa: introduce ipa_interrupt_enable()Alex Elder1-16/+25
2023-01-05net: ipa: introduce a common microcontroller interrupt handlerAlex Elder1-4/+15
2023-01-05net: ethernet: enetc: do not always access skb_shared_info in the XDP pathLorenzo Bianconi1-6/+8
2023-01-05net: ethernet: enetc: get rid of xdp_redirect_sg counterLorenzo Bianconi2-3/+0
2023-01-05net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffersLorenzo Bianconi1-14/+10
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski422-3726/+5264
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds63-345/+720
2023-01-05Merge tag 'gpio-fixes-for-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-24/+43
2023-01-05Merge tag 'fbdev-for-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-19/+25
2023-01-05net: ethernet: ti: am65-cpsw: Add support for SERDES configurationSiddharth Vadapalli2-0/+69
2023-01-05net: ethernet: ti: am65-cpsw: Enable QSGMII mode for J721e CPSW9GSiddharth Vadapalli1-0/+8
2023-01-05fbdev: omapfb: avoid stack overflow warningArnd Bergmann1-10/+18