| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r344749-344750,344841-344843,345284,346405,346470,347140-347141,348331, | Bjoern A. Zeeb | 2020-09-10 | 1 | -12/+2 |
| * | MFC r344990: | Andriy Voskoboinyk | 2019-03-28 | 1 | -2/+1 |
| * | MFC r343682: | Andriy Voskoboinyk | 2019-02-06 | 1 | -1/+3 |
| * | UDP: further performance improvements on tx | Matt Macy | 2018-05-23 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 13 | -0/+26 |
| * | etc: minor spelling fixes. | Pedro F. Giffuni | 2016-05-02 | 3 | -4/+4 |
| * | wtap: do not include <sys/types.h> when <sys/param.h> is already included | Andriy Voskoboinyk | 2015-12-13 | 3 | -4/+0 |
| * | wtap: remove some obsolete radiotap(9) code | Andriy Voskoboinyk | 2015-10-22 | 1 | -6/+0 |
| * | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | Adrian Chadd | 2015-10-03 | 1 | -2/+2 |
| * | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | Adrian Chadd | 2015-09-22 | 2 | -4/+3 |
| * | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 2 | -208/+29 |
| * | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 2 | -29/+208 |
| * | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 2 | -208/+29 |
| * | Make it compilable. No idea if it works. | Gleb Smirnoff | 2015-08-06 | 2 | -3/+3 |
| * | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 1 | -5/+2 |
| * | 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 | 3 | -0/+4 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -5/+5 |
| * | wtap should not set the IEEE80211_F_DATAPAD flag; | Monthadar Al Jaberi | 2012-12-18 | 1 | -5/+1 |
| * | wtap fix malloc/free. | Monthadar Al Jaberi | 2012-12-18 | 1 | -4/+5 |
| * | wtap should check if ieee80211_vap_setup fails. | Monthadar Al Jaberi | 2012-12-18 | 1 | -0/+4 |
| * | wtap: fix clang warning. | Monthadar Al Jaberi | 2012-12-18 | 1 | -1/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 2 | -3/+3 |
| * | Don't grab an unreferenced pointer to the VAP bss node. | Adrian Chadd | 2012-08-27 | 1 | -3/+9 |
| * | Fix wtap to not panic in wtap_beacon_intrp. | Monthadar Al Jaberi | 2012-07-31 | 1 | -2/+6 |
| * | Remove this - it's not needed as it's defined in ieee80211_freebsd.h. | Adrian Chadd | 2012-03-19 | 1 | -4/+0 |
| * | Correctly calculate the callout interval for beacon generation. | Adrian Chadd | 2012-03-14 | 1 | -1/+5 |
| * | Enforce that wtap requires VIMAGE to be useful. | Adrian Chadd | 2012-03-10 | 1 | -0/+7 |
| * | Add a module dependency on wlan. | Adrian Chadd | 2012-02-16 | 1 | -0/+1 |
| * | Remove direct access to si_name. | Ed Schouten | 2012-02-10 | 1 | -2/+2 |
| * | Introduce wtap, the beginnings of a net80211 wlan simulator. | Adrian Chadd | 2012-01-11 | 13 | -0/+2339 |