Age | Commit message (Expand) | Author |
2005-11-07 | - splimp -> splnet | Brad Smith |
2005-09-10 | - a few fixes from the FreeBSD driver | Brad Smith |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith |
2005-04-21 | o if the mac address cannot be read, just fail and disestablish the | Federico G. Schwindt |
2005-04-08 | remove dmesg spewage when link changes, ok deraadt, brad, canacar | Bob Beck |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-11-21 | - Use ETHER_MAX_DIX_LEN. | Brad Smith |
2004-10-30 | vaddr_t casts for vtophys, works on amd64, enabled in GENERIC | Can Erkin Acar |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-08-22 | Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is | Can Erkin Acar |
2004-08-09 | update ste(4) with stability and performance fixes from | Can Erkin Acar |
2004-06-06 | Multicast cleanups | Ryan Thomas McBride |
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning Brauer |
2003-06-29 | lose ste_unit; jason@ ok | Anil Madhavapeddy |
2003-06-29 | another bad format string; %s->%d | Anil Madhavapeddy |
2003-01-15 | Get rid of the remaining vm_offset_t in pci drivers. | Artur Grabowski |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-25 | trivial ether_input_mbuf() conversion. | Federico G. Schwindt |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-03 | new timeouts | Michael Shalayeff |
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell |
2000-06-27 | Make this driver work. When I ported it from FreeBSD, somehow a line got left | Aaron Campbell |
2000-02-15 | make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl() | Jason Wright |
1999-12-08 | Remove unused #define cruft. | Aaron Campbell |
1999-12-08 | Whoops; forgot to bump FreeBSD version numbers. | Aaron Campbell |
1999-12-08 | Sync with FreeBSD: | Aaron Campbell |
1999-12-07 | remove freebsd bridging stuff, and let ALL packets go to ether_input() | Jason Wright |
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell |