Age | Commit message (Expand) | Author |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
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-12-03 | Rewrite the tx handler to just use ifq_dequeue and drop packets that | Claudio Jeker |
2015-12-02 | Simplify fxp tx dma handling by using m_defrag instead of rolling our own | Claudio Jeker |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You need <netinet/ip.h> if you use "struct ip" for hw checksum. | Martin Pieuchot |
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-08-29 | firmware sizes are known; use them for free() | Theo de Raadt |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-12 | Convert to if_input(). | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
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 |
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-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2012-10-10 | Avoid potential uninitialized variable access in fxp driver. | Bret Lambert |
2012-04-03 | After suspend/resume, reload the firmware. Skip firmware on | Theo de Raadt |
2011-12-19 | fxp_init could bail out on errors without calling slpx. | Marco Pfatschbacher |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
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 | Since the pci-specific activate function does nothing, move it to fxp.c. | Theo de Raadt |
2010-08-06 | ca_activate for suspend/resume; tested by andrew@afresh1.com | Theo de Raadt |
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-25 | Don't setup multicast when in promiscuous mode. From Brad. | Stuart Henderson |
2009-08-13 | Rewrite part of the promiscuous/multicast handling; tested by myself, | Stuart Henderson |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-06-06 | Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and | Christian Weisgerber |
2009-06-02 | Make fxp at pci detachable; untested. | Jonathan Gray |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-02-21 | Some fxp(4) chips do not like having their status/command registers accessed | Brad Smith |
2008-02-20 | - Only clear the IFF_OACTIVE flag if packets were processed. | Brad Smith |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-08-31 | new format firmware load message | Theo de Raadt |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer |
2007-05-08 | put more foo_detach() routines where they are used | Theo de Raadt |
2007-03-16 | Add missing "goto fail;" in an error path of fxp_attach(). | Claudio Jeker |
2006-12-26 | Don't re-initialize the card every time the IP address is changed. | Kenneth R Westerback |
2006-12-13 | insufficient testing, martin, please do not be a moron | Theo de Raadt |