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
/
ic
/
re.c
Age
Commit message (
Expand
)
Author
2006-07-06
Write the mac address into the registers CORRECTLY!
Dale Rahn
2006-07-03
- re_attach(): Use bus_dma* directly instead of calling re_allocmem().
Brad Smith
2006-07-02
put writing of RL_IDR0 and RL_IDR4 back to how they should be.
Brad Smith
2006-07-01
(fxp/re)_attach_common -> (fxp/re)_attach
Brad Smith
2006-06-30
- add a disable argument for re_stop.
Brad Smith
2006-06-29
Finally fix the EEPROM reading code so that we can access the EEPROMs on all
Brad Smith
2006-06-27
- Make re_diag() off by default.
Brad Smith
2006-06-27
- add fixup code in the RX path for strict alignment architectures.
Brad Smith
2006-06-24
de-register, ANSI functions and a little cleaning.
Brad Smith
2006-06-24
some comment fixes.
Brad Smith
2006-06-17
add sys/timeout.h
Brad Smith
2006-06-05
Write the words of the mac address in reverse order to fix a MAC problem on
Dale Rahn
2006-05-29
Only claim an interrupt if a real interrupt event occured, prevents false
Dale Rahn
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-26
rename jumbo mtu to if_hardmtu; ok brad reyk
Theo de Raadt
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-05-16
only allow setting Jumbo MTU frame sizes with the 8169 chipset.
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
do not set the chip type in re_attach_common() as this is already
Brad Smith
2006-01-30
only flush the TX descriptors in re_start() if there are packets
Brad Smith
2006-01-28
Make sure that HW VLAN stripping is not enabled and remove unused code
Brad Smith
2005-11-07
splimp -> splnet
Brad Smith
2005-08-01
remove device polling leftovers from wpaul driver
Peter Valchev
2005-05-24
disable TX HW checksumming, some revs of the chip can cause packet corruption.
Brad Smith
2005-04-30
don't set MTU if its the same as what's currently being used.
Brad Smith
2005-04-30
check for ETHERMIN in SIOCSIFMTU ioctl; from brad
Peter Valchev
2005-04-30
From NetBSD, pt to by brad (might fix csum problems, else they may
Peter Valchev
2005-04-25
csum -> csum_flags
Brad Smith
2005-04-15
re(4) cannot handle a standard sized Jumbo frame.
Brad Smith
2005-04-14
enable HW transmit checksum offload
Brad Smith
2005-04-08
- enable reception of VLAN sized frames
Brad Smith
2005-03-15
use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work on
Henning Brauer
2005-02-25
Correct usage of bus_dma which makes re(4) work on alpha.
Jonathan Gray
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2005-01-14
clean PCI leftovers
Peter Valchev
2005-01-14
split re(4) into bus-independent code (ic/re.c) and PCI front-end
Peter Valchev