Age | Commit message (Expand) | Author |
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-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-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
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-30 | Convert, convert, convert 'em all to if_input(), tralalalala... | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-08 | Use the correct config registers for the RTL8139 family. Unlike the RTL8169 | Brad Smith |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-08 | Have foo_init() call foo_reset() to reset the chip to a known state | Brad Smith |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-09-06 | reduce the amount of pci includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
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 | Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only | Brad Smith |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-27 | Move the activate function from pci to the the main driver, so that the | Theo de Raadt |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-12-21 | Some cleaning for the rl(4) driver: | Christian Weisgerber |
2009-11-23 | in detach, get rid of powerhook before doing sleeping operations | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-07-21 | Call timeout_set() from rl_attach, not rl_init(). From Brad. | Stuart Henderson |
2009-07-18 | Rewrite the ioctl handling code and the receive filter | Stuart Henderson |
2009-06-02 | make rl at pci detachable; untested. | Jonathan Gray |
2009-02-04 | Do not use m_pullup() because it aligns the data to a word boundary | Claudio Jeker |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
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-04-20 | Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set. | Brad Smith |
2008-01-22 | Add splnet around mii_tick() in rl_tick(). | Brad Smith |
2007-05-08 | rl_detach() is only used for cardbus case | Theo de Raadt |
2007-02-02 | up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@ | Jason Wright |
2006-10-15 | Yet another example of a non-OK'd diff by brad breaking someone's machine. | Theo de Raadt |
2006-09-29 | cosmetic tweaking of the interrupt handler code. | Brad Smith |
2006-09-29 | Discard packets in the receieve handler which are either too short | Brad Smith |
2006-09-29 | free the mbuf chain in rl_encap() if MGETHDR, MCLGET or | Brad Smith |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2005-11-07 | splimp -> splnet | Brad Smith |