summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-19net: lan966x: Stop using packing libraryHoratiu Vultur2-25/+50
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur4-14/+15
2023-03-19net: macb: Reset TX when TX halt times outHarini Katakam1-2/+8
2023-03-19ixgb: Remove ixgb driverTony Nguyen13-6292/+0
2023-03-19net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko1-2/+1
2023-03-19net: smc91x: Replace of_gpio.h with what indeed is usedAndy Shevchenko1-1/+1
2023-03-19net: macb: Set MDIO clock divisor for pclk higher than 160MHzBartosz Wawrzyniak2-1/+7
2023-03-18net/mlx5e: TC, Add support for VxLAN GBP encap/decap flows offloadGavin Li1-2/+70
2023-03-18net/mlx5e: Add helper for encap_info_equal for tunnels with optionsGavin Li3-23/+36
2023-03-18vxlan: Expose helper vxlan_build_gbp_hdrGavin Li1-19/+0
2023-03-18vxlan: Remove unused argument from vxlan_build_gbp_hdr( ) and vxlan_build_gpe...Gavin Li1-6/+4
2023-03-18wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang6-35/+68
2023-03-18net: macb: Increase halt timeout to accommodate 10Mbps linkHarini Katakam1-2/+1
2023-03-18net: dsa: mv88e6xxx: mask apparently non-existing phys during probingKlaus Kudielka1-0/+1
2023-03-18net: dsa: mv88e6xxx: move call to mv88e6xxx_mdios_register()Klaus Kudielka1-12/+14
2023-03-18net: dsa: mv88e6xxx: re-order functionsKlaus Kudielka1-179/+179
2023-03-18net: dsa: mv88e6xxx: don't dispose of Global2 IRQ mappings from mdiobus codeVladimir Oltean1-16/+4
2023-03-18net: wangxun: Remove macro that is redefinedmengyuanlou1-5/+0
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski75-430/+664
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi5-9/+274
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi5-17/+138
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi5-39/+687
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi6-50/+104
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi8-44/+70
2023-03-17net: pcs: lynx: don't print an_enabled in pcs_get_state()Russell King (Oracle)1-2/+2
2023-03-17net: pcs: xpcs: remove double-read of link state when using ANRussell King (Oracle)1-11/+2
2023-03-17vxlan: Enable MDB supportIdo Schimmel1-0/+3
2023-03-17vxlan: Add MDB data path supportIdo Schimmel3-0/+135
2023-03-17vxlan: mdb: Add an internal flag to indicate MDB usageIdo Schimmel1-0/+7
2023-03-17vxlan: mdb: Add MDB control path supportIdo Schimmel4-1/+1381
2023-03-17vxlan: Expose vxlan_xmit_one()Ido Schimmel2-3/+4
2023-03-17vxlan: Move address helpers to private headersIdo Schimmel2-47/+45
2023-03-17net: mana: Add new MANA VF performance counters for easier troubleshootingShradha Gupta2-4/+110
2023-03-17bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov1-3/+1
2023-03-17bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov1-4/+15
2023-03-17net: wangxun: Implement the ndo change mtu interfaceMengyuan Lou7-5/+31
2023-03-17net: renesas: rswitch: Fix GWTSDIE register handlingYoshihiro Shimoda2-2/+8
2023-03-17net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda1-3/+7
2023-03-17ethernet: sun: add check for the mdesc_grab()Liang He2-0/+6
2023-03-17net: dsa: realtek: rtl8365mb: add change_mtuLuiz Angelo Daros de Luca1-4/+36
2023-03-17net: ipa: fix some register validity checksAlex Elder3-15/+30
2023-03-17net: ipa: kill FILT_ROUT_CACHE_CFG IPA registerAlex Elder2-11/+2
2023-03-17net: ipa: add two missing declarationsAlex Elder1-0/+4
2023-03-17net: ipa: reg: include <linux/bug.h>Alex Elder1-1/+2
2023-03-17net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795Marek Vasut1-1/+1
2023-03-17Merge tag 'mlx5-fixes-2023-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-47/+81
2023-03-17qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin1-1/+1
2023-03-17i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer1-6/+8
2023-03-17net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen1-7/+21
2023-03-17net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich1-2/+8