summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-08-26virtio-net: set queues after driver_okJason Wang
2023-08-26net: dsa: mv88e6xxx: Wait for EEPROM done before HW resetAlfred Lee
2023-08-26i40e: fix misleading debug logsAndrii Staikov
2023-08-26team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-26net: phy: broadcom: stub c45 read/write for 54810Justin Chen
2023-08-26net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh
2023-08-26net/mlx5: Move all internal timer metadata into a dedicated structEran Ben Elisha
2023-08-26net/mlx5: Refactor init clock functionEran Ben Elisha
2023-08-26macsec: use DEV_STATS_INC()Eric Dumazet
2023-08-26macsec: Fix traffic counters/statisticsClayton Yager
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: Allow 0 for total host VFsDaniel Jurgens
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: phy: at803x: remove set/get wol callbacks for AR8032Li Yang
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-16wireguard: allowedips: expand maximum node depthJason A. Donenfeld
2023-08-11wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser
2023-08-11mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva
2023-08-11mt76: move band capabilities in mt76_phyLorenzo Bianconi
2023-08-11net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern
2023-08-11net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek
2023-08-11net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek
2023-08-11USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard
2023-08-11net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu
2023-08-11net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu
2023-08-11net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown
2023-08-11net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter
2023-08-11net: ll_temac: Switch to use dev_err_probe() helperYang Yingliang
2023-08-11net: dsa: fix value check in bcm_sf2_sw_probe()Yuanjun Gong
2023-08-11net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong
2023-08-11net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctxZhengchao Shao
2023-08-11virtio-net: fix race between set queues and probeJason Wang
2023-08-11can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde
2023-08-11benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong
2023-08-11team: reset team's flags when down link is P2P deviceHangbin Liu
2023-08-11bonding: reset bond's flags when down link is P2P deviceHangbin Liu
2023-08-11ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski
2023-08-11ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong
2023-08-11vxlan: calculate correct header length for GPEJiri Benc
2023-08-11vxlan: move to its own directoryRoopa Prabhu
2023-08-11net: hns3: fix wrong bw weight of disabled tc issueJijie Shao
2023-08-11net: hns3: reconstruct function hclge_ets_validate()Guangbin Huang
2023-08-11net: phy: marvell10g: fix 88x3310 power upJiawen Wu
2023-08-11i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming
2023-08-08xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall
2023-07-27net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean