| Commit message (Expand) | Author | Age | Files | Lines |
| * | Retire lmc(4) | Ed Maste | 2018-05-01 | 2 | -5917/+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 | 2 | -4/+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 | 2 | -2/+6 |
| * | lmc(4): fix the build without the bpf device | Eric van Gyzen | 2016-10-01 | 1 | -1/+5 |
| * | s/struct device */device_t/g | Adrian Chadd | 2016-05-04 | 1 | -1/+1 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 2 | -3/+3 |
| * | Replace several bus_alloc_resource() calls using default arguments with bus_a... | Justin Hibbits | 2016-02-19 | 1 | -4/+4 |
| * | Remove compat code for pre-FreeBSD 7 systems. | Warner Losh | 2015-02-17 | 1 | -103/+10 |
| * | 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 | -15/+34 |
| * | Run through unifdef(1) with slight hand-editing after. It is obvious, | Gleb Smirnoff | 2014-09-25 | 2 | -2763/+14 |
| * | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | Gleb Smirnoff | 2014-09-19 | 1 | -0/+1 |
| * | Quiesce warning -Wmissing-variable-declarations from buildworld, which is | Sean Bruno | 2013-10-28 | 1 | -1/+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 | 2 | -2/+2 |
| * | 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 | 2 | -18/+15 |
| * | Unbreak build. | Attilio Rao | 2009-05-30 | 2 | -2/+3 |
| * | 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 | 2 | -2/+3 |
| * | shutdown returns an int | Warner Losh | 2009-02-05 | 2 | -2/+3 |
| * | 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 | 2 | -33/+35 |
| * | 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 | 2 | -1/+8 |
| * | The contents pointed by ssi_cables[] is never changed so explicitly | Xin LI | 2006-07-21 | 1 | -1/+1 |
| * | Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname instead | Brooks Davis | 2006-07-15 | 1 | -3/+1 |
| * | add missed calls to bpf_peers_present | Sam Leffler | 2006-06-02 | 1 | -1/+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 | 2 | -39/+39 |
| * | 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 | 2 | -0/+8713 |
| * | Continue to remove drivers that don't compile and haven't compiled in | Warner Losh | 2003-12-07 | 6 | -3829/+0 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -4/+12 |
| * | 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 |