summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ti.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-121-3/+3
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-3/+3
* Argument order fix for MCLGETI.kevlo2019-09-251-3/+3
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-6/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* don't check stack-allocated arrays against NULLmmcc2016-03-101-7/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* Do not include <net/if_vlan_var.h> when it's not necessary.mpi2015-11-141-5/+1
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* 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