summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-144/+198
2023-02-27net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Oleksij Rempel-1/+1
2023-02-27xen-netback: remove unused variables pending_idx and indexTom Rix-5/+0
2023-02-27Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-1/+2
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-02-26net: dsa: ocelot_ext: remove unnecessary phylink.h includeRussell King (Oracle)-1/+0
2023-02-26net: mscc: ocelot: fix duplicate driver name errorVladimir Oltean-1/+1
2023-02-26net: dsa: felix: fix internal MDIO controller resource lengthVladimir Oltean-1/+1
2023-02-26net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean-5/+8
2023-02-26wifi: mt76: usb: fix use-after-free in mt76u_free_rx_queueLorenzo Bianconi-0/+1
2023-02-26qede: avoid uninitialized entries in coal_entry arrayMichal Schmidt-14/+7
2023-02-26Merge tag 'mlx5-fixes-2023-02-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-8/+40
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller-6/+4
2023-02-24ibmvnic: Assign XPS map to correct queue indexNick Child-2/+2
2023-02-24Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds-8/+6
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+30
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+7
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-02-24net/mlx5: Geneve, Fix handling of Geneve object id as error codeMaor Dickman-0/+1
2023-02-24net/mlx5e: Verify flow_source cap before using itRoi Dayan-1/+2
2023-02-24net/mlx5: ECPF, wait for VF pages only after disabling host PFsMaher Sanalla-0/+8
2023-02-24mlx5: fix possible ptp queue fifo use-after-freeVadim Fedorenko-1/+22
2023-02-24mlx5: fix skb leak while fifo resync and pushVadim Fedorenko-3/+5
2023-02-24net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create()Yang Yingliang-1/+1
2023-02-24net/mlx5: Remove NULL check before dev_{put, hold}Yang Li-2/+1
2023-02-23net/mlx5e: Remove hairpin write debugfs filesGal Pressman-59/+0
2023-02-23octeontx2-pf: Use correct struct reference in test conditionDeepak R Varma-1/+1
2023-02-23net: sunhme: Fix region requestSean Anderson-2/+4
2023-02-23octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packetGeetha sowjanya-19/+57
2023-02-23net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesOleksij Rempel-2/+13
2023-02-23net: phy: do not force EEE supportOleksij Rempel-7/+36
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel-2/+11
2023-02-23net: phy: c45: use "supported_eee" instead of supported for access validationOleksij Rempel-3/+3
2023-02-23net/mlx5: Fix memory leak in IPsec RoCE creationPatrisious Haddad-5/+8
2023-02-22wifi: ath11k: allow system suspend to survive ath11kLen Brown-1/+1
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-21883/+109829
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-4/+4
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+2
2023-02-21Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-255/+68
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+13
2023-02-20net/mlx5e: Align IPsec ASO result memory to be as required by hardwareLeon Romanovsky-1/+1
2023-02-20Merge tag 'mlx5-updates-2023-02-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-49/+145
2023-02-20net/mlx5e: TC, Set CT miss to the specific ct action instancePaul Blakey-24/+82
2023-02-20net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REGPaul Blakey-14/+14
2023-02-20net/mlx5: Refactor tc miss handling to a single functionPaul Blakey-227/+231
2023-02-20net/mlx5: Kconfig: Make tc offload depend on tc skb extensionPaul Blakey-15/+2
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey-2/+2
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski-154/+72