Age | Commit message (Expand) | Author |
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 |
2005-10-24 | add a comma here. | Brad Smith |
2005-08-03 | This commit was derived from a commit to FreeBSD.. | Brad Smith |
2005-07-20 | add a comment explaining why we set the MAC address as we do. | Brad Smith |
2005-07-20 | fix setting the MAC address in rl_init() so that "ifconfig lladdr" works | Brad Smith |
2005-07-02 | oops | Brad Smith |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in rl_stop() before de-allocating resources. | Brad Smith |
2005-06-09 | don't need vlan.h here | Brad Smith |
2005-03-04 | Bring in a number of reliability fixes from FreeBSD' rl(4) driver. | Brad Smith |
2005-02-22 | Fix a bug causing arches not able to load unaligned to crash in ip input. | Per Fogelstrom |
2005-02-20 | Don't calculate 'total_len' twice. | Brad Smith |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-11-21 | revert part of rev 1.29 which caused a severe performance drop. | Brad Smith |
2004-10-13 | Let the generic rtl code work if the bus-dependent code has decided to attach; | Miod Vallat |
2004-09-30 | get the MAC address correct on big endian | Jason Wright |
2004-09-30 | don't need uvm_extern.h for vtophys (no vtophys!) | Jason Wright |
2004-09-30 | bus_dma-ify... thanks to robert, jgs, and grange for testing | Jason Wright |
2004-09-30 | rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible, | Jason Wright |
2004-09-28 | fixes for 2 cases of unaligned memory access on alpha which | Brad Smith |
2004-09-28 | remove if NVLAN around IFCAP_VLAN_MTU | Brad Smith |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-06-06 | Multicast cleanups | Ryan Thomas McBride |
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith |
2004-05-07 | proper casts for vtophys. looked at by grange@ | Ted Unangst |
2004-04-07 | attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org> | Michael Shalayeff |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-01 | it turned that only adding the cardbus part was not enough to have | Federico G. Schwindt |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |