| Commit message (Expand) | Author | Age | Files | Lines |
* | Retire lmc(4) | Ed Maste | 2018-05-01 | 1 | -4592/+0 |
* | Add deprecation notice for lmc(4) | Ed Maste | 2018-04-24 | 1 | -0/+1 |
* | SPDX: Reverse License ID tags from the lmc driver. | Pedro F. Giffuni | 2017-12-22 | 1 | -2/+0 |
* | Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since very | Gleb Smirnoff | 2017-12-06 | 1 | -1/+0 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -1/+3 |
* | lmc(4): fix the build without the bpf device | Eric van Gyzen | 2016-10-01 | 1 | -1/+5 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
* | Replace several bus_alloc_resource() calls using default arguments with bus_a... | Justin Hibbits | 2016-02-19 | 1 | -4/+4 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson | 2015-01-06 | 1 | -2/+1 |
* | - Provide lmc_get_counter() to return counters that are not collected, | Gleb Smirnoff | 2014-09-25 | 1 | -16/+35 |
* | Run through unifdef(1) with slight hand-editing after. It is obvious, | Gleb Smirnoff | 2014-09-25 | 1 | -2490/+13 |
* | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | Gleb Smirnoff | 2014-09-19 | 1 | -0/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+2 |
* | Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is | Gleb Smirnoff | 2013-09-11 | 1 | -1/+0 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | Gleb Smirnoff | 2013-04-26 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -3/+3 |
* | More conversions of drivers to use the PCI parent DMA tag. | Scott Long | 2012-03-12 | 1 | -1/+2 |
* | In r191367 the need for if_free_type() was removed and a new member | Brooks Davis | 2011-11-11 | 1 | -1/+3 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | Bjoern A. Zeeb | 2011-07-03 | 1 | -0/+1 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | Tijl Coosemans | 2010-12-20 | 1 | -2/+2 |
* | One more #ifdef fix for GCC 4.4. | Edward Tomasz Napierala | 2010-01-08 | 1 | -1/+1 |
* | This driver has two modes, a netgraph mode and an ifnet mode. In the | John Baldwin | 2009-11-19 | 1 | -16/+14 |
* | Unbreak build. | Attilio Rao | 2009-05-30 | 1 | -1/+2 |
* | When user_frac in the polling subsystem is low it is going to busy the | Attilio Rao | 2009-05-30 | 1 | -1/+2 |
* | The module name convention is foo, not if_foo. | Warner Losh | 2009-05-15 | 1 | -5/+5 |
* | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -1/+2 |
* | shutdown returns an int | Warner Losh | 2009-02-05 | 1 | -1/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
* | Make lmc(4) compile without INET6 defined[1]. While here make it | Bjoern A. Zeeb | 2008-08-24 | 1 | -0/+6 |
* | Rename several functions in if_lmc with potential name collisions with | Robert Watson | 2008-07-05 | 1 | -25/+27 |
* | Universally adopt most conventional spelling of acquire. | Robert Watson | 2007-05-27 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -0/+3 |
* | Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname instead | Brooks Davis | 2006-07-15 | 1 | -3/+1 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 1 | -7/+7 |
* | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov | 2005-12-04 | 1 | -58/+60 |
* | - Don't include opt_global.h, it is always included implicitly. | Gleb Smirnoff | 2005-10-05 | 1 | -1/+3 |
* | For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a long | Scott Long | 2005-10-04 | 1 | -2/+3 |
* | Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supports | Scott Long | 2005-10-03 | 1 | -0/+7026 |
* | Continue to remove drivers that don't compile and haven't compiled in | Warner Losh | 2003-12-07 | 1 | -1564/+0 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
* | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
* | Remove #include <pci.h> - there is no abuse of NPCI here | Peter Wemm | 2002-07-21 | 1 | -1/+0 |
* | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -2/+2 |
* | Minor tweaks to get these to stop breaking LINT. They still dont work | Peter Wemm | 2001-01-17 | 1 | -0/+6 |