Home | History | Annotate | Download | only in net80211
History log of /src/sys/net80211/ieee80211_crypto_wep.c
RevisionDateAuthorComments
 1.14  24-Jun-2023  msaitoh Fix typo in comment.
 1.13  03-Nov-2020  mlelstv Use kmem_* instead of malloc/free and use interrupt versions as the
code can be called from interrupt.
 1.12  03-May-2018  maxv branches: 1.12.2; 1.12.14;
Remove ovbcopy from net80211.
 1.11  19-Jan-2018  maxv branches: 1.11.2;
Style, no functional change.
 1.10  17-Jan-2018  maxv Style, and fix two pretty bad mistakes in the crypto functions:

* They call M_PREPEND, but don't pass the updated pointer back to the
caller.

* They use memmove on the mbuf data, but they don't ensure that the
area they touch is contiguous.

This fix is not complete, ieee80211_crypto_encap too needs to pass back
the updated pointer. This will be done in another commit.
 1.9  09-Oct-2016  christos PR/51540: Henning Petersen: replace , with ;
 1.8  17-Dec-2008  cegger branches: 1.8.24; 1.8.42; 1.8.46;
kill MALLOC and FREE macros.
 1.7  16-Nov-2006  christos branches: 1.7.46; 1.7.48; 1.7.52; 1.7.62;
__unused removal on arguments; approved by core.
 1.6  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.5  16-Mar-2006  christos branches: 1.5.10; 1.5.12;
include if_ether.h if you want to use ether_sprintf()
 1.4  18-Nov-2005  skrll branches: 1.4.4; 1.4.6; 1.4.8; 1.4.10;
Register these crypto modules.
 1.3  26-Jul-2005  dyoung branches: 1.3.6; 1.3.8;
Resolve conflicts.
 1.2  22-Jun-2005  dyoung branches: 1.2.2;
Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
from FreeBSD. Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch],
sys/net80211/ieee80211_netbsd.[ch]). Update drivers (an, atu, atw,
awi, ipw, iwi, rtw, wi) for the new net80211(9) API.
 1.1  21-Jun-2005  dyoung branches: 1.1.1;
Initial revision
 1.1.1.2  26-Jul-2005  dyoung Import FreeBSD's net80211(9) of 2005-07-11
 1.1.1.1  21-Jun-2005  dyoung Import FreeBSD's net80211(9) of 2005-05-18
 1.2.2.2  30-Dec-2006  yamt sync with head.
 1.2.2.1  21-Jun-2006  yamt sync with head.
 1.3.8.1  22-Nov-2005  yamt sync with head.
 1.3.6.3  11-Dec-2005  christos Sync with head.
 1.3.6.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.3.6.1  26-Jul-2005  skrll file ieee80211_crypto_wep.c was added on branch ktrace-lwp on 2005-11-10 14:10:51 +0000
 1.4.10.1  19-Apr-2006  elad sync with head.
 1.4.8.1  01-Apr-2006  yamt sync with head.
 1.4.6.1  22-Apr-2006  simonb Sync with head.
 1.4.4.1  09-Sep-2006  rpaulo sync with head
 1.5.12.2  10-Dec-2006  yamt sync with head.
 1.5.12.1  22-Oct-2006  yamt sync with head
 1.5.10.1  18-Nov-2006  ad Sync with head.
 1.7.62.1  19-Jan-2009  skrll Sync with HEAD.
 1.7.52.1  04-May-2009  yamt sync with head.
 1.7.48.1  17-Jan-2009  mjf Sync with HEAD.
 1.7.46.1  22-Feb-2008  skrll Beginning of a sync with net80211 from FreeBSD. Lots to do.

Sources taken from 2008-02-22.
 1.8.46.1  04-Nov-2016  pgoyette Sync with HEAD
 1.8.42.1  05-Dec-2016  skrll Sync with HEAD
 1.8.24.1  03-Dec-2017  jdolecek update from HEAD
 1.11.2.1  21-May-2018  pgoyette Sync with HEAD
 1.12.14.1  14-Dec-2020  thorpej Sync w/ HEAD.
 1.12.2.4  10-Jun-2019  christos Sync with HEAD
 1.12.2.3  16-Jul-2018  phil State save.
urtwn now can attach and shows up in the "ifconfig -a" list.
 1.12.2.2  12-Jul-2018  phil State save. New kernel config for this brach only. TESTWIFI does
produce a kernel. It is not working. athn files not compiling yet
and commented out of the TESTWIFI kernel, which only has urtwn 802.11
driver enabled. ieee80211_alq.c and ieee80211_ddb.c not compiling yet.
 1.12.2.1  28-Jun-2018  phil Start of WiFi refresh. Copy of FreeBSD net80211 directory with git
mirror commit id of 09e3123164ec345822e00465039503686efde455, no
changes yet. ieee80211_netbsd.[ch] from ieee80211_freebsd.[ch].

RSS XML Feed