aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-16net/mlx5: Check DTOR entry value is not zeroMoshe Shemesh1-1/+2
2023-06-16net/mlx5: Expose timeout for sync reset unload stageMoshe Shemesh2-1/+4
2023-06-16net/mlx5: Ack on sync_reset_request only if PF can do reset_nowMoshe Shemesh1-13/+44
2023-06-16wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018Ziyang Huang1-1/+1
2023-06-16wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018Ziyang Huang1-0/+1
2023-06-16wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe()Ziyang Huang1-0/+1
2023-06-16wifi: ray_cs: fix stringop-truncation GCC warningKalle Valo1-1/+1
2023-06-16wifi: hostap: fix stringop-truncations GCC warningKalle Valo1-1/+1
2023-06-16wifi: brcmsmac: fix gnu_printf warningsKalle Valo1-0/+8
2023-06-16wifi: brcmfmac: fix gnu_printf warningsKalle Valo1-0/+7
2023-06-16sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=nEdward Cree2-0/+23
2023-06-15net: ethernet: litex: add support for 64 bit statsJisheng Zhang1-4/+15
2023-06-15ice: remove unnecessary check for old MAC == new MACPiotr Gardocki1-5/+0
2023-06-15i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki1-6/+0
2023-06-15eth: fs_enet: fix print format for resource sizeJakub Kicinski1-1/+1
2023-06-15sunvnet: fix sparc64 build error after gso code splitStephen Rothwell1-0/+1
2023-06-15net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon3-42/+104
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-114/+151
2023-06-15Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds25-102/+151
2023-06-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-12/+0
2023-06-15octeon_ep: Add missing check for ioremapJiasheng Jiang1-1/+6
2023-06-15net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi1-2/+7
2023-06-15wifi: ath11k: Add missing check for ioremapJiasheng Jiang1-0/+5
2023-06-15wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx()Wen Gong1-1/+0
2023-06-15sfc: fix XDP queues mode with legacy IRQÍñigo Huguet2-0/+4
2023-06-15net: macsec: fix double free of percpu statsFedor Pchelkin1-7/+5
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski10-21/+10
2023-06-15net: lapbether: only support ethernet devicesEric Dumazet1-0/+3
2023-06-15wifi: rtw89: fix spelling typo of IQK debug messagesDmitry Antipov3-3/+3
2023-06-15wifi: rtw89: cleanup rtw89_iqk_info and related codeDmitry Antipov7-54/+4
2023-06-15wifi: rtw89: cleanup private data structuresDmitry Antipov3-48/+1
2023-06-15wifi: mt7601u: replace strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-15wifi: rt2x00: fix the typo in commentsDeming Wang1-1/+1
2023-06-15net: macb: Add support for partial store and forwardMaulik Jodhani2-0/+39
2023-06-14net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean1-1/+1
2023-06-14ice: Fix ice module unloadJakub Buchocki1-11/+5
2023-06-14Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-1/+14
2023-06-14Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-6/+6
2023-06-14net/mlx5: Rely on dev->link_active_reportingMaciej W. Rozycki1-6/+2
2023-06-14mlxsw: spectrum_router: Move IPIP init upPetr Machata1-7/+7
2023-06-14mlxsw: spectrum_router: Extract a helper for RIF migrationPetr Machata1-6/+13
2023-06-14mlxsw: spectrum_router: Add a helper to check if netdev has addressesPetr Machata1-13/+29
2023-06-14mlxsw: spectrum_router: Extract a helper to free a RIFPetr Machata1-4/+11
2023-06-14mlxsw: spectrum_router: Access nhgi->rif through a helperPetr Machata1-4/+10
2023-06-14mlxsw: spectrum_router: Access nh->rif->dev through a helperPetr Machata1-5/+18
2023-06-14mlxsw: spectrum_router: Access rif->dev from params in mlxsw_sp_rif_create()Petr Machata1-4/+4
2023-06-14mlxsw: spectrum_router: Access rif->dev through a helperPetr Machata1-45/+64
2023-06-14mlxsw: spectrum_router: Add a helper specifically for joining a LAGPetr Machata4-22/+45
2023-06-14mlxsw: spectrum_router: Extract a helper from mlxsw_sp_port_vlan_router_join()Petr Machata1-9/+20
2023-06-14wifi: iwlwifi: dbg-tlv: clear FW debug memory on initJohannes Berg1-12/+23