Age | Commit message (Expand) | Author |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-21 | tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE() | Martin Pieuchot |
2015-03-24 | Convert to if_input(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | another handful of bcopy -> memcpy because there is no overlap | Theo de Raadt |
2014-12-08 | Have foo_init() call foo_reset() to reset the chip to a known state | Brad Smith |
2014-11-24 | rxr ioctl handling. | Brad Smith |
2014-11-24 | - Check IFF_RUNNING in xl_intr(). | Brad Smith |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
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-05-30 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2013-12-28 | The few network drivers that called their children's (ie. mii PHY | Theo de Raadt |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-03-14 | Cosmetic tweaking. No functional change. | Brad Smith |
2013-03-07 | XL_DMACTL is a 32bit register, use the 32bit write macro. | Brad Smith |
2012-10-19 | Simplify xl_iff_90x() a bit and only check ac->ac_multicnt since ac_multicnt | Brad Smith |
2012-10-13 | Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, at | Theo de Raadt |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-07-14 | We must not call xl_wol_power() from xl_stop(). If we do the device | Stefan Sperling |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2011-04-17 | Add wol support to xl(4). Not really tested, but hopefully someone will | Stefan Sperling |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2010-09-22 | Call bus_dmamap_sync() of a dma descriptor before checking the ownership | Claudio Jeker |
2010-09-21 | mclgeti() support for xl(4). All done by Loganaden Velvindron. | Claudio Jeker |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | initialize rv to 0 in the activate function | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-27 | Move the xl_pci_activate function into xl_activate so that it is in the | Theo de Raadt |
2010-08-12 | Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon | Mark Kettenis |
2010-08-06 | ca_activate function for suspend/resume | Theo de Raadt |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-12-22 | rewrite promiscuous mode and multicast handling; from Brad | Christian Weisgerber |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-06-02 | The xl_detach() function is now used by pci code, so it must be in the | Theo de Raadt |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-19 | Make sure to check that the TX queue is empty before clearing the | Brad Smith |
2008-11-19 | Do not reset TX threshold value whenever xl_init() is called. Instead | Brad Smith |