summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0562-339/+714
|\
| * qed: allow sleep in qed_mcp_trace_dump()Caleb Sander2023-01-041-8/+20
| * usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich2023-01-031-1/+2
| * net: dpaa: Fix dtsec check for PCS availabilitySean Anderson2023-01-031-1/+1
| * octeontx2-pf: Fix lmtst ID used in aura freeGeetha sowjanya2023-01-031-9/+21
| * drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin2023-01-031-0/+1
| * net: sparx5: Fix reading of the MAC addressHoratiu Vultur2023-01-021-1/+1
| * vxlan: Fix memory leaks in error pathIdo Schimmel2023-01-021-6/+13
| * net: ipa: use proper endpoint mask for suspendAlex Elder2023-01-011-2/+1
| * net: dsa: qca8k: improve mdio master read/write by using single lo/hiChristian Marangi2023-01-011-6/+6
| * net: dsa: qca8k: introduce single mii read/write lo/hiChristian Marangi2023-01-011-22/+84
| * Revert "net: dsa: qca8k: cache lo and hi for mdio write"Christian Marangi2023-01-012-54/+12
| * net: dsa: qca8k: fix wrong length value for mgmt eth packetChristian Marangi2023-01-011-10/+35
| * net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin2022-12-301-0/+1
| * net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon2022-12-302-11/+22
| * net: ena: Set default value for RX interrupt moderationDavid Arinzon2022-12-301-1/+2
| * net: ena: Fix rx_copybreak value updateDavid Arinzon2022-12-303-5/+21
| * net: ena: Use bitmask to indicate packet redirectionDavid Arinzon2022-12-302-10/+25
| * net: ena: Account for the number of processed bytes in XDPDavid Arinzon2022-12-301-0/+1
| * net: ena: Don't register memory info on XDP exchangeDavid Arinzon2022-12-301-3/+5
| * net: ena: Fix toeplitz initial hash valueDavid Arinzon2022-12-301-20/+9
| * Merge tag 'mlx5-fixes-2022-12-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2022-12-3014-27/+97
| |\
| | * net/mlx5: Lag, fix failure to cancel delayed bond workEli Cohen2022-12-281-0/+1
| | * net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve optionMaor Dickman2022-12-281-0/+5
| | * net/mlx5e: Fix hw mtu initializing at XDP SQ allocationAdham Faris2022-12-281-1/+1
| | * net/mlx5e: Always clear dest encap in neigh-update-delChris Mi2022-12-281-1/+8
| | * net/mlx5e: CT: Fix ct debugfs folder nameChris Mi2022-12-281-6/+1
| | * net/mlx5e: Fix RX reporter for XSK RQsTariq Toukan2022-12-281-1/+5
| | * net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by defaultDragos Tatulea2022-12-281-0/+4
| | * net/mlx5: Fix RoCE setting at HCA levelShay Drory2022-12-282-2/+2
| | * net/mlx5: Avoid recovery in probe flowsShay Drory2022-12-281-0/+6
| | * net/mlx5: Fix io_eq_size and event_eq_size params validationShay Drory2022-12-281-1/+1
| | * net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error pathJiri Pirko2022-12-281-0/+2
| | * net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh2022-12-284-15/+61
| * | net: amd-xgbe: add missed tasklet_killJiguang Xiao2022-12-303-2/+9
| * | net: hns3: refine the handling for VF heartbeatJian Shen2022-12-303-23/+112
| * | net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König2022-12-301-6/+0
| * | net: ethernet: broadcom: bcm63xx_enet: Drop empty platform remove functionUwe Kleine-König2022-12-301-6/+0
| |/
| * r8169: fix dmar pte write access is not set errorChunhao Lin2022-12-281-7/+7
| * r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()Chunhao Lin2022-12-281-22/+22
| * bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan2022-12-281-4/+5
| * bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan2022-12-283-14/+17
| * bnxt_en: Fix XDP RX pathMichael Chan2022-12-283-5/+8
| * bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan2022-12-283-5/+5
| * bnxt_en: fix devlink port registration to netdevVikas Gupta2022-12-281-1/+4
| * net: ethernet: renesas: rswitch: Fix getting mac address from device treeYoshihiro Shimoda2022-12-281-1/+4
| * net: ethernet: renesas: rswitch: Fix error path in renesas_eth_sw_probe()Yoshihiro Shimoda2022-12-281-0/+5
| * net: ethernet: marvell: octeontx2: Fix uninitialized variable warningAnuradha Weeraman2022-12-261-1/+1
| * net: dsa: mv88e6xxx: depend on PTP conditionallyJohnny S. Lee2022-12-261-2/+2
| * qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin2022-12-263-10/+16