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
2015-11-24
You need <netinet/ip.h> if you use "struct ip" for hw checksum.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-11-02
later variants of these chips can support bigger rx and tx rings. this
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-04
add support for RTL8168H
Jonathan Gray
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-13
Initialize RX/TX on re(4) slightly later; it appears that newer chips
Stuart Henderson
2015-03-20
add support for jumbos on re(4).
David Gwynne
2015-03-20
some re(4) chips can do jumbos, but none of them can checksum jumbo
David Gwynne
2015-02-09
tweak the new if_input function so it takes an mbuf_list instead
David Gwynne
2015-02-08
Convert to if_input().
Martin Pieuchot
2015-01-21
Add a comment above the autopad checking.
Brad Smith
2015-01-21
Use the RL_FLAG_AUTOPAD flag when trying to determine when
Brad Smith
2015-01-20
Fix size of the bcopy when extracting the MAC address.
Brad Smith
2015-01-20
Remove use of the link change interrupt handling, not all controllers
Brad Smith
2015-01-20
Some fixes for handling link state changes.
Brad Smith
2015-01-15
Remove a variable no longer used in re_tick().
Brad Smith
2015-01-08
Use the correct config registers for the RTL8139 family. Unlike the RTL8169
Brad Smith
2015-01-04
Fix error handling for re_encap() within re_start() and some tidying up.
Brad Smith
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Make use of m_defrag() in re_encap().
Brad Smith
2014-11-24
rxr ioctl handling.
Brad Smith
2014-11-24
use the correct capitalization for Realtek.
Brad Smith
2014-11-23
Move link state handling into re_miibus_statchg().
Brad Smith
2014-11-19
Add support for stopping the operation of the chipset within re_stop()
Brad Smith
2014-10-24
Always put controller into known state before device intialization.
Brad Smith
2014-10-08
Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.
Brad Smith
2014-09-21
add a missing break statement in the RL_HWREV_8168E_VL case
Jonathan Gray
2014-09-06
Various changes to the re(4) feature flags..
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
2014-04-23
rename some hardware revisions to match FreeBSD
Jonathan Gray
2014-04-23
add support for RTL8168EP
Jonathan Gray
2014-04-23
While we always mask the revision with 0x7c800000 linux uses a table
Jonathan Gray
2014-04-23
Add support for RTL8168GU
Jonathan Gray
2014-03-13
Missed removing some bits with rev 1.147.
Brad Smith
2014-03-08
Add the RX earlyoff support for older chips (8168{E-VL,EP, F}) and RXDV GATED
Brad Smith
2013-12-31
tedu the diagnostic code to detect the presence of the defective Xterasys XN-152
Brad Smith
2013-10-25
Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision r...
Brad Smith
2013-10-11
Add initial RTL8106E and RTL8168G/8111G support.
Jonathan Gray
2013-10-05
Disable interrupts in the interrupt handler. This is what FreeBSD does, and
Mark Kettenis
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-03-17
- Remove the reserved number of TX descriptors. No limitation is mentioned in
Brad Smith
2013-03-11
Separate out the common capabilities flags from the switch statement
Brad Smith
2013-03-09
Calculating the IP header checksum on Realtek 8168 is broken if the
Alexander Bluhm
2012-05-09
8401E/8402/8105E/8105E_SPIN1 don't support jumbo frames
Jonathan Gray
2012-05-09
The 8168D chipset needs to have the PHY wake PM flag set to ensure
Jonathan Gray
2012-04-08
additional adapter types from FreeBSD
Jonathan Gray
2011-06-15
Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicast
Jonathan Gray
[next]