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
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-21
Don't use uninitialized data as a return value.
Kenneth R Westerback
2015-02-10
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2009-08-10
More cases of shutdown hooks not needed after card is already stopped. In
Theo de Raadt
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
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
[next]