summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/an.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use uninitialized data as a return value.krw2015-06-211-5/+5
* Wireless drivers call if_input() via ieee80211_input() which set `rcvif'mpi2015-02-101-2/+1
* unifdef INETtedu2014-12-221-5/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-14/+1
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-6/+18
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-3/+8
* s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.kettenis2007-09-301-2/+2
* M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.claudio2007-01-031-5/+7
* put the 1.32 change back; tested by manymickey2006-06-251-18/+14
* Attach routines can fail before calling *hook_establish(), and theykrw2006-05-221-2/+3
* Add support for big endian archs. tested by jaredy@ and ok jsg@kurt2006-04-051-77/+79
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-5/+5
* remove the colon between "address" and the MAC address.brad2006-03-041-2/+2
* Be sure to call shutdownhook_disestablish() as this is a removeable device.jsg2006-02-201-2/+3
* Add basic radiotap support. Modelled somewhat afterjsg2006-01-301-1/+56
* Move an(4) to a driver based on the NetBSD one.jsg2006-01-091-1159/+1183
* splimp -> splnetbrad2005-11-091-4/+4
* dont' -> don't in comments;jmc2005-10-251-2/+2
* Replace arpcom in the softc with ieee80211com in preparation forjsg2005-06-201-31/+28
* - fix and update commentsbrad2005-04-241-12/+9
* fix setting 128bit WEP keys on BIG_ENDIAN arches.kurt2005-02-041-3/+3
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-2/+1
* use ETHER_MAX_LEN.brad2004-08-051-2/+2
* Remove forgotten debug code which does not compile on alpha.miod2004-08-051-2/+1
* allocate a cluster on rx after all possible failures had been checked for; repair sigcache misalignmentmickey2004-08-051-35/+27
* provide proper ip header alignment (and repair big endian archs again from after ether_input_mbuf conversion); also kill some stupid spacesmickey2004-07-241-13/+12
* typos from Tom Cosgrove;jmc2003-10-211-2/+2
* from freebsd: read one word less (for type) and take care of odd sized recordsmickey2003-10-051-4/+7
* reading the record skip the remainder of data we do not need. we are still screwed on writes thoughmickey2003-09-261-12/+10
* make sure to not overflow when initializing {node,net}name (truncation does not matter)mickey2003-09-251-6/+6
* revert safety checks; requested by mickey@avsm2003-09-231-7/+1
* Put in a couple of sanity checks to ensure that the AN_DEFAULT_*avsm2003-09-191-1/+7
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-3/+3
* AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIGmickey2003-06-251-1/+3
* no need for an explicit <machine/intr.h> inclusionmickey2003-06-231-2/+1
* use ifp->if_sadl whether possible.fgsch2002-07-101-9/+4
* a step towards consistancy; in general:todd2002-06-091-16/+16
* First round of __P removal in sysmillert2002-03-141-25/+25
* sync with KAMEkjc2002-03-121-3/+8
* proper data length handling on read; from toby@svector.co.ukmickey2002-01-021-8/+14
* if_media support, from freebsdmickey2001-09-291-3/+117
* Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENfgsch2001-07-081-2/+1
* remove struct and contsts duplicated in between the files.mickey2001-06-251-102/+160
* use ether_input_mbufmickey2001-06-231-7/+5
* inconsistantly redundant returnsmickey2001-06-101-21/+1