summaryrefslogtreecommitdiff
path: root/sys/dev/lmc/if_lmc.c
Commit message (Expand)AuthorAgeFilesLines
* Retire lmc(4)Ed Maste2018-05-011-4592/+0
* Add deprecation notice for lmc(4)Ed Maste2018-04-241-0/+1
* SPDX: Reverse License ID tags from the lmc driver.Pedro F. Giffuni2017-12-221-2/+0
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-061-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* lmc(4): fix the build without the bpf deviceEric van Gyzen2016-10-011-1/+5
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* - Provide lmc_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-251-16/+35
* Run through unifdef(1) with slight hand-editing after. It is obvious,Gleb Smirnoff2014-09-251-2490/+13
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-121-1/+2
* In r191367 the need for if_free_type() was removed and a new memberBrooks Davis2011-11-111-1/+3
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-2/+2
* One more #ifdef fix for GCC 4.4.Edward Tomasz Napierala2010-01-081-1/+1
* This driver has two modes, a netgraph mode and an ifnet mode. In theJohn Baldwin2009-11-191-16/+14
* Unbreak build.Attilio Rao2009-05-301-1/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-1/+2
* The module name convention is foo, not if_foo.Warner Losh2009-05-151-5/+5
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+2
* shutdown returns an intWarner Losh2009-02-051-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Make lmc(4) compile without INET6 defined[1]. While here make itBjoern A. Zeeb2008-08-241-0/+6
* Rename several functions in if_lmc with potential name collisions withRobert Watson2008-07-051-25/+27
* Universally adopt most conventional spelling of acquire.Robert Watson2007-05-271-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-0/+3
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadBrooks Davis2006-07-151-3/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-7/+7
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-58/+60
* - Don't include opt_global.h, it is always included implicitly.Gleb Smirnoff2005-10-051-1/+3
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longScott Long2005-10-041-2/+3
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsScott Long2005-10-031-0/+7026
* Continue to remove drivers that don't compile and haven't compiled inWarner Losh2003-12-071-1564/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Remove #include <pci.h> - there is no abuse of NPCI herePeter Wemm2002-07-211-1/+0
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Minor tweaks to get these to stop breaking LINT. They still dont workPeter Wemm2001-01-171-0/+6