summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
AgeCommit message (Expand)Author
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
2016-06-29brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki
2016-06-16brcmfmac: use ndev->needed_headroom to reserve additional header spaceWright Feng
2016-06-09brcmfmac: rework function picking free BSS indexRafał Miłecki
2016-04-26brcmfmac: testing the wrong variable in brcmf_rx_hdrpull()Dan Carpenter
2016-04-14brcmfmac: create common function for handling brcmf_proto_hdrpull()Arend van Spriel
2016-04-14brcmfmac: revise handling events in receive pathArend van Spriel
2016-04-14brcmfmac: cleanup ampdu-rx host reorder codeArend van Spriel
2016-04-14brcmfmac: screening firmware event packetFranky Lin
2016-03-07brcmfmac: merge platform data and module paramatersHante Meuleman
2016-03-07brcmfmac: move module init and exit to commonHante Meuleman
2016-03-07brcmfmac: increase timeout for tx eapolHante Meuleman
2016-03-07brcmfmac: check return for ARP ip setting iovarFranky Lin
2016-03-07brcmfmac: add neighbor discovery offload ip address table configurationFranky Lin
2016-01-08brcmfmac: use msecs_to_jiffies() in macro definitionsArend van Spriel
2016-01-07brcmfmac: introduce module parameter to force successful probeArend van Spriel
2016-01-07brcmfmac: Move all module parameters to one placeHante Meuleman
2016-01-07brcmfmac: add arp offload ip address table configuration supportFranky Lin
2015-11-30brcmfmac: Fix double free on exception at module load.Hante Meuleman
2015-11-30brcmfmac: Change error print on wlan0 existence.Hante Meuleman
2015-11-26brcmfmac: Use consistent naming for bsscfgidx.Hante Meuleman
2015-11-26brcmfmac: Remove unnecessary check from start_xmit.Hante Meuleman