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_vr.c
Age
Commit message (
Expand
)
Author
2009-05-21
always set VR_RXCFG_RX_MULTI when setting the chip into promiscuous
Stuart Henderson
2009-05-12
cleanup and simplify promiscuous/multicast setup (setmulti -> iff).
Stuart Henderson
2009-05-12
Fix the URL for datasheets.
Stuart Henderson
2009-05-11
in the case where mbufs had to be copied _and_ checksums were enabled,
Stuart Henderson
2009-05-11
preliminary parts for hw vlan tag insertion/removal, ideas gleaned from
Stuart Henderson
2009-05-11
On VT6105M, use hardware IP, TCP and UDP checksums in and out. Tested on
Stuart Henderson
2009-05-11
Start using VR_RXSTAT_RX_OK instead of VR_RXSTAT_ERR (It exists
Stuart Henderson
2009-05-10
- fix whitespace problems (introduces no change with diff -w)
Stuart Henderson
2009-05-10
- use nitems() rather than handrolled version.
Stuart Henderson
2009-05-10
- change device matching to use a quirks table.
Stuart Henderson
2009-04-30
The previous change did not always update vr_link on rlphy(4) based
Marco Pfatschbacher
2009-04-28
The TX engine can get stuck if the interface went through a link
Marco Pfatschbacher
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
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-24
Fix a vr(4) panic that occurs under high load.
Marco Pfatschbacher
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-07-24
dont need malloc.h anymore; plus two tiny whitespace fixes
Thordur I. Bjornsson
2008-07-18
o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer.
Thordur I. Bjornsson
2008-05-22
More timeout(9) usage cleaned up.
Michael Knudsen
2008-02-07
Add the SIOCSIFMTU ioctl to allow ioctl changes;
Thordur I. Bjornsson
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-10-02
In vr_attach() only touch the VR_STICKHW register if the adapter
Brad Smith
2007-09-12
Remove the old software bit-banging MII interface, we started using
Brad Smith
2007-09-01
Add VLAN reception support to vr(4). Diff from Brad.
Marcus Glocker
2006-11-03
vr_rxeof(): stick receive error messages under VR_DEBUG.
Brad Smith
2006-11-03
vr_intr(): remove duplicate check for VR_ISR_RX_NOBUF and the "packet lost"
Brad Smith
2006-09-22
put a few printf's in the interrupt handler under VR_DEBUG.
Brad Smith
2006-06-17
add sys/timeout.h
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-04-28
check for IFF_RUNNING being set before calling vr_init().
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
2006-02-07
move the devices list up a bit.
Brad Smith
2006-02-06
vr_start(): return if IFF_OACTIVE is set.
Brad Smith
2006-02-05
make sure to set or clear the RX mode promiscuous bit.
Brad Smith
2006-02-05
call vr_setmulti() if adjusting PROMISC or ALLMULTI and do not do a full
Brad Smith
2006-01-14
- the allmulti target initially enables all multicast mode so don't bother
Brad Smith
2005-12-10
Check dm_nsegs > 0 rather than dm_segs > 0 when deciding if there are
Kenneth R Westerback
2005-12-10
remove an unused mbuf struct from vr_encap(), leftover from Jason's bus_dma c...
Brad Smith
2005-12-10
ANSI functions.
Brad Smith
2005-12-08
- remove unnecessary return at end of void function
Brad Smith
2005-12-07
this should fix the VT6103.
Brad Smith
2005-11-07
- splimp -> splnet
Brad Smith
2005-11-04
- splimp -> splnet
Brad Smith
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2005-07-06
- Rewritten TX to use only two pointers to track producer/consumer.
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
[next]