summaryrefslogtreecommitdiff
path: root/sys/dev/ic/an.c
AgeCommit message (Expand)Author
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-21Don't use uninitialized data as a return value.Kenneth R Westerback
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2007-09-30s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.Mark Kettenis
2007-01-03M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.Claudio Jeker
2006-06-25put the 1.32 change back; tested by manyMichael Shalayeff
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-04-05Add support for big endian archs. tested by jaredy@ and ok jsg@Kurt Miller
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04remove the colon between "address" and the MAC address.Brad Smith
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.Jonathan Gray
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
2005-11-09splimp -> splnetBrad Smith
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
2005-04-24- fix and update commentsBrad Smith
2005-02-04fix setting 128bit WEP keys on BIG_ENDIAN arches.Kurt Miller
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-08-05use ETHER_MAX_LEN.Brad Smith
2004-08-05Remove forgotten debug code which does not compile on alpha.Miod Vallat
2004-08-05allocate a cluster on rx after all possible failures had been checked for; re...Michael Shalayeff
2004-07-24provide proper ip header alignment (and repair big endian archs again from af...Michael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-05from freebsd: read one word less (for type) and take care of odd sized recordsMichael Shalayeff
2003-09-26reading the record skip the remainder of data we do not need. we are still sc...Michael Shalayeff
2003-09-25make sure to not overflow when initializing {node,net}name (truncation does n...Michael Shalayeff
2003-09-23revert safety checks; requested by mickey@Anil Madhavapeddy
2003-09-19Put in a couple of sanity checks to ensure that the AN_DEFAULT_*Anil Madhavapeddy
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-25AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIGMichael Shalayeff
2003-06-23no need for an explicit <machine/intr.h> inclusionMichael Shalayeff
2002-07-10use ifp->if_sadl whether possible.Federico G. Schwindt
2002-06-09a step towards consistancy; in general:Todd T. Fries