| 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 | -3/+3 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -2/+1 |
* | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 1 | -2/+1 |
* | Rewrite the tx handler to just use ifq_dequeue and drop packets that |  claudio | 2015-12-03 | 1 | -13/+15 |
* | Simplify fxp tx dma handling by using m_defrag instead of rolling our own |  claudio | 2015-12-02 | 1 | -29/+13 |
* | replace IFF_OACTIVE manipulation with mpsafe operations. |  dlg | 2015-11-25 | 1 | -6/+7 |
* | You need <netinet/ip.h> if you use "struct ip" for hw checksum. |  mpi | 2015-11-24 | 1 | -2/+1 |
* | 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/+8 |
* | arp_ifinit() is no longer needed. |  mpi | 2015-10-25 | 1 | -4/+1 |
* | firmware sizes are known; use them for free() |  deraadt | 2015-08-29 | 1 | -2/+2 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -2/+1 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Convert to if_input(). |  mpi | 2015-02-12 | 1 | -10/+7 |
* | unifdef INET |  tedu | 2014-12-22 | 1 | -5/+1 |
* | Fewer <netinet/in_systm.h> |  mpi | 2014-07-22 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | 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 | -12/+7 |
* | replace workqs with tasks for handling resume |  dlg | 2013-11-14 | 1 | -4/+5 |
* | Most network drivers include netinet/in_var.h, but apparently they |  bluhm | 2013-08-07 | 1 | -2/+1 |
* | Avoid potential uninitialized variable access in fxp driver. |  blambert | 2012-10-10 | 1 | -4/+4 |
* | After suspend/resume, reload the firmware. Skip firmware on |  deraadt | 2012-04-03 | 1 | -21/+49 |
* | fxp_init could bail out on errors without calling slpx. |  mpf | 2011-12-19 | 1 | -4/+7 |
* | Do not use NULL in integer comparisons. No functional change. |  miod | 2011-04-07 | 1 | -2/+2 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -19/+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 | -1/+4 |
* | activate function should return result of config_activate_children |  deraadt | 2010-08-31 | 1 | -4/+5 |
* | Since the pci-specific activate function does nothing, move it to fxp.c. |  deraadt | 2010-08-27 | 1 | -22/+35 |
* | ca_activate for suspend/resume; tested by andrew@afresh1.com |  deraadt | 2010-08-06 | 1 | -3/+1 |
* | BUS_DMA_ZERO instead of alloc, map, bzero. |  oga | 2010-05-19 | 1 | -3/+3 |
* | Add detach support to a few more drivers, and in others do the neccessary |  deraadt | 2009-10-15 | 1 | -18/+20 |
* | Don't setup multicast when in promiscuous mode. From Brad. |  sthen | 2009-08-25 | 1 | -10/+14 |
* | Rewrite part of the promiscuous/multicast handling; tested by myself, |  sthen | 2009-08-13 | 1 | -18/+10 |
* | More cases of shutdown hooks not needed after card is already stopped. In |  deraadt | 2009-08-10 | 1 | -25/+6 |
* | Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and |  naddy | 2009-06-06 | 1 | -11/+10 |
* | Make fxp at pci detachable; untested. |  jsg | 2009-06-02 | 1 | -1/+27 |
* | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -24/+7 |
* | First step towards cleaning up the Ethernet driver ioctl handling. |  brad | 2008-10-02 | 1 | -7/+3 |
* | Convert timeout_add() calls using multiples of hz to timeout_add_sec() |  blambert | 2008-09-10 | 1 | -3/+3 |
* | Some fxp(4) chips do not like having their status/command registers accessed |  brad | 2008-02-21 | 1 | -21/+56 |
* | - Only clear the IFF_OACTIVE flag if packets were processed. |  brad | 2008-02-20 | 1 | -4/+6 |
* | remove unneeded declarations that shadows existing vars; ok by many. |  fgsch | 2007-10-13 | 1 | -2/+1 |
* | new format firmware load message |  deraadt | 2007-08-31 | 1 | -3/+3 |
* | do not include ipx headers (were not needed in the first place) |  henning | 2007-06-06 | 1 | -6/+1 |
* | put more foo_detach() routines where they are used |  deraadt | 2007-05-08 | 1 | -27/+1 |
* | Add missing "goto fail;" in an error path of fxp_attach(). |  claudio | 2007-03-16 | 1 | -1/+2 |
* | Don't re-initialize the card every time the IP address is changed. |  krw | 2006-12-26 | 1 | -10/+4 |
* | insufficient testing, martin, please do not be a moron |  deraadt | 2006-12-13 | 1 | -4/+10 |