summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: dma: fix a regression in adding rx buffersFelix Fietkau2023-01-161-52/+72
* wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2023-01-163-4/+20
* wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2023-01-161-4/+5
* wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oidSzymon Heidrich2023-01-161-13/+6
* wifi: brcmfmac: fix regression for Broadcom PCIe wifi devicesArend van Spriel2023-01-161-1/+1
* wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only deviceArend van Spriel2023-01-161-10/+13
* wifi: brcmfmac: avoid handling disabled channels for survey dumpArend van Spriel2023-01-161-9/+7
* net: lan966x: Allow to add rules in TCAM even if not enabledHoratiu Vultur2023-01-091-3/+0
* nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang2023-01-091-3/+41
* mlxsw: spectrum_router: Replace 0-length array with flexible arrayKees Cook2023-01-091-1/+1
* net: ipa: correct IPA v4.7 IMEM offsetAlex Elder2023-01-091-1/+1
* brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov2023-01-091-2/+3
* octeontx2-af: Fix LMAC config in cgx_lmac_rx_tx_enableAngela Czubak2023-01-062-3/+2
* net: usb: cdc_ether: add support for Thales Cinterion PLS62-W modemHui Wang2023-01-051-0/+6
* stmmac: dwmac-mediatek: remove the dwmac_fix_mac_speedBiao Huang2023-01-051-26/+0
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0563-345/+720
|\
| * 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