aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/if_ndis
Commit message (Expand)AuthorAgeFilesLines
* ndis: Per user request, delay removal to 14Brooks Davis2021-01-252-2/+2
* MFC r368561:Brooks Davis2020-12-143-1/+6
* MFC: 364430:Warner Losh2020-09-091-0/+2
* MFC r343574:Andriy Voskoboinyk2019-02-062-82/+67
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-7/+10
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-2/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-185-0/+10
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+2
* Fix regression in ndis(4) after r286410. This adds a bunch of checks forGleb Smirnoff2017-05-222-36/+46
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk2016-01-071-6/+7
* Fix regression in if_ndis in r280347.Gleb Smirnoff2015-12-171-2/+1
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-3/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-272-500/+525
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-082-525/+500
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-072-500/+525
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-5/+5
* 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
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-1/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* When anouncing link state changes on an 802.11 interface with a vap,John Baldwin2014-08-291-8/+11
* 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-264-0/+5
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-2/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* In sys/dev/if_ndis/if_ndis_pccard.c, fix a bug where a garbage rid wasDimitry Andric2012-01-031-1/+1
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSIONAndrew Thompson2011-01-221-1/+0
* Don't try to free an unassigned pointer.Bernhard Schmidt2011-01-071-4/+1
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCITijl Coosemans2010-12-191-7/+19
* Use convenience functions where possible instead of accessing the PCITijl Coosemans2010-12-181-9/+4
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingJohn Baldwin2010-12-162-16/+14
* There is no reason to call rt_ifmsg(), remove it.Bernhard Schmidt2010-10-191-4/+0
* WPA_CSE_WEP104 was being incorrectly checked.Rui Paulo2010-10-131-1/+1
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* len must be int, not size_tRui Paulo2010-01-061-1/+1
* Add net80211 media status reporting.Rui Paulo2010-01-051-8/+19
* Set correct USB device descriptionAndrew Thompson2009-12-221-0/+1