summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: add support for sysfs initiated coredumpArend Van Spriel2018-05-231-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-03-281-0/+57
|\
| * brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki2018-03-161-0/+57
* | brcmfmac: use wiphy debugfs dir entryArend Van Spriel2018-03-271-6/+5
* | brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel2018-03-271-7/+20
* | brcmfmac: use brcmf_chip_name() to store name in revinfoArend Van Spriel2018-03-271-9/+1
* | brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel2018-02-271-5/+9
* | brcmfmac: move brcmf_attach() function in core.cArend Van Spriel2018-02-271-49/+49
* | brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel2018-02-271-0/+6
* | brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel2018-02-271-0/+5
|/
* brcmfmac: add CLM download supportChung-Hsien Hsu2017-11-111-0/+2
* brcmfmac: disable packet filtering in promiscuous modeFranky Lin2017-11-101-0/+38
* brcmfmac: Don't grow SKB by negative sizeDaniel Stone2017-07-271-1/+1
* brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel2017-06-281-7/+16
* brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel2017-06-271-3/+2
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-0/+1
|\
| * brcmfmac: add support multi-scheduled scanArend Van Spriel2017-06-131-0/+1
* | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+2
|/
* brcmfmac: Make skb header writable before useJames Hughes2017-04-261-14/+5
* brcmfmac: Ensure pointer correctly set if skb data location changesJames Hughes2017-04-261-1/+3
* brcmfmac: add support to move wiphy instance into network namespaceArend Van Spriel2017-04-051-1/+2
* brcmfmac: move brcmf_fws_deinit to bcdc layerFranky Lin2017-04-051-7/+0
* brcmfmac: wrap brcmf_fws_init into bcdc layerFranky Lin2017-04-051-1/+1
* brcmfmac: wrap brcmf_fws_del_interface into bcdc layerFranky Lin2017-03-201-2/+2
* brcmfmac: wrap brcmf_fws_add_interface into bcdc layerFranky Lin2017-03-201-1/+1
* brcmfmac: move brcmf_txcomplete to bcdc layerFranky Lin2017-03-201-18/+0
* brcmfmac: move brcmf_txflowblock to bcdc layerFranky Lin2017-03-201-10/+0
* brcmfmac: always print error when PSM's watchdog firesRafał Miłecki2017-03-201-0/+22
* brcmfmac: Use net_device_stats from struct net_deviceTobias Klauser2017-02-151-18/+8
* brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki2017-01-201-1/+1
* brcmfmac: drop brcmf_bus_detach and inline its codeRafał Miłecki2017-01-201-11/+1
* brcmfmac: proto: add callback for queuing TX dataRafał Miłecki2016-11-091-1/+7
* brcmfmac: replace WARNING on timeout with a simple error messageRafał Miłecki2016-09-271-1/+2
* brcmfmac: drop unused fields from struct brcmf_pubRafał Miłecki2016-09-261-3/+0
* brcmfmac: fix clearing entry IPv6 addressHante Meuleman2016-09-261-2/+5
* brcmfmac: remove unnecessary null pointer checkHante Meuleman2016-09-261-2/+1
* brcmfmac: remove worker from .ndo_set_mac_address() callbackArend Van Spriel2016-09-261-26/+13
* brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org2016-08-241-1/+1
* brcmfmac: use const char * for interface name in brcmf_add_ifRafał Miłecki2016-06-291-1/+1
* brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki2016-06-291-12/+17
* brcmfmac: use ndev->needed_headroom to reserve additional header spaceWright Feng2016-06-161-1/+1
* brcmfmac: rework function picking free BSS indexRafał Miłecki2016-06-091-24/+0
* brcmfmac: testing the wrong variable in brcmf_rx_hdrpull()Dan Carpenter2016-04-261-1/+1
* brcmfmac: create common function for handling brcmf_proto_hdrpull()Arend van Spriel2016-04-141-22/+21
* brcmfmac: revise handling events in receive pathArend van Spriel2016-04-141-12/+12
* brcmfmac: cleanup ampdu-rx host reorder codeArend van Spriel2016-04-141-212/+2
* brcmfmac: screening firmware event packetFranky Lin2016-04-141-10/+36
* brcmfmac: merge platform data and module paramatersHante Meuleman2016-03-071-8/+3
* brcmfmac: move module init and exit to commonHante Meuleman2016-03-071-13/+2
* brcmfmac: increase timeout for tx eapolHante Meuleman2016-03-071-1/+1
OpenPOWER on IntegriCloud