summaryrefslogtreecommitdiff
path: root/sys/dev/vx/if_vx.c
Commit message (Expand)AuthorAgeFilesLines
* FCP-101: Remove vx(4).Brooks Davis2019-05-171-1081/+0
* Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis2018-10-251-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-9/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-191-13/+20
* - vx_stop() requires the driver lock to be held.Marius Strobl2008-04-241-3/+5
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-3/+3
* Rototill vx(4), add locking, and mark MPSAFE:John Baldwin2005-10-061-190/+235
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-11/+11
* Don't drop frames if interface is in promiscuous mode.Ruslan Ermilov2005-07-221-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-27/+35
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Fix up assignment of negative number to char. Char's are unsigned byPeter Grehan2005-02-031-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* ss if_vx through indent, and use ANSI function definitions, prior to addingJustin T. Gibbs2004-08-181-779/+764
* Since if_vx doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-141-1/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+6
* Start to minimize diffs between vx and ep. These latter is based on aWarner Losh2003-10-251-6/+6
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Revert part of rev 1.43. We want to fail gracefully if there is no packetDag-Erling Smørgrav2003-06-081-0/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-5/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* network interface driver changes:Sam Leffler2002-11-141-12/+5
* Fix mis-indentation.Poul-Henning Kamp2002-10-021-3/+3
* Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit).Brooks Davis2002-10-011-2/+2
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* Remove __P.Alfred Perlstein2002-03-201-17/+17
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-051-14/+12
* Quiet a variable format-string warning.Kris Kennaway2001-07-191-1/+1
* Change m_devget()'s outdated and unused `offset' argument to actually meanBosko Milekic2001-06-201-4/+1
* When I converted this driver, I neglected to deal with packet alignment.Bill Paul2000-12-071-0/+17
* Update the vortex driver so that it no longer needs the PCI compatBill Paul2000-11-071-111/+69
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-4/+1
* be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointerJun-ichiro itojun Hagino2000-07-041-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-13/+4
* This driver attempts to cache mbufs, and re-use them as headers insteadJonathan 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