Age | Commit message (Expand) | Author |
2024-08-31 | net drivers may have mii children, but mii layer has no _activate | Theo de Raadt |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2023-12-05 | timeout_del() the timer while stopping an interface so that no timeout | Kevin Lo |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-01-09 | spelling | Jonathan Gray |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
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 |
2020-06-22 | use ifiq_input and use it's return value to apply backpressure to rxrs. | David Gwynne |
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 |
2016-03-15 | Ethernet drivers no longer need to include if_vlan_var.h for the VLAN | Christian Weisgerber |
2016-01-26 | prettify a NULL test in vr_start. | David Gwynne |
2016-01-26 | dont leak mbufs on encap failure. | David Gwynne |
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 | No need to include <net/if_types.h> for <net/if_vlan_var.h> | Martin Pieuchot |
2015-11-09 | rework the code to avoid IF_PREPEND. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-20 | Fix 802.1p VLAN priority code points for VLAN_HWTAGGING. | Christopher Zimmermann |
2015-09-12 | More ifmedia64 fallout; that should be the last. | Miod Vallat |
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 |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-27 | rxr ioctl handling. | 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-19 | sigh, another driver fiddling with altq outside #ifdef ALTQ | 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-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 |
2013-03-07 | remove spurious semicolon at end of if statement in vr_watchdog. | Stuart Henderson |
2013-02-09 | Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to | Stuart Henderson |
2013-01-28 | Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD, | Darren Tucker |
2013-01-17 | Don't try to access m_head after it may be freed (unlikely for VT6105M, | Chris Cappuccio |
2013-01-16 | fix typo in comment | Darren Tucker |
2013-01-16 | Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/ok | Darren Tucker |
2013-01-16 | Keep a count of packets added to the chip's TX queue and only poke the chip | Darren Tucker |
2012-12-01 | Don't bother to zero initialize the if_capabilities field first and | Brad Smith |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2012-11-23 | set ifp->if_baudrate with IF_Gbps() / IF_Mbps(). | Gleydson Soares |
2012-11-15 | Do not try to transmit packets if the interface is not running. | Joel Sing |
2012-10-20 | Implement transmit DMA segments. The descriptor usage is from FreeBSD, | Chris Cappuccio |
2012-10-18 | Convert a number of old private copies of code which predates | Theo de Raadt |
2012-09-18 | Wait until all xfers have finished before giving up DMA buffer mappings. | Gerhard Roth |
2012-01-30 | Remove redundant call to vr_reset. From Bryan Steele, ok mikeb@ | Stuart Henderson |
2012-01-05 | suspend/resume support for vr(4); from brynet@gmail.com | Theo de Raadt |