Age | Commit message (Expand) | Author |
2010-04-03 | Set the RL_FLAG_MACSLEEP flag for the RTL8103E chipset. | Stuart Henderson |
2010-02-17 | Make sure we claim the interrupt as ours if the time out bit is set in the | Mark Kettenis |
2009-11-24 | Reset the chip an re-initialise the interface after reset. Resetting the | Mark Kettenis |
2009-11-13 | Remove an unnecessary assignment. From NetBSD via Brad. | Stuart Henderson |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-07-23 | Switch re(4) over to MCLGETI. | Mark Kettenis |
2009-07-18 | reorder a switch block, no functional change but reduces the diff | Stuart Henderson |
2009-07-15 | Removes the magic bit from re_init() and moves the common | Christian Weisgerber |
2009-07-11 | - Add some new feature flags | Stuart Henderson |
2009-07-10 | RL_HWREV_8168DP can be either RTL8168DP or RTL8111DP, so print both, | Stuart Henderson |
2009-07-03 | Support RTL8103E and RTL8168DP which are starting to show up, from brad. | Theo de Raadt |
2009-06-04 | Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chips | Christian Weisgerber |
2009-06-03 | from Brad; I've read and tested it, also reads ok to dlg@. | Stuart Henderson |
2009-05-23 | FALL THROUGH -> FALLTHROUGH to appease lint | Jonathan Gray |
2009-02-12 | don't access undocumented register 0x82 for <= MAC06, since newer | Martynas Venckus |
2008-11-30 | Add initial 8168D/8111D support. | Brad Smith |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-17 | Sprinkle a few more tabs. | Brad Smith |
2008-11-14 | Revert the reduction in the delays in the miibus read/write routines, | Christian Weisgerber |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-11-08 | Reduce the delay's a bit in the miibus read/write routines. | Brad Smith |
2008-11-07 | Try recollecting RX/TX descriptors if we are going to switch back to TX/RX | Brad Smith |
2008-10-16 | Switch the existing TX VLAN hardware support over to having the | Christian Weisgerber |
2008-10-16 | Convert RX tag stripping to storing the tag in the mbuf header and | Christian Weisgerber |
2008-10-11 | Use hardware timer to simulate interrupt moderation. Old devices will no | Brad Smith |
2008-10-09 | Set hardware timer according to bus clock speed. | Brad Smith |
2008-10-06 | Detect and store the PCI/PCIe bus speed. | 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-08-29 | Take the PHY out of power down while attaching just before probing for | Brad Smith |
2008-08-28 | Rewrite the multicast/promiscuous handling and in the process merge into | Brad Smith |
2008-08-13 | Replace the use of a separate softc field to track the link | Brad Smith |
2008-08-11 | Add support for TX/RX checksum offload for newer re(4) chipsets. | Brad Smith |
2008-08-05 | Add support for reading the MAC address for newer re(4) chipsets. | Brad Smith |
2008-07-15 | Adapt some code from the FreeBSD driver required to make | Jonathan Gray |
2008-07-13 | Add some additional hardware revisions from FreeBSD needed for | Jonathan Gray |
2008-04-20 | Move the threshold fix from the re(4) code back into the header as | Brad Smith |
2008-04-20 | - Recognize the 8168C chipset. | Brad Smith |
2008-04-20 | Remove redundant checks for the 8139C+ chipset, this code can only | Brad Smith |
2008-04-20 | - Add some more defines. | Brad Smith |
2008-03-20 | VLAN tag info must be inserted into all descriptors of a multi-descriptor | Brad Smith |
2008-03-12 | Set the RX FIFO threshold to no RX threshold for re(4) adapters. | Brad Smith |
2008-02-17 | Simplify the hw revision handling by removing the use of the | Brad Smith |
2008-01-16 | - Store the hw revision into a new softc field in re_attach() and reference | Brad Smith |
2007-07-16 | The logic determining the value of rl_eewidth for the 9346 and 9356 | Todd C. Miller |
2007-06-06 | add another revision "RTL8168 3"; from NetBSD via Brad | Peter Valchev |
2007-06-06 | - Recognize the 8110SCe 8169 revision in re(4) | Peter Valchev |
2007-05-08 | non-static inline functions waste space | Theo de Raadt |
2007-05-05 | Properly ifdef debug bits to save a bit of space. | Jonathan Gray |
2007-03-02 | Fix and enable HW VLAN tagging. | Kenneth R Westerback |