index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_vge.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2020-01-05
consistently uppercase pci product defines
Jonathan Gray
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-16
rework vge_start to avoid IFQ_POLL
David Gwynne
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-13
Now that if_input() set the receiving interface pointer on mbufs for us
Martin Pieuchot
2015-04-08
Convert to if_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-03-15
Rewrite receive filter handling and ioctl bits.
Brad Smith
2013-03-14
Add some missing bits for flow control support and enable it.
Brad Smith
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-11-23
set ifp->if_baudrate with IF_Gbps() / IF_Mbps().
Gleydson Soares
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-02-24
Don't print "EEPROM reload timed out" message. Devices that don't have an
Mark Kettenis
2009-11-23
Make vge(4) detachable.
Mark Kettenis
2009-09-04
Make sure the MAC address is correct on big-endian platforms if it isn't read
Mark Kettenis
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-10-22
Re-add support TX VLAN tag insertion and RX VLAN tag stripping.
Brad Smith
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-05-22
More timeout(9) usage cleaned up.
Michael Knudsen
2008-05-13
Since Ethernet links can only be full duplex or half duplex the link
Brad Smith
2007-12-11
- Remove disabled and unusable HW VLAN tagging code.
Brad Smith
2007-10-10
Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.
Mark Kettenis
2007-05-01
Missing braces in vge_tick(). Fixes link state announcements.
Can Erkin Acar
2006-12-04
report full/half duplex state for non-MII interfaces
Reyk Floeter
2006-11-23
OpenBSD-ify the HW VLAN tag insertion code.
Brad Smith
2006-11-14
don't always leave the mbuf on the if_snd queue if vge_encap() fails.
Damien Bergamini
2006-10-19
s/Mhz/MHz/ in comments and printf() strings
Tom Cosgrove
[next]