summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit2023-03-201-7/+13
* net: dsa: ocelot: add support for external physColin Foster2023-03-201-7/+9
* net: dsa: felix: allow serdes configuration for dsa portsColin Foster2023-03-202-0/+8
* net: dsa: felix: allow configurable phylink_mac_configColin Foster2023-03-202-0/+15
* net: dsa: felix: attempt to initialize internal hsio pllsColin Foster2023-03-201-0/+3
* net: mscc: ocelot: expose serdes configuration functionColin Foster2023-03-202-26/+43
* net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster2023-03-202-18/+29
* net: mscc: ocelot: expose ocelot_pll5_init routineColin Foster2023-03-202-30/+31
* mfd: ocelot: add ocelot-serdes capabilityColin Foster2023-03-201-0/+13
* phy: phy-ocelot-serdes: add ability to be used in a non-syscon configurationColin Foster2023-03-201-0/+9
* net: lan966x: Stop using packing libraryHoratiu Vultur2023-03-192-25/+50
* net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur2023-03-194-14/+15
* net: macb: Reset TX when TX halt times outHarini Katakam2023-03-191-2/+8
* ixgb: Remove ixgb driverTony Nguyen2023-03-1913-6292/+0
* net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko2023-03-191-2/+1
* net: smc91x: Replace of_gpio.h with what indeed is usedAndy Shevchenko2023-03-191-1/+1
* net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak2023-03-192-1/+7
* net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li2023-03-171-2/+70
* net/mlx5e: Add helper for encap_info_equal for tunnels with optionsGavin Li2023-03-173-23/+36
* vxlan: Expose helper vxlan_build_gbp_hdrGavin Li2023-03-171-19/+0
* vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li2023-03-171-6/+4
* wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang2023-03-177-36/+70
* net: macb: Increase halt timeout to accommodate 10Mbps linkHarini Katakam2023-03-171-2/+1
* net: dsa: mv88e6xxx: mask apparently non-existing phys during probingKlaus Kudielka2023-03-171-0/+1
* net: dsa: mv88e6xxx: move call to mv88e6xxx_mdios_register()Klaus Kudielka2023-03-171-12/+14
* net: dsa: mv88e6xxx: re-order functionsKlaus Kudielka2023-03-171-179/+179
* net: dsa: mv88e6xxx: don't dispose of Global2 IRQ mappings from mdiobus codeVladimir Oltean2023-03-171-16/+4
* net: wangxun: Remove macro that is redefinedmengyuanlou2023-03-171-5/+0
* ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski2023-03-173-11/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-17337-52261/+2083
|\
| * Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-1777-432/+669
| |\
| | * bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov2023-03-171-3/+1
| | * bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov2023-03-171-4/+15
| | * net: renesas: rswitch: Fix GWTSDIE register handlingYoshihiro Shimoda2023-03-172-2/+8
| | * net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda2023-03-171-3/+7
| | * ethernet: sun: add check for the mdesc_grab()Liang He2023-03-172-0/+6
| | * net: ipa: fix some register validity checksAlex Elder2023-03-163-15/+30
| | * net: ipa: kill FILT_ROUT_CACHE_CFG IPA registerAlex Elder2023-03-162-11/+2
| | * net: ipa: add two missing declarationsAlex Elder2023-03-161-0/+4
| | * net: ipa: reg: include <linux/bug.h>Alex Elder2023-03-161-1/+2
| | * net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795Marek Vasut2023-03-161-1/+1
| | * Merge tag 'mlx5-fixes-2023-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-03-1613-47/+81
| | |\
| | | * net/mlx5e: TC, Remove error message log printOz Shlomo2023-03-151-1/+0
| | | * net/mlx5e: TC, fix cloned flow attributeOz Shlomo2023-03-151-1/+1
| | | * net/mlx5e: TC, fix missing error codeOz Shlomo2023-03-151-2/+6
| | | * net/sched: TC, fix raw counter initializationOz Shlomo2023-03-151-0/+5
| | | * net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisitesAdham Faris2023-03-151-3/+7
| | | * net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory2023-03-151-1/+1
| | | * net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher typeGal Pressman2023-03-152-21/+25
| | | * net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey2023-03-151-0/+10