summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ath10k: abstract htt_rx_desc structureFrancesco Magliocca2022-01-178-192/+722
* wcn36xx: Use platform_get_irq_byname() to get the interruptLad Prabhakar2022-01-171-13/+8
* ath9k: remove redundant status variableMinghao Chi2022-01-171-5/+1
* ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang2022-01-172-0/+19
* ath: dfs_pattern_detector: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-01-171-3/+3
* ath10k: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-171-10/+5
* ath5k: fix ah_txq_isr_txok_all settingPeter Seiderer2022-01-171-0/+1
* ath5k: remove unused ah_txq_isr_txurn member from struct ath5k_hwPeter Seiderer2022-01-172-8/+0
* ath5k: remove unused ah_txq_isr_qcborn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
* ath5k: remove unused ah_txq_isr_qcburn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
* ath5k: remove unused ah_txq_isr_qtrig member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
* ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk()Dan Carpenter2022-01-171-1/+1
* ath11k: move function ath11k_dp_rx_process_mon_statusAloka Dixit2022-01-171-87/+84
* ath11k: enable RX PPDU stats in monitor co-exist modeMiles Hu2022-01-173-64/+34
* ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen2022-01-121-0/+3
* ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855Wen Gong2022-01-121-13/+18
* ath11k: add LDPC FEC type in 802.11 radiotap headerP Praneesh2022-01-123-1/+28
* ath11k: Refactor the fallback routine when peer create failsKarthikeyan Periyasamy2022-01-111-17/+23
* ath11k: fix workqueue not getting destroyed after rmmodAditya Kumar Singh2022-01-111-0/+4
* ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong2022-01-111-3/+4
* ath11k: add missing of_node_put() to avoid leakYang Yingliang2022-01-112-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-0924-91/+228
|\
| * amt: fix wrong return type of amt_send_membership_update()Taehee Yoo2022-01-091-1/+1
| * net: mcs7830: handle usb read errors properlyPavel Skripkin2022-01-091-2/+10
| * can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman2022-01-091-0/+2
| * can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...Lad Prabhakar2022-01-091-3/+2
| * can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang2022-01-091-1/+6
| * can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde2022-01-091-5/+6
| * can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold2022-01-081-1/+1
| * octeontx2-af: Fix interrupt name stringsSunil Goutham2022-01-072-4/+3
| * octeontx2-nicvf: Free VF PTP resources.Rakesh Babu Saladi2022-01-071-1/+4
| * octeontx2-af: Increment ptp refcount before useSubbaraya Sundeep2022-01-071-0/+2
| * Revert "net/mlx5: Add retry mechanism to the command entry index allocation"Moshe Shemesh2022-01-061-20/+1
| * net/mlx5: Set command entry semaphore up once got index freeMoshe Shemesh2022-01-061-9/+6
| * net/mlx5e: Sync VXLAN udp ports during uplink representor profile changeMaor Dickman2022-01-061-0/+3
| * net/mlx5: Fix access to sf_dev_table on allocation failureShay Drory2022-01-061-4/+1
| * net/mlx5e: Fix matching on modified inner ip_ecn bitsPaul Blakey2022-01-061-4/+116
| * Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"Aya Levin2022-01-061-3/+6
| * Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"Aya Levin2022-01-061-3/+7
| * net/mlx5e: Don't block routes with nexthop objects in SWMaor Dickman2022-01-061-4/+2
| * net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects ar...Maor Dickman2022-01-061-0/+2
| * net/mlx5e: Fix nullptr on deleting mirroring ruleDima Chumak2022-01-061-13/+15
| * net/mlx5e: Fix page DMA map/unmap attributesAya Levin2022-01-062-5/+6
| * fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang2022-01-061-5/+16
| * rocker: fix a sleeping in atomic bugDan Carpenter2022-01-061-1/+2
| * ppp: ensure minimum packet size in ppp_write()Eric Dumazet2022-01-061-1/+6
| * Merge tag 'linux-can-fixes-for-5.16-20220105' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-01-051-1/+2
| |\
| | * can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde2022-01-051-1/+2
* | | net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-8/+3
* | | rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-13/+4