Age | Commit message (Expand) | Author |
2024-11-05 | The first field of struct cfdriver is a pointer. Put NULL rather than 0 here. | Miod Vallat |
2024-08-31 | net drivers may have mii children, but mii layer has no _activate | Theo de Raadt |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2023-11-10 | Make ifq and ifiq interface MP safe. | Alexander Bluhm |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-05-04 | Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102 | Mark Kettenis |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-11-28 | rework dc_start and dc_encap to take advantage of m_defrag. | David Gwynne |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-12 | ifmedia64 fixes. | Miod Vallat |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-08-30 | Track rom size, for free() | Theo de Raadt |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-13 | convert to if_input() | Jasper Lievisse Adriaanse |
2015-01-23 | break after return is useless. | David Gwynne |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-18 | dc_init() calls dc_stop() and dc_reset() so remove some redundant calls | Brad Smith |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-18 | reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay? | Henning Brauer |
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-12-02 | Rewrite receive filter handling and ioctl bits. Fixes not being able to | Brad Smith |
2013-11-20 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2011-03-05 | Wait until the DMA engine is stopped before unmapping buffers and descriptors. | Mark Kettenis |
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-30 | activate functions, when they do not add value, should return the result of c... | Theo de Raadt |
2010-08-27 | Move the dc_pci_activate function to dc.c, and mangle it up with some of | Theo de Raadt |
2010-08-05 | ca_activate function for suspend/resume; tested by mlarkin on a | Theo de Raadt |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-06-26 | If we are going to move to the eeprom-based MAC address finding instead of | Theo de Raadt |
2009-06-26 | Using information gleamed from the FreeBSD driver, change the MAC address | Theo de Raadt |