Age | Commit message (Expand) | Author |
2004-06-01 | some revisions have issues sending lots of packets. | Ted Unangst |
2004-05-30 | Multicast fixups: | Ryan Thomas McBride |
2004-04-26 | vaddr_t casts for vtophys, works on amd64. ok deraadt@ | Ted Unangst |
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning Brauer |
2003-06-29 | nuke sf_unit; jason@ ok | Anil Madhavapeddy |
2003-06-29 | 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 |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
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-24 | more 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-08-02 | Put missing call to sf_setmulti() in sf_init() so the multicast filter will | Aaron Campbell |
2000-03-01 | If sf_encap() fails, we need to drop the packet. If sf_encap() reassembles | 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-11-03 | Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD. | Aaron Campbell |