index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
an.c
Age
Commit message (
Expand
)
Author
2007-09-30
s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.
Mark Kettenis
2007-01-03
M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.
Claudio Jeker
2006-06-25
put the 1.32 change back; tested by many
Michael Shalayeff
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
2006-04-05
Add support for big endian archs. tested by jaredy@ and ok jsg@
Kurt Miller
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
remove the colon between "address" and the MAC address.
Brad Smith
2006-02-20
Be sure to call shutdownhook_disestablish() as this is a removeable device.
Jonathan Gray
2006-01-30
Add basic radiotap support. Modelled somewhat after
Jonathan Gray
2006-01-09
Move an(4) to a driver based on the NetBSD one.
Jonathan Gray
2005-11-09
splimp -> splnet
Brad Smith
2005-10-25
dont' -> don't in comments;
Jason McIntyre
2005-06-20
Replace arpcom in the softc with ieee80211com in preparation for
Jonathan Gray
2005-04-24
- fix and update comments
Brad Smith
2005-02-04
fix setting 128bit WEP keys on BIG_ENDIAN arches.
Kurt Miller
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-08-05
use ETHER_MAX_LEN.
Brad Smith
2004-08-05
Remove forgotten debug code which does not compile on alpha.
Miod Vallat
2004-08-05
allocate a cluster on rx after all possible failures had been checked for; re...
Michael Shalayeff
2004-07-24
provide proper ip header alignment (and repair big endian archs again from af...
Michael Shalayeff
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-10-05
from freebsd: read one word less (for type) and take care of odd sized records
Michael Shalayeff
2003-09-26
reading the record skip the remainder of data we do not need. we are still sc...
Michael Shalayeff
2003-09-25
make sure to not overflow when initializing {node,net}name (truncation does n...
Michael Shalayeff
2003-09-23
revert safety checks; requested by mickey@
Anil Madhavapeddy
2003-09-19
Put in a couple of sanity checks to ensure that the AN_DEFAULT_*
Anil Madhavapeddy
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-25
AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIG
Michael Shalayeff
2003-06-23
no need for an explicit <machine/intr.h> inclusion
Michael Shalayeff
2002-07-10
use ifp->if_sadl whether possible.
Federico G. Schwindt
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
sync with KAME
Kenjiro Cho
2002-01-02
proper data length handling on read; from toby@svector.co.uk
Michael Shalayeff
2001-09-29
if_media support, from freebsd
Michael Shalayeff
2001-07-08
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
Federico G. Schwindt
2001-06-25
remove struct and contsts duplicated in between the files.
Michael Shalayeff
2001-06-23
use ether_input_mbuf
Michael Shalayeff
2001-06-10
inconsistantly redundant returns
Michael Shalayeff
2001-04-17
No colon after "address" when printing out Ethernet address.
Aaron Campbell
2001-04-16
Avoid resetting the interface when not needed; allows temporary WEP keys
Thorsten Lockert
2001-02-27
Always fully reset the card on an_init()
Thorsten Lockert
2001-02-26
Allow configuration of WEP. From FreeBSD; ok aaron@
Thorsten Lockert
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2001-01-10
BSS mode by default.
Angelos D. Keromytis
2000-06-20
allow rx to work after tcpdump; ok art@
Todd T. Fries
2000-06-20
KNF
Todd T. Fries
2000-06-20
After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;
Aaron Campbell
2000-06-19
Insert missing splx(); me and roberto@ns2.freenix.org.
Aaron Campbell
2000-06-18
Initialize the signal quality cache iff ANCACHE
Thorsten Lockert
[next]