| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 2 | -2/+2 |
| * | MFC: r213894, r213896, r214913 | Marius Strobl | 2010-11-07 | 1 | -3/+3 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | Unbreak build. | Attilio Rao | 2009-05-30 | 1 | -7/+12 |
| * | bus_dma(9) conversion and make nge(4) work on all architectures. | Pyun YongHyeon | 2009-05-21 | 2 | -835/+1654 |
| * | Remove extra parenthesis used in macros. These macros are not used | Pyun YongHyeon | 2009-05-18 | 1 | -2/+2 |
| * | Consistently use tab characters instead of spaces. | Pyun YongHyeon | 2009-05-18 | 2 | -25/+25 |
| * | style(9) | Pyun YongHyeon | 2009-05-18 | 1 | -76/+76 |
| * | s/u_int8_t/uint8_t/g | Pyun YongHyeon | 2009-05-18 | 2 | -46/+46 |
| * | style(9) - space after keyword. | Pyun YongHyeon | 2009-05-18 | 1 | -25/+25 |
| * | Remove return statement at the end of functions that return void. | Pyun YongHyeon | 2009-05-18 | 1 | -35/+0 |
| * | Remove trailling whitespaces. | Pyun YongHyeon | 2009-05-18 | 2 | -37/+37 |
| * | Remove register keyword. | Pyun YongHyeon | 2009-05-18 | 1 | -6/+6 |
| * | Use ANSI C declarations for all functions. | Pyun YongHyeon | 2009-05-18 | 1 | -96/+37 |
| * | Fix function prototype for device_shutdown method. | Pyun YongHyeon | 2007-11-22 | 1 | -3/+3 |
| * | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | Christian S.J. Peron | 2007-03-04 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Move ethernet VLAN tags from mtags to its own mbuf packet header field | Andre Oppermann | 2006-09-17 | 1 | -8/+5 |
| * | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff | 2006-09-15 | 2 | -5/+7 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -5/+0 |
| * | Do not touch ifp->if_baudrate in miibus aware drivers. | Gleb Smirnoff | 2006-02-14 | 1 | -1/+0 |
| * | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | Gleb Smirnoff | 2005-12-18 | 1 | -1/+3 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -3/+3 |
| * | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax | Warner Losh | 2005-10-22 | 1 | -1/+1 |
| * | Minor tweaks and fixups: | John Baldwin | 2005-10-13 | 2 | -69/+61 |
| * | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | Gleb Smirnoff | 2005-10-05 | 1 | -0/+4 |
| * | Big polling(4) cleanup. | Gleb Smirnoff | 2005-10-01 | 1 | -25/+37 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -1/+1 |
| * | Add two missing if_free() calls. | Ruslan Ermilov | 2005-09-15 | 1 | -0/+3 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -13/+13 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -16/+24 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | fix null ptr deref when nge_newbuf is called with an existing mbuf | Sam Leffler | 2005-03-28 | 1 | -8/+6 |
| * | deref correct mbuf ptr to collect any vlan tag | Sam Leffler | 2005-03-26 | 1 | -1/+1 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 2 | -2/+2 |
| * | Hide link up/down/media printfs behind bootverbose | Poul-Henning Kamp | 2004-11-08 | 1 | -3/+4 |
| * | Fix a typo that affects !i386. | Alan Cox | 2004-09-15 | 2 | -2/+2 |
| * | Add missing NGE_LOCK_DESTROY() to nge_detach(). | Bill Paul | 2004-09-14 | 1 | -0/+2 |
| * | Make two major changes to this code to address some stability/corruption | Bill Paul | 2004-09-14 | 2 | -300/+239 |
| * | Since if_nge doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Remove the setting of the pci config variables on power state changes. | Warner Losh | 2004-06-28 | 1 | -24/+0 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -29/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | Yaroslav Tykhiy | 2004-05-23 | 1 | -1/+2 |
| * | According to the design of checksum offloading framework, | Yaroslav Tykhiy | 2004-05-23 | 1 | -2/+5 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Implemented per-interface polling(4) control. | Ruslan Ermilov | 2004-04-11 | 1 | -1/+12 |