aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c
Commit message (Expand)AuthorAge
* brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel2014-05-29
* brcmfmac: Move handling 802.1x frames to dhd_linux.Hante Meuleman2014-05-13
* brcmfmac: Move out hdrpull from tx_finalize.Hante Meuleman2014-05-13
* brcmfmac: de-init driver layers in correct order.Hante Meuleman2014-02-28
* brcmfmac: handle SDIO card removalArend van Spriel2014-01-16
* brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel2014-01-06
* brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel2014-01-06
* brcmfmac: provide firmware version in ethtool driver infoArend van Spriel2013-12-02
* brcmfmac: Dynamically register a protocol layer.Hante Meuleman2013-12-02
* brcmfmac: remove redundant ioctl handlersArend van Spriel2013-12-02
* brcmfmac: removed dhd_proto.h.Hante Meuleman2013-12-02
* brcmfmac: remove empty brcmf_proto_stopFranky Lin2013-12-02
* brcmfmac: start netif queues only when setup is completed successfulArend van Spriel2013-12-02
* brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel2013-12-02
* brcmfmac: add separate function for passing bus tx overheadArend van Spriel2013-12-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-07
|\
| * brcmfmac: rework rx path bus interfaceArend van Spriel2013-10-03
* | brcmfmac: obtain platform data upon module initializationArend van Spriel2013-09-26
|/
* brcmfmac: always use worker thread for tx data.Hante Meuleman2013-08-15
* brcmfmac: add AMPDU reordering functionalityArend van Spriel2013-08-15
* brcmfmac: bail out of brcmf_txflowblock_if() for non-netdev interfaceArend van Spriel2013-07-22
* brcmfmac: remove code and comment for older kernel supportArend van Spriel2013-06-27
* brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel2013-06-12
* brcmfmac: increment hard_header_len instead of overridingArend van Spriel2013-06-12
* brcmfmac: On bus flow control use fw signalling or netif.Hante Meuleman2013-06-12
* brcmfmac: reducing debug logging in firmware-signalling codeArend van Spriel2013-06-12
* brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman2013-06-12
* brcmfmac: use struct net_device::destructor to remove interfacesArend van Spriel2013-05-28
* brcmfmac: free net device when registration failsArend van Spriel2013-05-28
* brcmfmac: correct error handling in brcmf_fws_init()Arend van Spriel2013-04-23
* brcmfmac: remove error message upon allocation failureArend van Spriel2013-04-22
* brcmfmac: check memory allocation in brcmf_add_if()Arend van Spriel2013-04-22
* brcmfmac: only use ifidx from BDC header in brcmf_rx_frames()Arend van Spriel2013-04-08
* brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel2013-04-08
* brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2013-04-03
* brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel2013-04-03
* brcmfmac: enable tx status signallingArend van Spriel2013-04-03
* brcmfmac: add flow-control mode to firmware signallingArend van Spriel2013-04-03
* brcmfmac: allow stopping netif queue for different reasonsArend van Spriel2013-04-03
* brcmfmac: hookup firmware signalling to firmware interface eventsArend van Spriel2013-04-03
* brcmfmac: add parameter to brcmf_proto_hdrpush() for data offsetArend van Spriel2013-03-06
* brcmfmac: release transmit packet in brcmf_txcomplete()Arend van Spriel2013-03-06
* brcmfmac: add support for TLV based firmware signallingArend van Spriel2013-03-06
* brcmfmac: cleanup module information macrosArend van Spriel2013-03-06
* brcmfmac: make debug module parameter more clearArend van Spriel2013-03-06
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-18
|\
| * brcmfmac: Fix rtnl_lock lockup when registering netdev.Hante Meuleman2013-02-08
| * brcmfmac: Ignore E_ADD_IF for ifidx 0.Hante Meuleman2013-02-08
| * brcmfmac: Create p2p0 netdev via module variable.Hante Meuleman2013-02-08
| * brcmfmac: add p2p change vif routines.Hante Meuleman2013-02-08