summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_vge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-5/+5
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* consistently uppercase pci product definesjsg2020-01-051-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* 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
* rework vge_start to avoid IFQ_POLLdlg2015-11-161-54/+34
* Do not include <net/if_vlan_var.h> when it's not necessary.mpi2015-11-141-6/+1
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-2/+2
* 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-7/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* 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
* Rewrite receive filter handling and ioctl bits.brad2013-03-151-83/+46
* Add some missing bits for flow control support and enable it.brad2013-03-141-5/+22
* 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
* kill a few more casts that aren't helpful. ok krw miodtedu2011-06-221-8/+7
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-3/+3
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* Don't print "EEPROM reload timed out" message. Devices that don't have ankettenis2010-02-241-6/+1
* Make vge(4) detachable.kettenis2009-11-231-5/+58
* Make sure the MAC address is correct on big-endian platforms if it isn't readkettenis2009-09-041-8/+3
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-19/+10
* Introduce bpf_mtap_ether(), which for the benefit of bpf listenersnaddy2008-11-091-3/+3
* Re-add support TX VLAN tag insertion and RX VLAN tag stripping.brad2008-10-221-1/+35
* Change m_devget()'s outdated and unused "offset" argument: It isnaddy2008-10-141-5/+3
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-8/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* More timeout(9) usage cleaned up.mk2008-05-221-3/+3
* Since Ethernet links can only be full duplex or half duplex the linkbrad2008-05-131-4/+2
* - Remove disabled and unusable HW VLAN tagging code.brad2007-12-111-34/+4
* Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.kettenis2007-10-101-6/+8
* Missing braces in vge_tick(). Fixes link state announcements.canacar2007-05-011-2/+3
* report full/half duplex state for non-MII interfacesreyk2006-12-041-2/+7
* OpenBSD-ify the HW VLAN tag insertion code.brad2006-11-231-5/+12
* don't always leave the mbuf on the if_snd queue if vge_encap() fails.damien2006-11-141-16/+17
* s/Mhz/MHz/ in comments and printf() stringstom2006-10-191-2/+2
* don't use IF_PREPEND() on altq's.damien2006-10-031-3/+3
* do not bother playing tag with the PCI_COMMAND_STATUS_REGkettenis2006-07-281-16/+4
* add sys/timeout.hbrad2006-06-171-1/+2
* rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTUbrad2006-06-131-1/+3