| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -2/+2 |
* | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -2/+2 |
* | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 5 | -0/+10 |
* | Shorten list of arguments to mbuf external storage freeing function. | Gleb Smirnoff | 2017-10-09 | 1 | -2/+2 |
* | Fix regression in ndis(4) after r286410. This adds a bunch of checks for | Gleb Smirnoff | 2017-05-22 | 2 | -36/+46 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
* | net80211 + drivers: hide size of 'bands' array behind a macro. | Andriy Voskoboinyk | 2016-04-29 | 1 | -1/+1 |
* | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -2/+2 |
* | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -2/+2 |
* | net80211 drivers: fix ieee80211_init_channels() usage | Andriy Voskoboinyk | 2016-01-07 | 1 | -6/+7 |
* | Fix regression in if_ndis in r280347. | Gleb Smirnoff | 2015-12-17 | 1 | -2/+1 |
* | net80211: drop redundant 3rd parameter from iv_key_set(). | Adrian Chadd | 2015-10-03 | 1 | -3/+2 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 2 | -500/+525 |
* | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 2 | -525/+500 |
* | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 2 | -500/+525 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 1 | -5/+5 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -2/+2 |
* | Prepare for supporting driver-overridden curchan when submitting scan | Adrian Chadd | 2015-05-10 | 1 | -1/+1 |
* | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin | 2015-03-22 | 1 | -1/+2 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -5/+5 |
* | When anouncing link state changes on an 802.11 interface with a vap, | John Baldwin | 2014-08-29 | 1 | -8/+11 |
* | Include necessary headers that now are available due to pollution | Gleb Smirnoff | 2013-10-28 | 2 | -0/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 4 | -0/+5 |
* | Give (*ext_free) an int return value allowing for very sophisticated | Andre Oppermann | 2013-08-25 | 1 | -2/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -3/+3 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 1 | -1/+1 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo | 2012-01-07 | 1 | -1/+0 |
* | In sys/dev/if_ndis/if_ndis_pccard.c, fix a bug where a garbage rid was | Dimitry Andric | 2012-01-03 | 1 | -1/+1 |
* | Fix some net80211 enum nits: | Bernhard Schmidt | 2011-12-17 | 1 | -7/+7 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -3/+1 |
* | Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION | Andrew Thompson | 2011-01-22 | 1 | -1/+0 |
* | Don't try to free an unassigned pointer. | Bernhard Schmidt | 2011-01-07 | 1 | -4/+1 |
* | Fix a bug introduced in r216518. The ndis_subsys field holds the PCI | Tijl Coosemans | 2010-12-19 | 1 | -7/+19 |
* | Use convenience functions where possible instead of accessing the PCI | Tijl Coosemans | 2010-12-18 | 1 | -9/+4 |
* | Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides being | John Baldwin | 2010-12-16 | 2 | -16/+14 |
* | There is no reason to call rt_ifmsg(), remove it. | Bernhard Schmidt | 2010-10-19 | 1 | -4/+0 |
* | WPA_CSE_WEP104 was being incorrectly checked. | Rui Paulo | 2010-10-13 | 1 | -1/+1 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | Andrew Thompson | 2010-09-01 | 1 | -0/+1 |
* | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
* | len must be int, not size_t | Rui Paulo | 2010-01-06 | 1 | -1/+1 |
* | Add net80211 media status reporting. | Rui Paulo | 2010-01-05 | 1 | -8/+19 |
* | Set correct USB device description | Andrew Thompson | 2009-12-22 | 1 | -0/+1 |
* | Pass all IEs to net80211. | Rui Paulo | 2009-12-14 | 1 | -18/+5 |
* | ndis_scan_results() can sleep if the scan results are not ready when | John Baldwin | 2009-12-02 | 1 | -9/+5 |
* | Big style cleanup. While there remove references to FreeBSD versions | Rui Paulo | 2009-11-02 | 2 | -124/+66 |
* | Fix a bad use of NULL instead of zero for int comparison. Sorry for the | Coleman Kane | 2009-10-01 | 1 | -3/+3 |
* | style(9) fixes (always compare pointers to NULL) | Coleman Kane | 2009-10-01 | 1 | -3/+3 |
* | Correct a bug that could lead to a kernel panic if a user attempted to | Coleman Kane | 2009-09-30 | 1 | -10/+3 |