summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* brcmfmac: use brcmf_get_ifp() to map ifidx to struct brcmf_if instanceArend van Spriel2015-09-296-11/+13
* brcmfmac: correct detection of p2pdev interface eventArend van Spriel2015-09-293-13/+12
* brcmfmac: only call brcmf_cfg80211_detach() when attach was successfulArend van Spriel2015-09-291-1/+4
* brcmfmac: change parameters for brcmf_remove_interface()Arend van Spriel2015-09-295-10/+11
* brcmfmac: make brcmf_proto_hdrpull() return struct brcmf_if instanceArend van Spriel2015-09-295-28/+37
* brcmfmac: consolidate ifp lookup in driver coreArend van Spriel2015-09-294-26/+32
* Merge tag 'iwlwifi-next-for-kalle-2015-09-21' of git://git.kernel.org/pub/scm...Kalle Valo2015-09-2621-491/+369
|\
| * iwlwifi: mvm: add debug print for d0i3 exit indicationEliad Peller2015-09-211-1/+4
| * iwlwifi: mvm: configure wowlan configuration only if connectedEliad Peller2015-09-211-6/+11
| * iwlwifi: mvm: move RX API into its own fileJohannes Berg2015-09-212-167/+239
| * iwlwifi: mvm: remove some unused defines from RX APIJohannes Berg2015-09-211-17/+0
| * iwlwifi: mvm: remove pointless cfg_phy_cnt length checkJohannes Berg2015-09-211-7/+0
| * iwlwifi: mvm: remove useless debug message from RXJohannes Berg2015-09-211-1/+0
| * iwlwifi: mvm: make sure AP is operating for ToFJohannes Berg2015-09-211-1/+2
| * iwlwifi: mvm: remove IWL_UCODE_TLV_API_STATS_V10 TLV flagEmmanuel Grumbach2015-09-213-67/+15
| * iwlwifi: mvm: remove IWL_UCODE_TLV_API_ASYNC_DTM TLV flagEmmanuel Grumbach2015-09-212-8/+0
| * iwlwifi: mvm: remove IWL_UCODE_TLV_API_SINGLE_SCAN_EBS TLV flagEmmanuel Grumbach2015-09-212-4/+0
| * iwlwifi: mvm: remove IWL_UCODE_TLV_API_TX_POWER_DEV TLV flagEmmanuel Grumbach2015-09-212-19/+0
| * iwlwifi: mvm: remove IWL_UCODE_TLV_API_HDC_PHASE_0 TLV flagEmmanuel Grumbach2015-09-213-18/+1
| * iwlwifi: mvm: remove SCD_QUEUE_CONFIG TLV flagLiad Kaufman2015-08-285-21/+2
| * iwlwifi: mvm: don't load -12.ucode anymoreEmmanuel Grumbach2015-08-282-4/+4
| * iwlwifi: mvm: don't NUL-terminate low-latency debugfs fileJohannes Berg2015-08-281-2/+1
| * iwlwifi: mvm: make sure d0i3 exit work runs before suspendingLuciano Coelho2015-08-281-0/+3
| * iwlwifi: mvm: don't ask for beacons when AP vif and no assoc staGregory Greenman2015-08-284-6/+35
| * iwlwifi: Deinline iwl_{read,write}(8,32}Emmanuel Grumbach2015-08-282-18/+25
| * iwlwifi: mvm: add debugfs hook to send ECHO_CMD to the firmwareEmmanuel Grumbach2015-08-283-0/+17
| * iwlwifi: mvm: fix statistics variables typeSara Sharon2015-08-283-14/+14
| * iwlwifi: mvm: remove netdetect debugfs entryLuciano Coelho2015-08-281-114/+0
* | ath9k_htc: introduce support for different fw versionsOleksij Rempel2015-09-183-26/+105
* | net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2015-09-182-3/+105
* | net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2015-09-182-3/+50
* | lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com2015-09-182-4/+0
* | lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com2015-09-181-38/+52
* | lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com2015-09-182-232/+40
* | lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com2015-09-181-362/+256
* | lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.Woojung.Huh@microchip.com2015-09-181-0/+2
* | lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com2015-09-181-1/+1
* | bonding: use l4 hash if availableEric Dumazet2015-09-181-0/+4
* | netfilter: Pass net into okfnEric W. Biederman2015-09-181-1/+1
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-3/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-1812-135/+252
|\ \
| * | fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller2015-09-161-33/+52
| * | fm10k: Only trigger data path reset if fabric is upAlexander Duyck2015-09-161-0/+6
| * | fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller2015-09-161-2/+28
| * | fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller2015-09-161-1/+1
| * | fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller2015-09-163-1/+20
| * | fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller2015-09-161-2/+3
| * | fm10k: remove is_slot_appropriateJacob Keller2015-09-163-29/+0
| * | fm10k: don't store sw_vid at resetJacob Keller2015-09-161-3/+0
| * | fm10k: allow creation of VLAN interfaces even while downJacob Keller2015-09-161-0/+6