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