Age | Commit message (Expand) | Author |
2006-12-21 | betetr yet, just nuke sc_enaddr all together, just fill in arpcom and | Jason Wright |
2006-11-25 | ANSI | Brad Smith |
2006-11-25 | fix use of gem_bitwait(). | Brad Smith |
2006-11-25 | Split the GEM registers into two halfs and provide a bus_space_handle_t | Brad Smith |
2006-11-25 | Fix a copy and pasto. | Brad Smith |
2006-11-11 | be silent | Theo de Raadt |
2006-11-10 | Fix typo. | Mark Kettenis |
2006-11-10 | Add support for Sun 1000baseSX cards. | Mark Kettenis |
2006-10-17 | replace hand rolled code with LIST_FOREACH in gem_mediachange(). | Brad Smith |
2006-07-11 | put CRC error message under GEM_DEBUG. this just spews out like crazy | Brad Smith |
2006-04-15 | check for IFF_RUNNING being set before calling gem_init(). | Brad Smith |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-21 | remove some commented out and NetBSD-specific code. | Brad Smith |
2006-02-21 | add missing MTU ioctl switch case. | Brad Smith |
2006-02-08 | eliminate a reset when configuring the IP address. | Brad Smith |
2006-02-05 | call gem_setladrf() if the NIC is already running and only the | Brad Smith |
2005-11-15 | add IFQ_SET_MAXLEN(). | Brad Smith |
2005-11-07 | splimp -> splnet | Brad Smith |
2005-11-02 | sync mbuf before unloading in gem_rxdrain(). | Brad Smith |
2005-11-02 | handle TX underrun and packet too long errors by resetting the chip. | Brad Smith |
2005-10-31 | - some DEBUG should be GEM_DEBUG | Brad Smith |
2005-10-31 | typo | Brad Smith |
2005-10-17 | Start using the unused sc_variant to identify the GMAC vendor and chipset | Brad Smith |
2005-10-11 | have gem strip off the Ethernet FCS before passing it to bpf. | Brad Smith |
2005-09-10 | copy the MAC address from sc_arpcom.ac_enaddr to sc_enaddr in | Brad Smith |
2005-08-01 | remove whitespace | Brad Smith |
2005-07-02 | clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources. | Brad Smith |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-09-27 | allow for VLAN-sized frames. | Brad Smith |
2004-06-20 | take 2 times less room in dmesg, prettier too | Peter Valchev |
2004-02-02 | Don't return random garbage in the default case; return the smallest ring | Brad Smith |
2004-02-01 | remove prototypes for non-existant functions. | Brad Smith |
2003-12-29 | no vtophys(), don't need uvm_extern.h anymore. | Brad Smith |
2003-07-15 | correct some debugging printfs | Jason Wright |
2003-07-09 | Eliminate creation/destruction of dmamap's for every xmit by reusing | Kenneth R Westerback |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-03-02 | The gem driver will sometimes unmap bus_dma mappings that are still | Henric Jungheim |
2003-01-23 | - Either memset() or loop and set to zero, not both | Jason Wright |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-09-22 | Update ifp->if_opackets correctly | Jason Wright |
2002-08-28 | - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx) | Artur Grabowski |
2002-07-10 | shorten address printout | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-09 | make gem compile, arpcom is sc_arpcom. | Dale Rahn |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn |
2002-05-07 | Simplify multicast handling based on powerpc's gm.c and remove ether_cmp() | Jason Wright |
2002-04-03 | - read the rx completion register exactly once. | Jason Wright |
2002-03-22 | - Move reading collision counters out of splimp() | Jason Wright |