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
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
2005-03-15
use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henning
Peter Valchev
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-12-27
remove useless debugging leftover
Peter Valchev
2004-12-26
Bounce the mbuf to the BPF listener before committing it to the wire
Peter Valchev
2004-12-26
htole32 and friends to get this working on big endian (macppc)
Peter Valchev
2004-12-12
a hack to read MAC address correctly on big endian; ok drahn
Peter Valchev
2004-12-01
VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadt
Peter Valchev