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
/
rtl81x9.c
Age
Commit message (
Expand
)
Author
2005-08-03
This commit was derived from a commit to FreeBSD..
Brad Smith
2005-07-20
add a comment explaining why we set the MAC address as we do.
Brad Smith
2005-07-20
fix setting the MAC address in rl_init() so that "ifconfig lladdr" works
Brad Smith
2005-07-02
oops
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in rl_stop() before de-allocating resources.
Brad Smith
2005-06-09
don't need vlan.h here
Brad Smith
2005-03-04
Bring in a number of reliability fixes from FreeBSD' rl(4) driver.
Brad Smith
2005-02-22
Fix a bug causing arches not able to load unaligned to crash in ip input.
Per Fogelstrom
2005-02-20
Don't calculate 'total_len' twice.
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-11-21
revert part of rev 1.29 which caused a severe performance drop.
Brad Smith
2004-10-13
Let the generic rtl code work if the bus-dependent code has decided to attach;
Miod Vallat
2004-09-30
get the MAC address correct on big endian
Jason Wright
2004-09-30
don't need uvm_extern.h for vtophys (no vtophys!)
Jason Wright
2004-09-30
bus_dma-ify... thanks to robert, jgs, and grange for testing
Jason Wright
2004-09-30
rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible,
Jason Wright
2004-09-28
fixes for 2 cases of unaligned memory access on alpha which
Brad Smith
2004-09-28
remove if NVLAN around IFCAP_VLAN_MTU
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-06-06
Multicast cleanups
Ryan Thomas McBride
2004-05-19
remove duplication, use ETHER_ALIGN from if_ether.h
Brad Smith
2004-05-07
proper casts for vtophys. looked at by grange@
Ted Unangst
2004-04-07
attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>
Michael Shalayeff
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-10-01
it turned that only adding the cardbus part was not enough to have
Federico G. Schwindt
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-10-15
re-init the hw on resume, from grendel@zeitbombe.org
Michael Shalayeff
2002-07-02
inital -> initial
Nathan Binkert
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-06-08
Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.
Aaron Campbell
2002-06-07
Don't try to send a packet we don't have if rl_encap fails.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2002-01-08
SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>
Federico G. Schwindt
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-24
cleanup, such as spaces and dangling return;s
Michael Shalayeff
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-12
remove some of the redundant vm includes
Michael Shalayeff
2001-08-03
Set IFCAP_VLAN_MTU, the Realtek chip does not discard/truncate large frames.
Chris Cappuccio
2001-07-08
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
Federico G. Schwindt
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-23
ether_input_mbuf().
Federico G. Schwindt
2001-05-22
support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer....
Michael Shalayeff
2001-04-13
Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@
Aaron Campbell
2001-04-10
Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;
Aaron Campbell