| Commit message (Expand) | Author | Age | Files | Lines |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -2/+2 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | - Add a private timer to drive the transmit watchdog instead of using | jhb | 2009-11-19 | 1 | -20/+37 |
* | Use the bus_*() routines rather than bus_space_*() for register operations. | jhb | 2009-11-17 | 1 | -2/+0 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -3/+3 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+2 |
* | Fix mismerge after last cvs update for the IFQ_DRV_DEQUEUE changes. | imp | 2006-02-04 | 1 | -4/+4 |
* | Remove ifdef notyet for SIOCGHWADDR | imp | 2006-02-04 | 1 | -19/+7 |
* | While reviewing if_sn in an attempt to understand network drivers | imp | 2006-01-07 | 1 | -34/+34 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | Spell "destroy" correctly. | ru | 2005-09-15 | 1 | -1/+1 |
* | Diff reduction to my tree: commit the trivial part of efforts to add | imp | 2005-08-15 | 1 | -2/+6 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -13/+14 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -1/+5 |
* | Better name for type 4 chips | imp | 2005-07-18 | 1 | -1/+1 |
* | Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 | imp | 2005-07-10 | 1 | -1/+2 |
* | Add support for Farallon EtherMAC PC Card. | imp | 2005-07-06 | 1 | -28/+15 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -50/+59 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -22/+2 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Remove two variables that became unused because of last commit. | luigi | 2004-04-16 | 1 | -2/+0 |
* | Remove improper use of if_addrhead in device drivers to check | luigi | 2004-04-15 | 1 | -18/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -1/+0 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -1/+1 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -1/+0 |
* | Reconst-poison crc routine that was renamed to mchash. | imp | 2003-11-14 | 1 | -5/+5 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -15/+16 |
* | Don't establish the ISR in the sn_activate routine. I've had two | imp | 2003-11-10 | 1 | -7/+11 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Make sn MPSAFE. This has survived a couple of make buildworlds with | imp | 2003-10-26 | 1 | -123/+118 |
* | Style changes: | imp | 2003-10-26 | 1 | -16/+16 |
* | Convert to bus_space. | imp | 2003-10-25 | 1 | -135/+134 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -5/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -17/+8 |
* | Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit). | brooks | 2002-10-01 | 1 | -8/+7 |
* | Minor whitespace nits. remove #if 1 and #endif pair, but not code between. | imp | 2002-07-21 | 1 | -7/+0 |
* | Kill debug output for sn device. It is confusing the natives | imp | 2001-08-04 | 1 | -1/+0 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Add support for SMC91C100FD chip of MELCO LPC-TX. | toshi | 2001-01-15 | 1 | -1/+2 |
* | Add isa support: | imp | 2000-12-13 | 1 | -0/+11 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |