summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | rtw88: Add wowlan net-detect supportChin-Yen Lee2020-01-267-15/+571
| | * | | | | | | | | rtw88: Add wowlan pattern match supportChin-Yen Lee2020-01-267-0/+274
| | * | | | | | | | | rtw88: support wowlan feature for 8822cChin-Yen Lee2020-01-2613-0/+836
| | * | | | | | | | | rtw88: load wowlan firmware if wowlan is supportedChin-Yen Lee2020-01-262-12/+70
| | * | | | | | | | | rtw88: add interface config for 8822cYan-Hsuan Chuang2020-01-264-0/+27
| | * | | | | | | | | rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee2020-01-261-9/+10
| | * | | | | | | | | rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee2020-01-261-0/+1
| | * | | | | | | | | hostap: Adjust indentation in prism2_hostapd_add_staNathan Chancellor2020-01-261-1/+1
| | * | | | | | | | | wlcore: mesh: Add support for RX Broadcast KeyMaital Hahn2020-01-264-11/+21
| | * | | | | | | | | mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris2020-01-261-47/+28
| | * | | | | | | | | Merge tag 'iwlwifi-next-for-kalle-2020-01-11' of git://git.kernel.org/pub/scm...Kalle Valo2020-01-2646-591/+932
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | iwlwifi: add device name to device_infoLuca Coelho2020-01-049-27/+38
| | | * | | | | | | | iwlwifi: implement a new device configuration tableLuca Coelho2020-01-043-9/+49
| | | * | | | | | | | iwlwifi: assume the driver_data is a trans_cfg, but allow full cfgLuca Coelho2020-01-041-35/+55
| | | * | | | | | | | iwlwifi: prph: remove some unused register definitionsJohannes Berg2020-01-041-7/+0
| | | * | | | | | | | iwlwifi: mvm: print out extended secboot status before dumpJohannes Berg2020-01-042-7/+23
| | | * | | | | | | | iwlwifi: incorporate firmware filename into versionJohannes Berg2020-01-042-7/+19
| | | * | | | | | | | iwlwifi: yoyo: check for the domain on all TLV types during initLuca Coelho2020-01-044-14/+14
| | | * | | | | | | | iwlwifi: add new iwlax411 struct for type SoSnjOren Givon2020-01-042-0/+11
| | | * | | | | | | | iwlwifi: yoyo: remove the iwl_dbg_tlv_gen_active_trigs() functionLuca Coelho2020-01-041-22/+12
| | | * | | | | | | | iwlwifi: yoyo: remove unnecessary active triggers status flagLuca Coelho2020-01-043-27/+1
| | | * | | | | | | | iwlwifi: yoyo: don't allow changing the domain via debugfsLuca Coelho2020-01-043-29/+4
| | | * | | | | | | | iwlwifi: mvm: Update BEACON_TEMPLATE_CMD firmware APIAndrei Otcheretianski2020-01-041-2/+5
| | | * | | | | | | | iwlwifi: remove CSR registers abstractionLuca Coelho2019-12-2317-169/+74
| | | * | | | | | | | iwlwifi: remove some outdated iwl22000 configurationsLuca Coelho2019-12-233-31/+0
| | | * | | | | | | | iwlwifi: pcie: validate queue ID before array deref/bit opsJohannes Berg2019-12-231-1/+15
| | | * | | | | | | | iwlwifi: pcie: use partial pages if applicableJohannes Berg2019-12-233-13/+70
| | | * | | | | | | | iwlwifi: pcie: map only used part of RX buffersJohannes Berg2019-12-234-8/+29
| | | * | | | | | | | iwlwifi: allocate more receive buffers for HE devicesJohannes Berg2019-12-2310-33/+116
| | | * | | | | | | | iwlwifi: mvm: add support for responder config command version 7Avraham Stern2019-12-232-22/+113
| | | * | | | | | | | iwlwifi: mvm: add support for location range request version 8Avraham Stern2019-12-232-53/+290
| | | * | | | | | | | iwlwifi: scan: remove support for fw scan api v11Tova Mussai2019-12-202-88/+0
| | | * | | | | | | | iwlwifi: dbg_ini: don't skip a TX FIFO when dumpingLuca Coelho2019-12-201-1/+3
| | | * | | | | | | | iwlwifi: mvm: update powersave correctly for D3Johannes Berg2019-12-203-15/+20
| * | | | | | | | | | drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'Christophe JAILLET2020-01-271-1/+1
| * | | | | | | | | | r8169: don't set min_mtu/max_mtu if not neededHeiner Kallweit2020-01-271-7/+5
| * | | | | | | | | | mlxsw: minimal: Fix an error handling path in 'mlxsw_m_port_create()'Christophe JAILLET2020-01-271-1/+1
| * | | | | | | | | | net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi2020-01-271-1/+1
| * | | | | | | | | | net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi2020-01-271-1/+1
| * | | | | | | | | | mlx5: Use dev_net netdevice notifier registrationsJiri Pirko2020-01-278-10/+28
| * | | | | | | | | | mvneta driver disallow XDP program on hardware buffer managementSven Auhagen2020-01-271-0/+6
| * | | | | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-01-2617-43/+4723
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ice: Bump versionTony Nguyen2020-01-251-1/+1
| | * | | | | | | | | | ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash2020-01-253-0/+273
| | * | | | | | | | | | ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash2020-01-254-1/+225
| | * | | | | | | | | | ice: Optimize table usageTony Nguyen2020-01-255-1/+773
| | * | | | | | | | | | ice: Enable writing filtering tablesTony Nguyen2020-01-253-0/+651
| | * | | | | | | | | | ice: Populate TCAM filter software structuresTony Nguyen2020-01-258-10/+1459
| | * | | | | | | | | | ice: Allocate flow profileTony Nguyen2020-01-2412-40/+864
| | * | | | | | | | | | ice: Enable writing hardware filtering tablesTony Nguyen2020-01-247-4/+491
OpenPOWER on IntegriCloud