| Commit message (Expand) | Author | Age | Files | Lines |
| * | kill a few more casts that aren't helpful. ok krw miod |  tedu | 2011-06-22 | 1 | -5/+4 |
| * | use nitems(); no binary change for drivers that are compiled on amd64. |  jasper | 2011-04-03 | 1 | -2/+2 |
| * | - consistify cfdriver for the ethernet drivers (0 -> NULL) |  jasper | 2009-08-13 | 1 | -2/+2 |
| * | A few more simple cases of shutdown hooks which only call xxstop, when |  deraadt | 2009-08-10 | 1 | -12/+1 |
| * | Eliminate the redundant bits of code for MTU and multicast handling |  brad | 2008-11-28 | 1 | -17/+10 |
| * | First step towards cleaning up the Ethernet driver ioctl handling. |  brad | 2008-10-02 | 1 | -9/+2 |
| * | Convert timeout_add() calls using multiples of hz to timeout_add_sec() |  blambert | 2008-09-10 | 1 | -3/+3 |
| * | Add missing '};' to end struct declaration. Compiles again. |  krw | 2007-07-17 | 1 | -1/+2 |
| * | ident/ansify/de-register |  jasper | 2007-07-17 | 1 | -140/+117 |
| * | uncomment call to ste_miibus_statchg in ste_stats_update. |  brad | 2006-07-08 | 1 | -7/+5 |
| * | unknown ioctl is ENOTTY not EINVAL |  jason | 2006-05-28 | 1 | -2/+2 |
| * | add another PCI id to the ste(4) driver. |  brad | 2006-04-02 | 1 | -3/+4 |
| * | allow bpf(4) to ignore packets based on their direction (inbound or |  djm | 2006-03-25 | 1 | -3/+4 |
| * | - splimp -> splnet |  brad | 2005-11-07 | 1 | -11/+8 |
| * | - a few fixes from the FreeBSD driver |  brad | 2005-09-10 | 1 | -67/+74 |
| * | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok |  mickey | 2005-08-09 | 1 | -6/+2 |
| * | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. |  brad | 2005-07-02 | 1 | -3/+3 |
| * | o if the mac address cannot be read, just fail and disestablish the |  fgsch | 2005-04-21 | 1 | -14/+32 |
| * | remove dmesg spewage when link changes, ok deraadt, brad, canacar |  beck | 2005-04-08 | 1 | -3/+1 |
| * | make sure interface is in RUNNING state before touching the multicast filters |  brad | 2005-01-15 | 1 | -2/+3 |
| * | - Use ETHER_MAX_DIX_LEN. |  brad | 2004-11-21 | 1 | -6/+11 |
| * | vaddr_t casts for vtophys, works on amd64, enabled in GENERIC |  canacar | 2004-10-30 | 1 | -7/+7 |
| * | don't need to set ifp->if_mtu or ifp->if_output in each driver, |  brad | 2004-09-23 | 1 | -3/+1 |
| * | Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is |  canacar | 2004-08-22 | 1 | -7/+1 |
| * | update ste(4) with stability and performance fixes from |  canacar | 2004-08-09 | 1 | -98/+156 |
| * | Multicast cleanups |  mcbride | 2004-06-06 | 1 | -29/+8 |
| * | do not whine if we cannot get mbufs. the countless printfd makes the machine |  henning | 2004-04-09 | 1 | -7/+2 |
| * | lose ste_unit; jason@ ok |  avsm | 2003-06-29 | 1 | -21/+20 |
| * | another bad format string; %s->%d |  avsm | 2003-06-29 | 1 | -2/+2 |
| * | Get rid of the remaining vm_offset_t in pci drivers. |  art | 2003-01-15 | 1 | -2/+2 |
| * | Add a simplistic table driven lookup routine and use it where appropriate. |  jason | 2002-11-19 | 1 | -12/+7 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -40/+40 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
| * | Change pci_intr_map to take pci_attach_args as an argument. |  art | 2001-08-25 | 1 | -3/+2 |
| * | remove redundant vm includes |  mickey | 2001-08-12 | 1 | -2/+1 |
| * | ALTQ'ify network drivers. |  kjc | 2001-06-27 | 1 | -6/+7 |
| * | trivial ether_input_mbuf() conversion. |  fgsch | 2001-06-25 | 1 | -6/+3 |
| * | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok |  mickey | 2001-02-20 | 1 | -5/+1 |
| * | new timeouts |  mickey | 2001-02-03 | 1 | -5/+7 |
| * | Use mii_attach() directly instead of mii_phy_probe(). |  aaron | 2000-10-16 | 1 | -2/+3 |
| * | Make this driver work. When I ported it from FreeBSD, somehow a line got left |  aaron | 2000-06-27 | 1 | -1/+2 |
| * | make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl() |  jason | 2000-02-15 | 1 | -3/+13 |
| * | Remove unused #define cruft. |  aaron | 1999-12-08 | 1 | -9/+1 |
| * | Whoops; forgot to bump FreeBSD version numbers. |  aaron | 1999-12-08 | 1 | -2/+2 |
| * | Sync with FreeBSD: |  aaron | 1999-12-08 | 1 | -131/+109 |
| * | remove freebsd bridging stuff, and let ALL packets go to ether_input() |  jason | 1999-12-07 | 1 | -39/+1 |
| * | Driver for Sundance ST201 Ethernet; from FreeBSD. |  aaron | 1999-12-07 | 1 | -0/+1573 |