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
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