aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
AgeCommit message (Expand)Author
2020-02-24brcmfmac: remove monitor interface when detachingRafał Miłecki
2019-04-04brcmfmac: fix Oops when bringing up interface during USB disconnectPiotr Figiel
2019-04-04brcmfmac: fix NULL pointer derefence during USB disconnectPiotr Figiel
2019-04-04brcmfmac: reset PCIe bus on a firmware crashRafał Miłecki
2019-04-04brcmfmac: add a function designated for handling firmware failsRafał Miłecki
2019-02-20brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki
2019-02-19brcmfmac: create debugfs files for bus-specific layerArend van Spriel
2019-02-19brcmfmac: add subtype check for event handling in data pathArend van Spriel
2019-02-08brcmfmac: support monitor frames with the hardware/ucode headerRafał Miłecki
2018-12-20brcmfmac: fix roamoff=1 modparamStijn Tintel
2018-07-04brcmfmac: handle msgbuf packets marked with monitor mode flagRafał Miłecki
2018-05-23brcmfmac: add support for sysfs initiated coredumpArend Van Spriel
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo
2018-03-27brcmfmac: use wiphy debugfs dir entryArend Van Spriel
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel
2018-03-27brcmfmac: use brcmf_chip_name() to store name in revinfoArend Van Spriel
2018-03-16brcmfmac: drop Inter-Access Point Protocol packets by defaultRafał Miłecki
2018-02-27brcmfmac: remove brcmf_bus_started() from bus apiArend Van Spriel
2018-02-27brcmfmac: move brcmf_attach() function in core.cArend Van Spriel
2018-02-27brcmfmac: call brcmf_attach() just before calling brcmf_bus_started()Arend Van Spriel
2018-02-27brcmfmac: move brcmf_bus_preinit() call just after changing bus stateArend Van Spriel
2017-11-11brcmfmac: add CLM download supportChung-Hsien Hsu
2017-11-10brcmfmac: disable packet filtering in promiscuous modeFranky Lin
2017-07-27brcmfmac: Don't grow SKB by negative sizeDaniel Stone
2017-06-28brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel
2017-06-27brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller
2017-06-13brcmfmac: add support multi-scheduled scanArend Van Spriel
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-26brcmfmac: Make skb header writable before useJames Hughes
2017-04-26brcmfmac: Ensure pointer correctly set if skb data location changesJames Hughes
2017-04-05brcmfmac: add support to move wiphy instance into network namespaceArend Van Spriel
2017-04-05brcmfmac: move brcmf_fws_deinit to bcdc layerFranky Lin
2017-04-05brcmfmac: wrap brcmf_fws_init into bcdc layerFranky Lin
2017-03-20brcmfmac: wrap brcmf_fws_del_interface into bcdc layerFranky Lin
2017-03-20brcmfmac: wrap brcmf_fws_add_interface into bcdc layerFranky Lin
2017-03-20brcmfmac: move brcmf_txcomplete to bcdc layerFranky Lin
2017-03-20brcmfmac: move brcmf_txflowblock to bcdc layerFranky Lin
2017-03-20brcmfmac: always print error when PSM's watchdog firesRafał Miłecki
2017-02-15brcmfmac: Use net_device_stats from struct net_deviceTobias Klauser
2017-01-20brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki
2017-01-20brcmfmac: drop brcmf_bus_detach and inline its codeRafał Miłecki
2016-11-09brcmfmac: proto: add callback for queuing TX dataRafał Miłecki
2016-09-27brcmfmac: replace WARNING on timeout with a simple error messageRafał Miłecki
2016-09-26brcmfmac: drop unused fields from struct brcmf_pubRafał Miłecki
2016-09-26brcmfmac: fix clearing entry IPv6 addressHante Meuleman
2016-09-26brcmfmac: remove unnecessary null pointer checkHante Meuleman
2016-09-26brcmfmac: remove worker from .ndo_set_mac_address() callbackArend Van Spriel
2016-08-24brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org
2016-06-29brcmfmac: use const char * for interface name in brcmf_add_ifRafał Miłecki