aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26brcmfmac: add initial support for monitor modeRafał Miłecki1-1/+67
2019-12-18brcmfmac: set interface carrier to off by defaultRafał Miłecki1-0/+2
2019-11-20brcmfmac: remove monitor interface when detachingRafał Miłecki1-0/+5
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki1-7/+26
2019-09-13brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki1-3/+6
2019-09-06brcmfmac: add "reset" debugfs entry for testing resetRafał Miłecki1-0/+25
2019-07-24brcmfmac: avoid firmware command in brcmf_netdev_open() when bus is downArend van Spriel1-1/+2
2019-07-24brcmfmac: change the order of things in brcmf_detach()Arend van Spriel1-13/+14
2019-07-24Revert "brcmfmac: fix NULL pointer derefence during USB disconnect"Arend van Spriel1-3/+1
2019-05-28brcmfmac: switch source files to using SPDX license identifierArend van Spriel1-12/+1
2019-04-04brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel1-3/+7
2019-04-04brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel1-1/+3
2019-04-04brcmfmac: reset PCIe bus on a firmware crashRafał Miłecki1-0/+12
2019-04-04brcmfmac: add a function designated for handling firmware failsRafał Miłecki1-0/+10
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki1-35/+39
2019-02-19brcmfmac: create debugfs files for bus-specific layerArend van Spriel1-0/+1
2019-02-19brcmfmac: add subtype check for event handling in data pathArend van Spriel1-2/+3
2019-02-08brcmfmac: support monitor frames with the hardware/ucode headerRafał Miłecki1-0/+55
2018-12-20brcmfmac: fix roamoff=1 modparamStijn Tintel1-1/+1
2018-07-04brcmfmac: handle msgbuf packets marked with monitor mode flagRafał Miłecki1-0/+25
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