summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds62-339/+714
2023-01-04qed: allow sleep in qed_mcp_trace_dump()Caleb Sander1-8/+20
2023-01-03usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich1-1/+2
2023-01-03net: dpaa: Fix dtsec check for PCS availabilitySean Anderson1-1/+1
2023-01-03octeontx2-pf: Fix lmtst ID used in aura freeGeetha sowjanya1-9/+21
2023-01-03drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin1-0/+1
2023-01-02net: sparx5: Fix reading of the MAC addressHoratiu Vultur1-1/+1
2023-01-02vxlan: Fix memory leaks in error pathIdo Schimmel1-6/+13
2023-01-01net: ipa: use proper endpoint mask for suspendAlex Elder1-2/+1
2023-01-01net: dsa: qca8k: improve mdio master read/write by using single lo/hiChristian Marangi1-6/+6
2023-01-01net: dsa: qca8k: introduce single mii read/write lo/hiChristian Marangi1-22/+84
2023-01-01Revert "net: dsa: qca8k: cache lo and hi for mdio write"Christian Marangi2-54/+12
2023-01-01net: dsa: qca8k: fix wrong length value for mgmt eth packetChristian Marangi1-10/+35
2022-12-30net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2022-12-30net: ena: Update NUMA TPH hint register upon NUMA node updateDavid Arinzon2-11/+22
2022-12-30net: ena: Set default value for RX interrupt moderationDavid Arinzon1-1/+2
2022-12-30net: ena: Fix rx_copybreak value updateDavid Arinzon3-5/+21
2022-12-30net: ena: Use bitmask to indicate packet redirectionDavid Arinzon2-10/+25
2022-12-30net: ena: Account for the number of processed bytes in XDPDavid Arinzon1-0/+1
2022-12-30net: ena: Don't register memory info on XDP exchangeDavid Arinzon1-3/+5
2022-12-30net: ena: Fix toeplitz initial hash valueDavid Arinzon1-20/+9
2022-12-30Merge tag 'mlx5-fixes-2022-12-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller14-27/+97
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2022-12-30net: hns3: refine the handling for VF heartbeatJian Shen3-23/+112
2022-12-30net: ethernet: freescale: enetc: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-30net: ethernet: broadcom: bcm63xx_enet: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-28net/mlx5: Lag, fix failure to cancel delayed bond workEli Cohen1-0/+1
2022-12-28net/mlx5e: Set geneve_tlv_option_0_exist when matching on geneve optionMaor Dickman1-0/+5
2022-12-28net/mlx5e: Fix hw mtu initializing at XDP SQ allocationAdham Faris1-1/+1
2022-12-28net/mlx5e: Always clear dest encap in neigh-update-delChris Mi1-1/+8
2022-12-28net/mlx5e: CT: Fix ct debugfs folder nameChris Mi1-6/+1
2022-12-28net/mlx5e: Fix RX reporter for XSK RQsTariq Toukan1-1/+5
2022-12-28net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by defaultDragos Tatulea1-0/+4
2022-12-28net/mlx5: Fix RoCE setting at HCA levelShay Drory2-2/+2
2022-12-28net/mlx5: Avoid recovery in probe flowsShay Drory1-0/+6
2022-12-28net/mlx5: Fix io_eq_size and event_eq_size params validationShay Drory1-1/+1
2022-12-28net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error pathJiri Pirko1-0/+2
2022-12-28net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh4-15/+61
2022-12-28r8169: fix dmar pte write access is not set errorChunhao Lin1-7/+7
2022-12-28r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()Chunhao Lin1-22/+22
2022-12-28bnxt_en: Fix HDS and jumbo thresholds for RX packetsMichael Chan1-4/+5
2022-12-28bnxt_en: Fix first buffer size calculations for XDP multi-bufferMichael Chan3-14/+17
2022-12-28bnxt_en: Fix XDP RX pathMichael Chan3-5/+8
2022-12-28bnxt_en: Simplify bnxt_xdp_buff_init()Michael Chan3-5/+5
2022-12-28bnxt_en: fix devlink port registration to netdevVikas Gupta1-1/+4
2022-12-28net: ethernet: renesas: rswitch: Fix getting mac address from device treeYoshihiro Shimoda1-1/+4
2022-12-28net: ethernet: renesas: rswitch: Fix error path in renesas_eth_sw_probe()Yoshihiro Shimoda1-0/+5
2022-12-26net: ethernet: marvell: octeontx2: Fix uninitialized variable warningAnuradha Weeraman1-1/+1
2022-12-26net: dsa: mv88e6xxx: depend on PTP conditionallyJohnny S. Lee1-2/+2
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16