| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS r365608: | Bjoern A. Zeeb | 2020-09-12 | 3 | -25/+12 |
| * | MFC r344990: | Andriy Voskoboinyk | 2019-03-28 | 1 | -2/+2 |
| * | MFC r343990: | Andriy Voskoboinyk | 2019-03-09 | 1 | -16/+4 |
| * | Use an accessor function to access ifr_data. | Brooks Davis | 2018-03-30 | 1 | -2/+2 |
| * | [net80211] convert all of the WME use over to a temporary copy of WME info. | Adrian Chadd | 2018-01-02 | 1 | -1/+5 |
| * | kernel: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 8 | -0/+16 |
| * | Shorten list of arguments to mbuf external storage freeing function. | Gleb Smirnoff | 2017-10-09 | 1 | -5/+5 |
| * | [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1... | Adrian Chadd | 2017-02-20 | 1 | -6/+6 |
| * | net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx(). | Andriy Voskoboinyk | 2016-12-07 | 1 | -1/+1 |
| * | mwl: switch to ieee80211_add_channel*(). | Andriy Voskoboinyk | 2016-05-19 | 1 | -98/+28 |
| * | mwl: drop unneeded NULL pointer check. | Andriy Voskoboinyk | 2016-05-17 | 1 | -1/+1 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -2/+2 |
| * | [mwl] s/struct device/device_t/ | Adrian Chadd | 2016-05-02 | 2 | -3/+2 |
| * | net80211: enable promiscuous mode state change for non-monitor/ahdemo modes | Andriy Voskoboinyk | 2016-04-21 | 1 | -8/+1 |
| * | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd | 2015-10-12 | 1 | -3/+0 |
| * | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | Adrian Chadd | 2015-10-03 | 1 | -2/+1 |
| * | net80211: drop redundant 3rd parameter from iv_key_set(). | Adrian Chadd | 2015-10-03 | 1 | -4/+14 |
| * | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | Adrian Chadd | 2015-09-22 | 1 | -2/+2 |
| * | net80211 & wireless drivers: remove duplicate defines (noop) | Adrian Chadd | 2015-09-22 | 1 | -27/+6 |
| * | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 3 | -312/+204 |
| * | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 3 | -204/+312 |
| * | Fix !MWL_DEBUG build. | Gleb Smirnoff | 2015-08-07 | 1 | -4/+4 |
| * | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 3 | -312/+204 |
| * | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 1 | -13/+13 |
| * | 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 | -1/+1 |
| * | Fix compilation with GCC in the PAE case. | Marius Strobl | 2015-02-10 | 1 | -8/+7 |
| * | Use the correct macro for listing the maximum bus space size. | Adrian Chadd | 2014-12-17 | 1 | -2/+2 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-18 | 1 | -8/+10 |
| * | All mbuf external free functions never fail, so let them be void. | Gleb Smirnoff | 2014-07-11 | 1 | -2/+1 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -12/+6 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -6/+12 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -12/+6 |
| * | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin | 2014-06-10 | 2 | -28/+6 |
| * | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | Kevin Lo | 2014-01-08 | 1 | -4/+5 |
| * | In sys/dev/mwl/if_mwl.c, put the static RD4() function under #ifdef | Dimitry Andric | 2013-12-25 | 1 | -0/+2 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 2 | -0/+4 |
| * | Give (*ext_free) an int return value allowing for very sophisticated | Andre Oppermann | 2013-08-25 | 1 | -1/+2 |
| * | Add an mbuf pointer parameter to (*ext_free) to give the external | Andre Oppermann | 2013-08-24 | 1 | -1/+1 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -30/+3 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -3/+3 |
| * | Fix the RX free list locking creation and destruction to be consistent | Adrian Chadd | 2012-04-17 | 1 | -2/+8 |
| * | Add missing #include | Adrian Chadd | 2012-04-17 | 1 | -0/+1 |
| * | Migrate the net80211 TX aggregation state to be from per-AC to per-TID. | Adrian Chadd | 2012-04-15 | 2 | -10/+10 |
| * | Fix some net80211 enum nits: | Bernhard Schmidt | 2011-12-17 | 1 | -7/+7 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Revert r220907 and r220915. | Adrian Chadd | 2011-04-22 | 1 | -6/+6 |