summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe/if_fe.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Improve media status reporting, when the driver knows...imp2012-01-301-2/+3
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* - Use bus_foo() rather than bus_space_foo() and retire the bus tag and handlejhb2008-06-231-27/+15
* Make fe(4) MPSAFE:jhb2008-06-021-44/+77
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* PC Card instead of other variantsimp2005-09-221-3/+3
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-14/+13
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-75/+87
* Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. Itimp2005-02-201-2/+6
* don't pollute global namespace with valid_Ether_p, instead, prependimp2005-01-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Style. Use ETHER_IS_MULTICAST() appropriately instead of masking off the bit.bms2004-10-071-1/+1
* Since if_fe doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-24/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-8/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-4/+4
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-18/+16
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-29/+28
* Use __FBSDID().obrien2003-08-241-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-19/+7
* Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).brooks2002-10-011-7/+7
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Always turned on 8bit access card support for the fe drivershiba2001-09-021-25/+0
* Update the fe driver to probe and attach under a NEWCARD kernel.shiba2001-09-021-4/+0
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Removed unneeded include files.nyan2000-09-221-3/+0
* Use driver_intr_t instead of the now defunct inthand2_t.jhb2000-09-151-1/+1
* - Newbus'ify and bus_space'ify.nyan2000-09-141-2433/+453
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-5/+2
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-0/+8
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-61/+1
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionskato2000-03-291-0/+129
* Make release is now falling over in if_fe.c due to Warner's pccard changes:wpaul1999-10-251-0/+3
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* C-NET(9N)C support (PC-98 only).nyan1999-08-311-13/+42
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud