aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-30net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie
2023-08-30net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie
2023-08-30net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL
2023-08-30mlxsw: Fix the size of 'VIRT_ROUTER_MSB'Amit Cohen
2023-08-30mlxsw: reg: Fix SSPR register layoutIdo Schimmel
2023-08-30mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson
2023-08-30ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei
2023-08-30net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean
2023-08-30octeontx2-af: SDP: fix receive link configHariprasad Kelam
2023-08-23virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG caseHawkins Jiawei
2023-08-23ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik
2023-08-23qede: fix firmware halt over suspend and resumeManish Chopra
2023-08-23sfc: don't unregister flow_indr if it was never registeredEdward Cree
2023-08-23net: dsa: mv88e6xxx: Wait for EEPROM done before HW resetAlfred Lee
2023-08-23i40e: fix misleading debug logsAndrii Staikov
2023-08-23iavf: fix FDIR rule fields masks validationPiotr Gardocki
2023-08-23team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-23net: phy: broadcom: stub c45 read/write for 54810Justin Chen
2023-08-23octeon_ep: cancel tx_timeout_task later in remove sequenceMichal Schmidt
2023-08-23net: macb: In ZynqMP resume always configure PS GTR for non-wakeup sourceRadhey Shyam Pandey
2023-08-23net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)
2023-08-23net: pcs: Add missing put_device call in miic_createXiang Yang
2023-08-23virtio-net: set queues after driver_okJason Wang
2023-08-23virtio_net: notify MAC address change on device initializationLaurent Vivier
2023-08-23igc: read before write to SRRCTL registerSong Yoong Siang
2023-08-23net: phy: at803x: fix the wol setting functionsLi Yang
2023-08-23net: phy: at803x: Use devm_regulator_get_enable_optional()Christophe JAILLET
2023-08-16ibmvnic: Ensure login failure recovery is safe from other resetsNick Child
2023-08-16ibmvnic: Do partial reset on login failureNick Child
2023-08-16ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child
2023-08-16ibmvnic: Unmap DMA login rsp buffer on send login failNick Child
2023-08-16ibmvnic: Enforce stronger sanity checks on login responseNick Child
2023-08-16net/mlx5: Reload auxiliary devices in pci error handlersMoshe Shemesh
2023-08-16net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh
2023-08-16net/mlx5: LAG, Check correct bucket when modifying LAGShay Drory
2023-08-16net/mlx5: Allow 0 for total host VFsDaniel Jurgens
2023-08-16net: hns3: fix strscpy causing content truncation issueHao Chen
2023-08-16net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu
2023-08-16net: hns3: add wait until mac link downJie Wang
2023-08-16net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang
2023-08-16net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean
2023-08-16net: phy: at803x: remove set/get wol callbacks for AR8032Li Yang
2023-08-16net: marvell: prestera: fix handling IPv4 routes with nhidJonas Gorski
2023-08-16iavf: fix potential races for FDIR filtersPiotr Gardocki
2023-08-16drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin
2023-08-16drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner
2023-08-16bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-16macsec: use DEV_STATS_INC()Eric Dumazet