summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx/if_vx.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* ss if_vx through indent, and use ANSI function definitions, prior to addinggibbs2004-08-181-779/+764
* Since if_vx doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-141-1/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+6
* Start to minimize diffs between vx and ep. These latter is based on aimp2003-10-251-6/+6
* Use __FBSDID().obrien2003-08-241-1/+3
* Revert part of rev 1.43. We want to fail gracefully if there is no packetdes2003-06-081-0/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-5/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* network interface driver changes:sam2002-11-141-12/+5
* Fix mis-indentation.phk2002-10-021-3/+3
* Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).brooks2002-10-011-2/+2
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Remove __P.alfred2002-03-201-17/+17
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-051-14/+12
* Quiet a variable format-string warning.kris2001-07-191-1/+1
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-4/+1
* When I converted this driver, I neglected to deal with packet alignment.wpaul2000-12-071-0/+17
* Update the vortex driver so that it no longer needs the PCI compatwpaul2000-11-071-111/+69
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointeritojun2000-07-041-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-13/+4
* This driver attempts to cache mbufs, and re-use them as headers insteadjlemon2000-05-121-0/+1
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notpeter2000-01-291-3/+0
* Set ifq_maxlen to default (IFQ_MAXLEN).mdodd2000-01-161-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-4/+4
* Switch type of vxintr instead of using the previous casts.eivind1999-01-121-4/+4
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Add $Id$gpalmer1998-02-211-0/+2
* Provide a missing parameter to printf to stop the kernel from panicing.gpalmer1998-02-211-1/+1
* Removed unused #includes.bde1998-02-201-6/+0
* Make INET a proper option.eivind1998-01-081-4/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-1/+0
* To obey the traditional practice in mbuf chaining.itojun1997-10-011-10/+15
* Convert to the new callout interface.gibbs1997-09-211-5/+13
* Removed unused #includes.bde1997-06-141-16/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-1/+1
* Some of these cards are always in promiscous mode :-(phk1997-01-281-15/+12
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-15/+9
* Support 4 of these as default, it only cost us 12 bytes more.phk1996-12-151-0/+5
* Some imporvemnets to the vx driver.guido1996-12-021-57/+81
* Fix ifconfig link flag handlingguido1996-11-211-3/+6
OpenPOWER on IntegriCloud