summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: neterion: vxge: remove redundant continue statementColin Ian King2021-06-181-3/+2
* drivers: net: netdevsim: fix devlink_trap selftests failingOleksandr Mazur2021-06-182-8/+8
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-177-26/+18
|\
| * ice: remove redundant continue statement in a for-loopColin Ian King2021-06-171-6/+4
| * net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi2021-06-171-1/+1
| * ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller2021-06-171-8/+4
| * ice: Remove the repeated declarationShaokun Zhang2021-06-171-1/+0
| * ice: remove local variablePaul M Stillwell Jr2021-06-171-2/+1
| * ice: reduce scope of variablesPaul M Stillwell Jr2021-06-172-6/+6
| * ice: mark PTYPE 2 as reservedJacob Keller2021-06-171-1/+1
| * ice: fix incorrect payload indicator on PTYPEJacob Keller2021-06-171-1/+1
* | net: hdlc_ppp: add required spacePeng Li2021-06-171-1/+2
* | net: hdlc_ppp: remove unnecessary out of memory messagePeng Li2021-06-171-3/+2
* | net: hdlc_ppp: move out assignment in if conditionPeng Li2021-06-171-1/+2
* | net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li2021-06-171-7/+7
* | net: hdlc_ppp: add blank line after declarationsPeng Li2021-06-171-0/+4
* | net: hdlc_ppp: remove redundant blank linesPeng Li2021-06-171-9/+0
* | net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei2021-06-173-9/+6
* | driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei2021-06-171-0/+7
* | net: mdio: setup of_node for the MDIO deviceIoana Ciornei2021-06-171-0/+1
* | r8152: store the information of the pipesHayes Wang2021-06-171-5/+13
* | net: gianfar: Implement rx_missed_errors counterEsben Haabendal2021-06-172-3/+57
* | net: gianfar: Add definitions for CAR1 and CAM1 register bitsEsben Haabendal2021-06-171-0/+54
* | net: gianfar: Avoid 16 bytes of memsetEsben Haabendal2021-06-171-1/+1
* | net: gianfar: Clear CAR registersEsben Haabendal2021-06-171-0/+3
* | net: gianfar: Extend statistics counters to 64-bitEsben Haabendal2021-06-171-5/+5
* | net: gianfar: Convert to ndo_get_stats64 interfaceEsben Haabendal2021-06-171-18/+7
* | net: ipa: Add missing of_node_put() in ipa_firmware_load()Yang Yingliang2021-06-171-0/+1
* | net: pcs: xpcs: Fix a less than zero u16 comparison errorColin Ian King2021-06-171-6/+6
|/
* Merge tag 'wireless-drivers-next-2021-06-16' of git://git.kernel.org/pub/scm/...David S. Miller2021-06-1687-477/+1380
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-06-1533-132/+1046
| |\
| | * wil6210: remove erroneous wiphy lockingJohannes Berg2021-06-151-2/+0
| | * ath6kl: Fix inconsistent indentingJiapeng Chong2021-06-151-2/+2
| | * ath11k: send beacon template after vdev_start/restart during csaSeevalamuthu Mariappan2021-06-151-5/+5
| | * ath10k: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-8/+1
| | * ath10k: remove the repeated declarationShaokun Zhang2021-06-152-2/+0
| | * ath10k: Fix an error code in ath10k_add_interface()Yang Li2021-06-151-0/+1
| | * ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()Christophe JAILLET2021-06-151-1/+2
| | * wil6210: Fix wrong function name in commentsYang Shen2021-06-152-4/+4
| | * ath: Fix wrong function name in commentsYang Shen2021-06-151-1/+1
| | * ath5k: Fix wrong function name in commentsYang Shen2021-06-151-1/+1
| | * wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue2021-06-141-13/+8
| | * wcn36xx: Fix inconsistent indentingJiapeng Chong2021-06-141-1/+1
| | * wcn36xx: Enable WOWLAN flagsBryan O'Donoghue2021-06-141-1/+3
| | * wcn36xx: Add host resume request supportBryan O'Donoghue2021-06-143-0/+38
| | * wcn36xx: Add Host suspend indication supportBryan O'Donoghue2021-06-143-0/+24
| | * wcn36xx: Add GTK offload info to WoWLAN resumeBryan O'Donoghue2021-06-144-2/+79
| | * wcn36xx: Add GTK offload to WoWLAN pathBryan O'Donoghue2021-06-144-1/+47
| | * wcn36xx: Add set_rekey_data callbackBryan O'Donoghue2021-06-142-0/+25
| | * wcn36xx: Add ipv6 namespace offload in suspendBryan O'Donoghue2021-06-144-0/+73