summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_vte.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forclaudio2018-11-091-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Fix possible double free in the TX dma ring handling. If the allocation ofclaudio2017-07-191-1/+2
* 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
* No need for "vlan.h" if you don't check for "#if NVLAN > 0".mpi2015-11-241-2/+1
* Do not include <net/if_vlan_var.h> when it's not necessary.mpi2015-11-141-4/+1
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Convert moar drivers to if_input().mpi2015-04-301-9/+5
* unifdef INETtedu2014-12-221-5/+1
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Remove unneeded include.mpi2013-11-211-2/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Remove setting an initial assumed baudrate upon driver attach which is notbrad2012-11-291-2/+1
* Sync MCR0_BROADCAST register naming from FreeBSD now that itskevlo2011-05-281-3/+2
* Accept broadcast frames so MCR0_BROADCAST bit must be zero;kevlo2011-03-141-4/+2
* Get rid of the use of goto's within vte_iff funtion; from Bradkevlo2011-01-211-6/+4
* Fix multicast handlingkevlo2011-01-151-1/+3
* Add drivers for the RDC R6040 Ethernet chipsetkevlo2011-01-151-0/+1518