summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-03mlxsw: core: Reset firmware after flash during driver initializationShalom Toledo2-14/+29
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-28/+14
2018-11-30net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspendNathan Chancellor1-1/+3
2018-11-30net: qualcomm: rmnet: Remove set but not used variable 'cmd'YueHaibing1-2/+0
2018-11-30tun: implement carrier changeNicolas Dichtel1-1/+26
2018-11-30mlxsw: spectrum: Enable VxLAN enslavement to VLAN-aware bridgesIdo Schimmel3-14/+404
2018-11-30mlxsw: spectrum_switchdev: Prepare function for VLAN-aware bridgesIdo Schimmel3-9/+11
2018-11-30mlxsw: spectrum_switchdev: Unify VxLAN leave functionIdo Schimmel3-38/+9
2018-11-30mlxsw: spectrum_fid: Add API to lookup 802.1Q FIDs without creating themIdo Schimmel3-2/+11
2018-11-30qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior1-0/+9
2018-11-30qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior1-0/+2
2018-11-30qed: Register light L2 queues with doorbell overflow recovery mechanismAriel Elior2-10/+21
2018-11-30qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior2-13/+38
2018-11-30qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior6-24/+280
2018-11-30qed: Add doorbell overflow recovery mechanismAriel Elior3-0/+365
2018-11-30nfp: report more info when reconfiguration failsJakub Kicinski2-2/+9
2018-11-30nfp: add offset to all TLV parsing errorsJakub Kicinski1-8/+8
2018-11-30nfp: add offloads on representorsJakub Kicinski5-0/+143
2018-11-30nfp: add locking around representor changesJakub Kicinski3-0/+8
2018-11-30nfp: run don't require Qdiscs on representor netdevsJakub Kicinski1-0/+1
2018-11-30nfp: run representor TX locklesslyJakub Kicinski1-0/+2
2018-11-30nfp: avoid oversized TSO headers with metadata prependJakub Kicinski1-1/+4
2018-11-30nfp: correct descriptor offsets in presence of metadataJakub Kicinski1-8/+12
2018-11-30nfp: move queue variable initJakub Kicinski1-1/+3
2018-11-30nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski1-14/+17
2018-11-30nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2-5/+8
2018-11-30cxgb4: number of VFs supported is not always 16Ganesh Goudar1-1/+1
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau10-52/+95
2018-11-30mt76: mt76x02: remove mt76x02_txq_initFelix Fietkau3-28/+15
2018-11-30mt76: mt76x02: make group_wcid the first member in struct mt76x02_vifFelix Fietkau1-2/+1
2018-11-30mt76: add mt76_sta_remove helperFelix Fietkau3-9/+24
2018-11-30mt76: fix race condition in station removalFelix Fietkau2-2/+4
2018-11-30mt76: do not wake tx queues during flushFelix Fietkau1-1/+1
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau6-38/+76
2018-11-30mt76: remove wait argument from mt76x02_mcu_calibrateStanislaw Gruszka7-39/+36
2018-11-30mt76x2u: init: remove mt76x2u_init_beacon_offsets routineLorenzo Bianconi1-10/+0
2018-11-30mt76x2u: main: use mt76x02_bss_info_changed utility routineLorenzo Bianconi1-20/+3
2018-11-30mt76x2u: phy: run phy_channel_calibrate after channel switchLorenzo Bianconi3-9/+15
2018-11-30mt76x2u: phy: add TX_SHAPING calibrationLorenzo Bianconi1-0/+1
2018-11-30mt76x0: pci: enable VHT rates in IBSS modeLorenzo Bianconi2-3/+2
2018-11-30mt76: introduce mt76x02_config_mac_addr_list routineLorenzo Bianconi4-15/+27
2018-11-30mt76x0: dfs: fix IBI_R11 configuration on non-radar channelsLorenzo Bianconi1-2/+6
2018-11-30mt76x02: assure we update gain after scanStanislaw Gruszka3-3/+8
2018-11-30mt76x02: run calibration after scanningStanislaw Gruszka4-1/+6
2018-11-30mt76: remove wait argument from mt76x02_mcu_set_radio_stateStanislaw Gruszka6-10/+7
2018-11-30mt76: remove wait argument from mt76x02_mcu_function_selectStanislaw Gruszka6-12/+13
2018-11-30mt76: remove mcu_msg_allocStanislaw Gruszka7-44/+35
2018-11-30mt76x0: use band parameter for LC calibrationStanislaw Gruszka1-2/+3
2018-11-30mt76x0: phy: use tssi reported value to configure tx power if availableLorenzo Bianconi2-5/+17
2018-11-30mt76x0: phy: introduce tssi calibration supportLorenzo Bianconi3-3/+357