summaryrefslogtreecommitdiff
path: root/sys/arch/mips/alchemy/dev/if_aumac.c
AgeCommit message (Expand)Author
2022-09-29Remove unnecessary include of <sys/malloc.h>.skrll
2022-09-29Trailing whitespaceskrll
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2020-09-29s/occurence/occurrence/msaitoh
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23No 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 backwardmsaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-06-07Fix can't assign IPv6 address. Valiable error resets to 0, if error == ENETR...kiyohara
2012-05-19Enable interrupt in aumac_init(). And disable in aumac_stop()/aumac_attach().kiyohara
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-03Use device_t instead of 'struct device *'.kiyohara
2011-11-19First step of random number subsystem rework described intls
2011-07-10Fix machine/ includesmatt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2010-11-12Pull in uvm/uvm.h for VM_PAGE_TO_PHYS().uebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-22Unify the name of the device property to hold a MAC address - there wasmartin
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2008-01-20kill unused variabledogcow
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-26Constify.dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-06Fix some caddr_t rototill fallout.simonb
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-20Get rid of annoying and useless missed frame message, no other drivergdamore
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-03-03Oops, missed the call to rnd_attach_source() in previous.simonb
2006-03-03Contribute to the random pool. No measurable difference to networksimonb
2006-02-18- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.thorpej
2005-12-08use VM_PAGE_TO_PHYS macro.yamt
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2003-07-04Nuke the "alchemy_info" stuff, and just use the dev_propdb to setthorpej
2003-03-27Use "rxintr" for the name of the receive interrupts evcnt insteadsimonb
2003-01-17Zero out the TX buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN.simonb
2003-01-16Tidy up event counter increments a little.simonb
2003-01-16Removed unused register map; this info is now passed in with the attachsimonb
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej