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