| Commit message (Expand) | Author | Age | Files | Lines |
* | FCP-101: Remove vx(4). | Brooks Davis | 2019-05-17 | 1 | -1081/+0 |
* | Deprecate a number of less used 10 and 10/100 Ethernet devices. | Brooks Davis | 2018-10-25 | 1 | -0/+2 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | sys/dev: Replace zero with NULL for pointers. | Pedro F. Giffuni | 2017-02-20 | 1 | -2/+2 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -2/+2 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson | 2015-01-06 | 1 | -2/+1 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -9/+9 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -4/+4 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo | 2012-01-07 | 1 | -1/+0 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
* | - Add a private timer to drive the transmit watchdog instead of using | John Baldwin | 2009-11-19 | 1 | -13/+20 |
* | - vx_stop() requires the driver lock to be held. | Marius Strobl | 2008-04-24 | 1 | -3/+5 |
* | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -3/+3 |
* | Rototill vx(4), add locking, and mark MPSAFE: | John Baldwin | 2005-10-06 | 1 | -190/+235 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -11/+11 |
* | Don't drop frames if interface is in promiscuous mode. | Ruslan Ermilov | 2005-07-22 | 1 | -1/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -27/+35 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
* | Fix up assignment of negative number to char. Char's are unsigned by | Peter Grehan | 2005-02-03 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | ss if_vx through indent, and use ANSI function definitions, prior to adding | Justin T. Gibbs | 2004-08-18 | 1 | -779/+764 |
* | Since if_vx doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-14 | 1 | -1/+2 |
* | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
* | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -2/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -4/+6 |
* | Start to minimize diffs between vx and ep. These latter is based on a | Warner Losh | 2003-10-25 | 1 | -6/+6 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
* | Revert part of rev 1.43. We want to fail gracefully if there is no packet | Dag-Erling Smørgrav | 2003-06-08 | 1 | -0/+3 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -5/+2 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
* | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -12/+5 |
* | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-02 | 1 | -3/+3 |
* | Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-01 | 1 | -2/+2 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -17/+17 |
* | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon | 2002-02-05 | 1 | -14/+12 |
* | Quiet a variable format-string warning. | Kris Kennaway | 2001-07-19 | 1 | -1/+1 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | Bosko Milekic | 2001-06-20 | 1 | -4/+1 |
* | When I converted this driver, I neglected to deal with packet alignment. | Bill Paul | 2000-12-07 | 1 | -0/+17 |
* | Update the vortex driver so that it no longer needs the PCI compat | Bill Paul | 2000-11-07 | 1 | -111/+69 |
* | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 1 | -4/+1 |
* | be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -1/+1 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -13/+4 |
* | This driver attempts to cache mbufs, and re-use them as headers instead | Jonathan Lemon | 2000-05-12 | 1 | -0/+1 |
* | Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's not | Peter Wemm | 2000-01-29 | 1 | -3/+0 |
* | Set ifq_maxlen to default (IFQ_MAXLEN). | Matthew N. Dodd | 2000-01-16 | 1 | -0/+1 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -9/+0 |