summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9.c
AgeCommit message (Expand)Author
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-03-30Convert, convert, convert 'em all to if_input(), tralalalala...Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-01-08Use the correct config registers for the RTL8139 family. Unlike the RTL8169Brad Smith
2014-12-22unifdef INETTed Unangst
2014-12-08Have foo_init() call foo_reset() to reset the chip to a known stateBrad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-09-06reduce the amount of pci includesJonathan Gray
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-03-07Fix and simplify determining whether we're using a 8129 or 8139 chipset. OnlyBrad Smith
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-27Move the activate function from pci to the the main driver, so that theTheo de Raadt
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2009-12-21Some cleaning for the rl(4) driver:Christian Weisgerber
2009-11-23in detach, get rid of powerhook before doing sleeping operationsTheo de Raadt
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-07-21Call timeout_set() from rl_attach, not rl_init(). From Brad.Stuart Henderson
2009-07-18Rewrite the ioctl handling code and the receive filterStuart Henderson
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-02-04Do not use m_pullup() because it aligns the data to a word boundaryClaudio Jeker
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-04-20Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set.Brad Smith
2008-01-22Add splnet around mii_tick() in rl_tick().Brad Smith
2007-05-08rl_detach() is only used for cardbus caseTheo de Raadt
2007-02-02up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@Jason Wright
2006-10-15Yet another example of a non-OK'd diff by brad breaking someone's machine.Theo de Raadt
2006-09-29cosmetic tweaking of the interrupt handler code.Brad Smith
2006-09-29Discard packets in the receieve handler which are either too shortBrad Smith
2006-09-29free the mbuf chain in rl_encap() if MGETHDR, MCLGET orBrad Smith
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-07splimp -> splnetBrad Smith