summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman2023-03-151-0/+1
| * net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman2023-03-151-5/+5
| * net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens2023-03-151-1/+1
| * net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit2023-03-151-5/+17
| * net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit2023-03-154-6/+1
| * net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim2023-03-151-1/+1
* | qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin2023-03-161-1/+1
* | i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer2023-03-161-6/+8
* | net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen2023-03-161-7/+21
* | net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich2023-03-161-2/+8
* | sh_eth: avoid PHY being resumed when interface is not upWolfram Sang2023-03-161-2/+10
* | ravb: avoid PHY being resumed when interface is not upWolfram Sang2023-03-161-2/+10
* | virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() failsXuan Zhuo2023-03-161-1/+4
* | virtio_net: fix page_to_skb() miss headroomXuan Zhuo2023-03-161-5/+6
* | net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-1617-46/+34
* | net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290Vladimir Oltean2023-03-161-4/+12
* | ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski2023-03-161-3/+2
* | net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean2023-03-151-16/+8
* | veth: Fix use after free in XDP_REDIRECTShawn Bohrer2023-03-151-4/+2
|/
* net: ethernet: mtk_eth_soc: only write values if neededDaniel Golle2023-03-151-12/+12
* net: ethernet: mtk_eth_soc: reset PCS stateDaniel Golle2023-03-152-0/+8
* net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich2023-03-151-1/+2
* mlxsw: spectrum: Fix incorrect parsing depth after reloadIdo Schimmel2023-03-152-0/+16
* veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi2023-03-151-1/+1
* net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit2023-03-151-1/+4
* ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2023-03-152-20/+13
* net: ipa: fix a surprising number of bad offsetsAlex Elder2023-03-132-50/+50
* net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL2023-03-131-31/+31
* net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL2023-03-131-1/+1
* qed/qed_dev: guard against a possible division by zeroDaniil Tatianin2023-03-131-0/+5
* bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko2023-03-133-29/+35