| Commit message (Expand) | Author | Age | Files | Lines |
* | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 1 | -5/+5 |
* | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 1 | -2/+2 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -2/+1 |
* | Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102 |  kettenis | 2016-05-04 | 1 | -3/+15 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | rework dc_start and dc_encap to take advantage of m_defrag. |  dlg | 2015-11-28 | 1 | -97/+73 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -8/+9 |
* | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | shuffle struct ifqueue so in flight mbufs are protected by a mutex. |  dlg | 2015-11-20 | 1 | -4/+7 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -4/+1 |
* | ifmedia64 fixes. |  miod | 2015-09-12 | 1 | -3/+3 |
* | Make room for media types of the future. Extend the ifmedia word to 64 bits. |  stsp | 2015-09-11 | 1 | -3/+3 |
* | Track rom size, for free() |  deraadt | 2015-08-30 | 1 | -7/+5 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -14/+10 |
* | Now that if_input() set the receiving interface pointer on mbufs for us |  mpi | 2015-04-13 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | convert to if_input() |  jasper | 2015-03-13 | 1 | -7/+5 |
* | break after return is useless. |  dlg | 2015-01-23 | 1 | -2/+1 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -3/+1 |
* | dc_init() calls dc_stop() and dc_reset() so remove some redundant calls |  brad | 2014-11-18 | 1 | -6/+2 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -5/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay? |  henning | 2014-04-18 | 1 | -5/+1 |
* | The few network drivers that called their children's (ie. mii PHY |  deraadt | 2013-12-28 | 1 | -2/+1 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -4/+4 |
* | Rewrite receive filter handling and ioctl bits. Fixes not being able to |  brad | 2013-12-02 | 1 | -146/+110 |
* | Instead of comparing the lower and higher addresses of all the multicast |  mpi | 2013-11-20 | 1 | -14/+7 |
* | get rid of the copy argument in m_devget that let you provide an |  dlg | 2013-08-21 | 1 | -3/+2 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Remove setting an initial assumed baudrate upon driver attach which is not |  brad | 2012-11-29 | 1 | -2/+1 |
* | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok |  henning | 2011-07-07 | 1 | -2/+2 |
* | remove some unnecessary casts. ok blambert deraadt kettenis matthew |  tedu | 2011-06-21 | 1 | -9/+7 |
* | Wait until the DMA engine is stopped before unmapping buffers and descriptors. |  kettenis | 2011-03-05 | 1 | -1/+24 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -14/+1 |
* | initialize rv to 0 in the activate function |  deraadt | 2010-09-06 | 1 | -2/+2 |
* | Add DVACT_QUIECE support. This is called before splhigh() and before |  deraadt | 2010-08-31 | 1 | -2/+5 |
* | activate functions, when they do not add value, should return the result of config_activate_children |  deraadt | 2010-08-30 | 1 | -4/+5 |
* | Move the dc_pci_activate function to dc.c, and mangle it up with some of |  deraadt | 2010-08-27 | 1 | -14/+23 |
* | ca_activate function for suspend/resume; tested by mlarkin on a |  deraadt | 2010-08-05 | 1 | -3/+1 |
* | timeout_add -> timeout_add_msec |  blambert | 2010-07-02 | 1 | -3/+3 |
* | BUS_DMA_ZERO instead of alloc, map, bzero. |  oga | 2010-05-19 | 1 | -3/+2 |
* | Add detach support to a few more drivers, and in others do the neccessary |  deraadt | 2009-10-15 | 1 | -17/+38 |
* | More cases of shutdown hooks not needed after card is already stopped. In |  deraadt | 2009-08-10 | 1 | -17/+1 |
* | If we are going to move to the eeprom-based MAC address finding instead of |  deraadt | 2009-06-26 | 1 | -1/+12 |
* | Using information gleamed from the FreeBSD driver, change the MAC address |  deraadt | 2009-06-26 | 1 | -1/+2 |
* | make dc at pci detachable; untested. |  jsg | 2009-06-02 | 1 | -1/+25 |
* | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) |  blambert | 2009-01-11 | 1 | -2/+2 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -24/+7 |
* | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 2008-10-15 | 1 | -2/+2 |
* | Change m_devget()'s outdated and unused "offset" argument: It is |  naddy | 2008-10-14 | 1 | -4/+3 |