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
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-16
Convert RX tag stripping to storing the tag in the mbuf header and
Christian Weisgerber
2008-10-11
Use hardware timer to simulate interrupt moderation. Old devices will no
Brad Smith
2008-10-09
Set hardware timer according to bus clock speed.
Brad Smith
2008-10-06
Detect and store the PCI/PCIe bus speed.
Brad Smith
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-08-29
Take the PHY out of power down while attaching just before probing for
Brad Smith
2008-08-28
Rewrite the multicast/promiscuous handling and in the process merge into
Brad Smith
2008-08-13
Replace the use of a separate softc field to track the link
Brad Smith
2008-08-11
Add support for TX/RX checksum offload for newer re(4) chipsets.
Brad Smith
2008-08-05
Add support for reading the MAC address for newer re(4) chipsets.
Brad Smith
2008-07-15
Adapt some code from the FreeBSD driver required to make
Jonathan Gray
2008-07-13
Add some additional hardware revisions from FreeBSD needed for
Jonathan Gray
2008-04-20
Move the threshold fix from the re(4) code back into the header as
Brad Smith
2008-04-20
- Recognize the 8168C chipset.
Brad Smith
2008-04-20
Remove redundant checks for the 8139C+ chipset, this code can only
Brad Smith
2008-04-20
- Add some more defines.
Brad Smith
2008-03-20
VLAN tag info must be inserted into all descriptors of a multi-descriptor
Brad Smith
2008-03-12
Set the RX FIFO threshold to no RX threshold for re(4) adapters.
Brad Smith
2008-02-17
Simplify the hw revision handling by removing the use of the
Brad Smith
2008-01-16
- Store the hw revision into a new softc field in re_attach() and reference
Brad Smith
2007-07-16
The logic determining the value of rl_eewidth for the 9346 and 9356
Todd C. Miller
2007-06-06
add another revision "RTL8168 3"; from NetBSD via Brad
Peter Valchev
2007-06-06
- Recognize the 8110SCe 8169 revision in re(4)
Peter Valchev
2007-05-08
non-static inline functions waste space
Theo de Raadt
2007-05-05
Properly ifdef debug bits to save a bit of space.
Jonathan Gray
2007-03-02
Fix and enable HW VLAN tagging.
Kenneth R Westerback
2007-02-25
dmesg should look like devN at busN locators: device info
Theo de Raadt
2007-02-15
from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others...
Jason Wright
2007-02-08
Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free
Mark Kettenis
2007-02-03
Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in
Kenneth R Westerback
2007-01-27
When flooding dmesg with ``can't read/write phy register'', be nice enough to
Miod Vallat
2007-01-26
remove duplicate test; from brad
Jason Wright
2007-01-23
adjust m_data and m_len directly rather than calling m_adj().
Marcus Glocker
2006-12-30
Add flow control support.
Mark Kettenis
2006-12-21
re_fixup_rx() is a no-op function, other than copying data to the same addres...
Dale Rahn
2006-12-20
remove debug message inserted in last commit
Theo de Raadt
2006-12-12
add a workaround for hardware ip4csum-tx bug on re(4) chips. the
Reyk Floeter
2006-12-01
rename 8100E id to spin 1 and add the 8100E second spin chip id
Todd T. Fries
2006-11-28
identify the chipset.
Brad Smith
2006-11-28
move printing of the interrupt string into re_attach().
Brad Smith
2006-11-24
replace a magic number (reserved TX descs?) with macro
Brad Smith
2006-11-18
- set descriptor DMA addresses before enabling TX and RX
Brad Smith
2006-11-01
Put common data for each RX DMA descriptor into a new rxsoft structure.
Brad Smith
2006-10-31
- Rename a variable to clarify meaning of index.
Brad Smith
2006-10-31
- Make DMA descripter members volatile
Brad Smith
2006-10-22
DMA memory for the TX ring should be aligned at RL_RING_ALIGN,
Brad Smith
2006-10-16
Fix for watchdog timeouts experienced with some Realtek adapters.
Brad Smith
2006-09-29
Only run the hardware diagnostic function re_diag() on adapters with
Brad Smith
[next]