summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: introduce brcmf_net_detach() functionArend van Spriel2015-09-292-9/+15
* brcmfmac: change prototype for brcmf_fws_hdrpull()Arend van Spriel2015-09-293-17/+12
* brcmfmac: remove ifidx parameter from brcmf_fws_txstatus_suppressed()Arend van Spriel2015-09-291-2/+2
* brcmfmac: add dedicated debug level for firmware console loggingArend van Spriel2015-09-293-3/+12
* brcmfmac: add mapping for interface index to bsscfg indexArend van Spriel2015-09-292-9/+14
* brcmfmac: pass struct brcmf_if instance in brcmf_txfinalize()Arend van Spriel2015-09-294-17/+15
* 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
* | sch_dsmark: improve memory localityEric Dumazet2015-09-171-30/+33
* | Merge branch 'bcmgenet-irq-coalesce'David S. Miller2015-09-172-5/+154
|\ \
| * | net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2015-09-172-3/+105
| * | net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2015-09-172-3/+50
|/ /
* | lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com2015-09-172-4/+0
* | lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com2015-09-171-38/+52
* | lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com2015-09-172-232/+40
* | lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com2015-09-171-362/+256
* | lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.Woojung.Huh@microchip.com2015-09-171-0/+2
* | lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com2015-09-171-1/+1
* | net: Initialize table in fib resultDavid Ahern2015-09-171-0/+2
* | Merge branch 'bpf_avoid_clone'David S. Miller2015-09-179-13/+159
|\ \
| * | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-179-1/+91
| * | cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-175-12/+68
|/ /
* | net: only check perm protocol when register protoJunwei Zhang2015-09-171-11/+5
OpenPOWER on IntegriCloud