summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/dev/if_iec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-2/+2
* Fix memory leak in iec_get(). If MCLGET fails free the mbuf as well.claudio2017-07-191-1/+2
* Always leave one free slot in the Tx ring to avoid ambiguity with ringvisa2017-02-111-3/+3
* Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue.visa2017-02-111-9/+3
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* 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-4/+6
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Fix an uninitialized variable found by Maxime Villard's Brainy.visa2015-09-181-5/+5
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Convert to if_input(), tested by jasper@.mpi2015-03-111-13/+5
* unifdef INETtedu2014-12-221-3/+1
* <netinet/in_systm.h> is no longer needed.mpi2014-07-221-7/+2
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-191-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-171-2/+1
* When setting up the multicast filter, use the ac_multicnt field of the arpcommiod2012-05-221-3/+3
* Do not leak mbuf in the TX path when a TX error occurs; found the hard waymiod2010-03-151-16/+14
* Figure out the size of the SSRAM used as internal memory by the chip onmiod2009-11-081-29/+74
* Align each RX descriptor to a 4KB boundary; fixes poor RX performance (chipmiod2009-11-031-4/+4
* A few cleanups and also reflect duplex state in mcr in addition to tcsr.miod2009-11-031-11/+19
* Got the RX threshold interrupt working, does not help RX performance though;miod2009-11-021-6/+10
* A few fixes and improvements:miod2009-11-021-27/+29
* Looks like I forgot to add files again. These are the most important filesmiod2009-11-011-0/+1372