summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08wifi: brcmfmac: add vendor name in revinfo debugfs fileArend van Spriel1-1/+2
2022-12-08wifi: brcmfmac: add support for vendor-specific firmware apiArend van Spriel1-0/+9
2022-10-04brcmfmac: dump dongle memory when attaching failedWright Feng1-1/+2
2022-09-07wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()Alexander Coffin1-1/+2
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-08-10wifi: brcmfmac: fix continuous 802.1x tx pending timeout errorWright Feng1-1/+3
2022-07-28wifi: brcmfmac: Add brcmf_c_set_cur_etheraddr() helperHans de Goede1-6/+2
2022-05-11brcmfmac: allow setting wlan MAC address using device treePavel Löbl1-1/+3
2022-03-06wireless: brcmfmac: Use netif_rx().Sebastian Andrzej Siewior1-13/+5
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski1-3/+3
2021-06-23brcmfmac: Silence error messages about unsupported firmware featuresDmitry Osipenko1-3/+8
2021-05-13brcmfmac: properly check for bus register errorsGreg Kroah-Hartman1-24/+18
2021-04-22brcmfmac: Avoid GFP_ATOMIC when GFP_KERNEL is enoughChristophe JAILLET1-1/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-9/+9
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-3/+3
2020-10-02Merge tag 'wireless-drivers-next-2020-10-02' of git://git.kernel.org/pub/scm/...David S. Miller1-6/+5
2020-10-01brcmfmac: Fix warning when hitting FW crash with flow control featureWright Feng1-6/+5
2020-09-29net: brcmfmac: Convey allocation mode as argumentSebastian Andrzej Siewior1-4/+6
2020-09-29net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()Thomas Gleixner1-7/+9
2020-08-18brcmfmac: check ndev pointerTom Rix1-1/+1
2020-07-14brcmfmac: set pacing shift before transmitting skb to busWright Feng1-0/+3
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller1-3/+0
2020-05-04brcmfmac: remove arp_hostip_clear from brcmf_netdev_stopWright Feng1-3/+0
2020-04-06brcmfmac: add stub for monitor interface xmitRafał Miłecki1-0/+9
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