aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lmc
Commit message (Expand)AuthorAgeFilesLines
* Retire lmc(4)Ed Maste2018-05-012-5917/+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-222-4/+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-272-2/+6
* lmc(4): fix the build without the bpf deviceEric van Gyzen2016-10-011-1/+5
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* Remove compat code for pre-FreeBSD 7 systems.Warner Losh2015-02-171-103/+10
* 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-15/+34
* Run through unifdef(1) with slight hand-editing after. It is obvious,Gleb Smirnoff2014-09-252-2763/+14
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-0/+1
* Quiesce warning -Wmissing-variable-declarations from buildworld, which isSean Bruno2013-10-281-1/+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-262-2/+2
* 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-192-18/+15
* Unbreak build.Attilio Rao2009-05-302-2/+3
* 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-162-2/+3
* shutdown returns an intWarner Losh2009-02-052-2/+3
* 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-052-33/+35
* 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-062-1/+8
* The contents pointed by ssi_cables[] is never changed so explicitlyXin LI2006-07-211-1/+1
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadBrooks Davis2006-07-151-3/+1
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-1/+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-052-39/+39
* 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-032-0/+8713
* Continue to remove drivers that don't compile and haven't compiled inWarner Losh2003-12-076-3829/+0
* Use __FBSDID().David E. O'Brien2003-08-244-4/+12
* 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