summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/mtd8xx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* arp_ifinit() is no longer needed.mpi2015-10-251-7/+1
* Increment if_ipackets in if_input().mpi2015-06-241-10/+8
* Now that if_input() set the receiving interface pointer on mbufs for usmpi2015-04-131-2/+2
* Convert to if_input().mpi2015-04-081-7/+6
* unifdef INETtedu2014-12-221-5/+1
* Have foo_init() call foo_reset() to reset the chip to a known statebrad2014-12-081-3/+6
* reduce the amount of pci includesjsg2014-09-061-2/+1
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-7/+6
* get rid of the copy argument in m_devget that let you provide andlg2013-08-211-3/+2
* Remove setting an initial assumed baudrate upon driver attach which is notbrad2012-11-291-2/+1
* remove some unnecessary casts. ok blambert deraadt kettenis matthewtedu2011-06-211-5/+3
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-3/+2
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-23/+8
* Change m_devget()'s outdated and unused "offset" argument: It isnaddy2008-10-141-4/+3
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-8/+3
* typos; ok jmc@martynas2007-11-261-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* Remove superfluous statement-ending semi-colons. i.e., "return foo;;" shouldaaron2005-11-191-2/+2
* splimp -> splnetbrad2005-11-071-3/+3
* set IFCAP_VLAN_MTU and do not whine if we cannot get mbufsbrad2005-07-021-8/+4
* make sure interface is in RUNNING state before touching the multicast filtersbrad2005-01-151-2/+3
* Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENbrad2004-09-281-2/+2
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-3/+1
* Make multicast ranges work.mcbride2004-06-051-1/+6
* use ETHER_ALIGNbrad2004-05-261-4/+4
* Defined behavior.espie2003-11-171-5/+5
* typos from Tom Cosgrove;jmc2003-10-211-2/+2
* update fom form@ including support for 891 chips and moremickey2003-09-251-0/+1103