summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ti.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sizes for free(); ok semariederaadt2015-09-091-5/+5
* removes two mem leaks in ti (in error path).semarie2015-08-121-5/+5
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert to if_input().mpi2015-05-191-11/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* A few last 'easy' #include dedups.krw2014-12-061-2/+1
* replace the custom jumbo allocator with MCLGETI.dlg2014-08-201-227/+44
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* Use %z* for size_tsf2013-10-011-3/+3
* get rid of the copy argument in m_devget that let you provide andlg2013-08-211-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* remove some unnecessary casts. ok blambert deraadt kettenis matthewtedu2011-06-211-7/+7
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-17/+1
* Cleanup promiscuous mode and multicast handling. From Brad.kettenis2009-12-131-81/+56
* Split the ti(4) driver into mostly bus-agnostic code and PCI-specifickettenis2009-08-291-0/+2569