aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/malo
Commit message (Expand)AuthorAgeFilesLines
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb2023-12-011-3/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-12/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-211-1/+1
* malo: Fix mismatch in array bounds.John Baldwin2022-12-071-1/+1
* malo(4): Fix a typo in asource code commentGordon Bergling2022-09-031-1/+1
* Suppress unused variable warning in if_malo.cDimitry Andric2022-07-201-1/+1
* malo: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* malo: Remove write only variables, but leave hardware reads in placeWarner Losh2022-04-062-12/+7
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-241-5/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-2/+2
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-28/+25
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-2/+2
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-16/+4
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk2016-04-211-8/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-5/+5
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-3/+0
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-222-18/+5
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-272-265/+184
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-082-184/+265
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-072-265/+184
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-5/+4
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* Fix compilation with GCC in the PAE case.Marius Strobl2015-02-101-8/+7
* Update the use of bus space macros to be more correct.Adrian Chadd2014-12-171-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-12/+6
* Revert r267961, r267973:Glen Barber2014-06-272-6/+12
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-12/+6
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-102-25/+3
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-282-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-263-0/+5
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-2/+2
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-8/+8
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Use convenience functions where possible instead of accessing the PCITijl Coosemans2010-12-181-23/+1