aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx/if_vx.c
Commit message (Expand)AuthorAgeFilesLines
* MFC remove the MFREE() mbuf macro and cleanup twists in related code.Matthew Dillon2002-02-131-9/+8
* MFC: Silence variable format-string warningsKris Kennaway2001-07-291-1/+1
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-4/+1
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-1/+1
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-241-13/+4
* MFC: bugfix for uninitialized csum_flags (r1.26)Jonathan Lemon2000-05-121-0/+1
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notPeter Wemm2000-01-291-3/+0
* Set ifq_maxlen to default (IFQ_MAXLEN).Matthew N. Dodd2000-01-161-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-4/+4
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-121-4/+4
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Add $Id$Gary Palmer1998-02-211-0/+2
* Provide a missing parameter to printf to stop the kernel from panicing.Gary Palmer1998-02-211-1/+1
* Removed unused #includes.Bruce Evans1998-02-201-6/+0
* Make INET a proper option.Eivind Eklund1998-01-081-4/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-1/+0
* To obey the traditional practice in mbuf chaining.Jun-ichiro itojun Hagino1997-10-011-10/+15
* Convert to the new callout interface.Justin T. Gibbs1997-09-211-5/+13
* Removed unused #includes.Bruce Evans1997-06-141-16/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-1/+1
* Some of these cards are always in promiscous mode :-(Poul-Henning Kamp1997-01-281-15/+12
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-15/+9
* Support 4 of these as default, it only cost us 12 bytes more.Poul-Henning Kamp1996-12-151-0/+5
* Some imporvemnets to the vx driver.Guido van Rooij1996-12-021-57/+81
* Fix ifconfig link flag handlingGuido van Rooij1996-11-211-3/+6
* New vx driver for:Guido van Rooij1996-11-041-0/+1074