index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mips
/
alchemy
/
dev
/
if_aumac.c
Age
Commit message (
Expand
)
Author
2022-09-29
Remove unnecessary include of <sys/malloc.h>.
skrll
2022-09-29
Trailing whitespace
skrll
2022-09-18
Eliminate use of IFF_OACTIVE.
thorpej
2020-09-29
s/occurence/occurrence/
msaitoh
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
No functional change:
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-04-13
MD rnd.h cleanups. Please let me know if I broke anything!
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-06-07
Fix can't assign IPv6 address. Valiable error resets to 0, if error == ENETR...
kiyohara
2012-05-19
Enable interrupt in aumac_init(). And disable in aumac_stop()/aumac_attach().
kiyohara
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2012-01-03
Use device_t instead of 'struct device *'.
kiyohara
2011-11-19
First step of random number subsystem rework described in
tls
2011-07-10
Fix machine/ includes
matt
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2010-11-12
Pull in uvm/uvm.h for VM_PAGE_TO_PHYS().
uebayasi
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-01-22
Unify the name of the device property to hold a MAC address - there was
martin
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2008-01-20
kill unused variable
dogcow
2008-01-19
Make many ethernet drivers share the common code for MII media
dyoung
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-08-26
Constify.
dyoung
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-06
Fix some caddr_t rototill fallout.
simonb
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-09-20
Get rid of annoying and useless missed frame message, no other driver
gdamore
2006-05-05
Remove the devprop API and switch everthing over to the new proplib. Add
thorpej
2006-03-03
Oops, missed the call to rnd_attach_source() in previous.
simonb
2006-03-03
Contribute to the random pool. No measurable difference to network
simonb
2006-02-18
- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.
thorpej
2005-12-08
use VM_PAGE_TO_PHYS macro.
yamt
2004-10-30
When adding/deleting multicast addresses, only whack the address
thorpej
2003-07-04
Nuke the "alchemy_info" stuff, and just use the dev_propdb to set
thorpej
2003-03-27
Use "rxintr" for the name of the receive interrupts evcnt instead
simonb
2003-01-17
Zero out the TX buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN.
simonb
2003-01-16
Tidy up event counter increments a little.
simonb
2003-01-16
Removed unused register map; this info is now passed in with the attach
simonb
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
[next]