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
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
2006-10-03
don't use IF_PREPEND() on altq's.
Damien Bergamini
2006-07-28
do not bother playing tag with the PCI_COMMAND_STATUS_REG
Mark Kettenis
2006-06-17
add sys/timeout.h
Brad Smith
2006-06-13
rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTU
Brad Smith
2006-05-28
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-20
de-register.
Brad Smith
2005-11-07
- splimp -> splnet
Brad Smith
2005-10-08
Some fixes for vge(4)'s multicast handling, including..
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-03
enable use of the hardware 64 entry CAM table for perfect multicast
Brad Smith
2005-05-03
enable HW transmit checksum offload
Brad Smith
2005-04-30
- Add missing break for SIOCSIFADDR
Brad Smith
2005-04-30
- Correct the if_link_state_change() logic.
Brad Smith
2005-04-25
csum -> csum_flags
Brad Smith
2005-04-08
fix parenthesis
Brad Smith
2005-04-08
- enable reception of VLAN sized frames
Brad Smith
2005-04-02
make use of if_link_state_change().
Brad Smith
[next]