summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_wb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* repair "} if" from an ancient merge error; ok deraadt@ kn@naddy2019-04-011-2/+2
* kill a prototype for a nonexisting function; ok mpi@naddy2017-07-131-2/+1
* 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-5/+6
* 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
* arp_ifinit() is no longer needed.mpi2015-10-251-10/+2
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-4/+4
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Now that if_input() set the receiving interface pointer on mbufs for usmpi2015-04-131-2/+2
* Convert to if_input().mpi2015-04-081-12/+5
* unifdef INETtedu2014-12-221-5/+1
* wb_init() calls wb_stop() and wb_reset() so remove some redundant callsbrad2014-12-031-8/+2
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-6/+4
* Use %z* for size_tsf2013-10-011-2/+2
* 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 setting an initial assumed baudrate upon driver attach which is notbrad2012-11-291-2/+1
* set ifp->if_baudrate with IF_Gbps() / IF_Mbps().gsoares2012-11-231-2/+2
* Convert a number of old private copies of code which predatesderaadt2012-10-181-32/+2
* kill a few more casts that aren't helpful. ok krw miodtedu2011-06-221-7/+5
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-3/+2
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* A few more simple cases of shutdown hooks which only call xxstop, whenderaadt2009-08-101-18/+1
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-18/+11
* Switch wb(4) from the insane ext buffer usage to a very simple m_devget()claudio2008-11-251-60/+14
* 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-9/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* More comment typos from Diego Casati. Including winners like funtion, allmost,krw2007-05-261-3/+3
* "interupt" -> "interrupt" in various comments. Mostly from Diego Casati.krw2007-05-251-2/+2
* replace a few more instances of hand rolled code with thebrad2006-10-251-3/+2
* unknown ioctl is ENOTTY not EINVALjason2006-05-281-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+4
* de-register.brad2006-03-201-6/+6
* assume vtophys(vaddr_t) just what all the other archs expect; no functional changemickey2005-11-231-12/+13
* - splimp -> splnetbrad2005-11-071-45/+37
* do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okmickey2005-09-111-20/+13
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+2
* clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.brad2005-07-021-5/+3
* make sure interface is in RUNNING state before touching the multicast filtersbrad2005-01-151-2/+3
* rev 1.51brad2004-12-111-2/+2
* Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENbrad2004-09-281-3/+3
* don't need to set ifp->if_mtu or ifp->if_output in each driver,brad2004-09-231-3/+1
* Multicast cleanupsmcbride2004-06-061-33/+7
* missing break.mpech2003-08-191-1/+2
* managment -> management;jmc2003-04-261-2/+2