summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix suspend/resume path on 57500 chipsVasundhara Volam2019-11-241-0/+14
* bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()Vasundhara Volam2019-11-241-2/+10
* bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam2019-11-243-47/+35
* bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.Vasundhara Volam2019-11-242-3/+11
* bnxt_en: Disable/enable Bus master during suspend/resume.Michael Chan2019-11-241-0/+8
* bnxt_en: Add chip IDs for 57452 and 57454 chips.Michael Chan2019-11-241-1/+6
* sfc: fix build without CONFIG_RFS_ACCELJakub Kicinski2019-11-241-0/+2
* hv_netvsc: make recording RSS hash depend on feature flagStephen Hemminger2019-11-243-2/+4
* Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2019-11-247-93/+186
|\
| * net/mlx5e: Remove redundant pointer checkEli Cohen2019-11-221-12/+10
| * net/mlx5e: TC, Stub out ipv6 tun create header functionSaeed Mahameed2019-11-222-4/+7
| * net/mlx5: DR, Add support for Geneve packets SW steeringYevgeny Kliteynik2019-11-223-0/+83
| * net/mlx5: DR, Add HW bits and definitions for Geneve flex parserYevgeny Kliteynik2019-11-221-0/+13
| * net/mlx5: DR, Refactor VXLAN GPE flex parser tunnel code for SW steeringYevgeny Kliteynik2019-11-224-57/+66
| * net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT commandLeon Romanovsky2019-11-221-20/+7
* | net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-247-43/+33
* | net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo2019-11-233-5/+5
* | Merge tag 'wireless-drivers-next-2019-11-22' of git://git.kernel.org/pub/scm/...Jakub Kicinski2019-11-2396-562/+2252
|\ \
| * | mt76: fix fix ampdu lockingMarkus Theil2019-11-213-6/+12
| * | Merge tag 'mt76-for-kvalo-2019-11-20' of https://github.com/nbd168/wirelessKalle Valo2019-11-2053-399/+1466
| |\ \
| | * | mt76: mt76u: fix endpoint definition orderLorenzo Bianconi2019-11-201-1/+1
| | * | mt76: mt7615: read {tx,rx} mask from eepromLorenzo Bianconi2019-11-204-2/+23
| | * | mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2019-11-208-14/+20
| | * | mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi2019-11-202-2/+6
| | * | Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka2019-11-201-14/+1
| | * | mt76: mt7615: disable radar pattern detector during scanningLorenzo Bianconi2019-11-201-2/+4
| | * | mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi2019-11-204-24/+7
| | * | mt76: mt7615: add ibss supportLorenzo Bianconi2019-11-203-0/+15
| | * | mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi2019-11-204-3/+1
| | * | mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi2019-11-206-15/+15
| | * | mt76: Remove set but not used variable 'idx'zhengbin2019-11-201-2/+1
| | * | mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi2019-11-204-10/+25
| | * | mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi2019-11-204-6/+13
| | * | mt76: mt7615: remove unneeded semicolonYueHaibing2019-11-202-2/+2
| | * | mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi2019-11-201-1/+0
| | * | mt76: mt76x02u: update ewma pkt len in mt76x02u_tx_prepare_skbLorenzo Bianconi2019-11-201-0/+6
| | * | mt76: remove obsolete .add_buf() from struct mt76_queue_opsFelix Fietkau2019-11-201-4/+0
| | * | mt76: add sanity check for a-mpdu rx wcid indexFelix Fietkau2019-11-201-1/+1
| | * | mt76: refactor cc_lock locking schemeLorenzo Bianconi2019-11-202-13/+19
| | * | mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki2019-11-201-0/+1
| | * | mt76: avoid enabling interrupt if NAPI poll is still pendingFelix Fietkau2019-11-201-3/+1
| | * | mt76: fix aggregation stop issueFelix Fietkau2019-11-201-4/+6
| | * | mt76: drop rcu read lock in mt76_rx_aggr_stopFelix Fietkau2019-11-201-7/+3
| | * | mt76: add missing locking around ampdu actionFelix Fietkau2019-11-203-0/+6
| | * | mt76: do not use devm API for led classdevFelix Fietkau2019-11-201-1/+10
| | * | mt76: enable airtime fairnessFelix Fietkau2019-11-201-0/+1
| | * | mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi2019-11-206-3/+137
| | * | mt76: mt7615: introduce mt7615_mac_wtbl_update routineLorenzo Bianconi2019-11-202-5/+12
| | * | mt76: mt7615: fix survey channel busy timeFelix Fietkau2019-11-202-4/+8
| | * | mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi2019-11-207-4/+45