Age | Commit message (Expand) | Author |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-08-10 | delete xxshutdown handlers that are never even hooked up | Theo de Raadt |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-22 | Fix a typo. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2006-10-25 | replace a few more instances of hand rolled code with the | Brad Smith |
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith |
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-05-27 | remove FreeBSD specific code. | Brad Smith |
2006-05-27 | remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few | Brad Smith |
2006-05-20 | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | Brad Smith |
2006-04-30 | - check for IFF_RUNNING being set before calling lge_init(). | Brad Smith |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-20 | de-register. | Brad Smith |
2005-12-24 | clear RUNNING here to do a full init. | Brad Smith |
2005-11-23 | assume vtophys(vaddr_t) just what all the other archs expect; no functional c... | Michael Shalayeff |
2005-10-09 | fix bus_dmamem_alloc() failure case. | Brad Smith |
2005-10-09 | use pci_matchbyid(). | Brad Smith |
2005-10-08 | stop bzero'ing the softc in lge_attach() and tada lge(4) now works | Brad Smith |
2005-10-08 | a little better like this. | Brad Smith |
2005-10-08 | - remove return at end of void function | Brad Smith |
2005-10-08 | remove unused VLAN headers. | Brad Smith |
2005-10-07 | IFCAP_VLAN_MTU | Brad Smith |
2005-10-07 | revert this change. | Brad Smith |
2005-10-07 | sync lge_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem() | Brad Smith |
2005-10-07 | free bus_dma resources for all failures in attach. | Brad Smith |
2005-10-07 | some fixes for the lge driver, though still doesn't work.. | Brad Smith |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff |
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-06-18 | though this doesn't work yet at least allow it to compile first. | Brad Smith |
2005-05-11 | Do not call mii_pollstat() immediately after mii_tick(). | Brad Smith |
2005-04-25 | csum -> csum_flags | Brad Smith |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-06-05 | - replace handrolled crc32 with ether_crc32_be() | Ryan Thomas McBride |
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning Brauer |
2003-10-06 | make lge(4) compile, from tedu@ | David Krause |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-07-10 | shorten address printout | Theo de Raadt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-12 | sync with KAME | Kenjiro Cho |
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-11-05 | compile fix; fgsch@ ok | Todd T. Fries |
2001-11-05 | Use ether_input_mbuf(). As a bonus, tcpdump should show the ethernet | Federico G. Schwindt |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |