Age | Commit message (Expand) | Author |
2006-11-01 | Put common data for each RX DMA descriptor into a new rxsoft structure. | Brad Smith |
2006-10-31 | - Rename a variable to clarify meaning of index. | Brad Smith |
2006-10-31 | - Make DMA descripter members volatile | Brad Smith |
2006-10-22 | DMA memory for the TX ring should be aligned at RL_RING_ALIGN, | Brad Smith |
2006-10-16 | Fix for watchdog timeouts experienced with some Realtek adapters. | Brad Smith |
2006-09-29 | Only run the hardware diagnostic function re_diag() on adapters with | Brad Smith |
2006-09-18 | Fix for re_stop() being called from re_cardbus_shutdown() with the | Dimitry Andric |
2006-09-17 | Re-add the link state check to re_start(), which was added in rev 1.31 and | Brad Smith |
2006-09-15 | Kettenis's polished version of diff to preserve the mac address on thecus, | Dale Rahn |
2006-08-17 | Remove the link state check from re_start() for now. Allows the 8139C+ | Brad Smith |
2006-08-06 | fix swapping of the station address for big-endian archs. | Brad Smith |
2006-08-06 | fix the config space macro used with the TX start command. | Brad Smith |
2006-08-06 | With the PCIe devices, it looks as if issuing a TX command while | Brad Smith |
2006-08-05 | - move the promiscuous mode handling code into re_setpromisc(). | Brad Smith |
2006-08-05 | - restructure the TX descriptor handling code to decouple the | Brad Smith |
2006-08-05 | Use IFQ_POLL/IFQ_DEQUEUE instead of IFQ_DEQUEUE/IF_PREPEND. | Brad Smith |
2006-07-06 | Write the mac address into the registers CORRECTLY! | Dale Rahn |
2006-07-03 | - re_attach(): Use bus_dma* directly instead of calling re_allocmem(). | Brad Smith |
2006-07-02 | put writing of RL_IDR0 and RL_IDR4 back to how they should be. | Brad Smith |
2006-07-01 | (fxp/re)_attach_common -> (fxp/re)_attach | Brad Smith |
2006-06-30 | - add a disable argument for re_stop. | Brad Smith |
2006-06-29 | Finally fix the EEPROM reading code so that we can access the EEPROMs on all | Brad Smith |
2006-06-27 | - Make re_diag() off by default. | Brad Smith |
2006-06-27 | - add fixup code in the RX path for strict alignment architectures. | Brad Smith |
2006-06-24 | de-register, ANSI functions and a little cleaning. | Brad Smith |
2006-06-24 | some comment fixes. | Brad Smith |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-05 | Write the words of the mac address in reverse order to fix a MAC problem on | Dale Rahn |
2006-05-29 | Only claim an interrupt if a real interrupt event occured, prevents false | Dale Rahn |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2006-05-20 | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | Brad Smith |
2006-05-16 | only allow setting Jumbo MTU frame sizes with the 8169 chipset. | Brad Smith |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | do not set the chip type in re_attach_common() as this is already | Brad Smith |
2006-01-30 | only flush the TX descriptors in re_start() if there are packets | Brad Smith |
2006-01-28 | Make sure that HW VLAN stripping is not enabled and remove unused code | Brad Smith |
2005-11-07 | splimp -> splnet | Brad Smith |
2005-08-01 | remove device polling leftovers from wpaul driver | Peter Valchev |
2005-05-24 | disable TX HW checksumming, some revs of the chip can cause packet corruption. | Brad Smith |
2005-04-30 | don't set MTU if its the same as what's currently being used. | Brad Smith |
2005-04-30 | check for ETHERMIN in SIOCSIFMTU ioctl; from brad | Peter Valchev |
2005-04-30 | From NetBSD, pt to by brad (might fix csum problems, else they may | Peter Valchev |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-15 | re(4) cannot handle a standard sized Jumbo frame. | Brad Smith |
2005-04-14 | enable HW transmit checksum offload | Brad Smith |
2005-04-08 | - enable reception of VLAN sized frames | Brad Smith |
2005-03-15 | use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work on | Henning Brauer |
2005-02-25 | Correct usage of bus_dma which makes re(4) work on alpha. | Jonathan Gray |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |