summaryrefslogtreecommitdiffstats
path: root/sys/dev/lmc
Commit message (Expand)AuthorAgeFilesLines
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-1/+0
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-1/+2
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-1/+3
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-2/+2
* One more #ifdef fix for GCC 4.4.trasz2010-01-081-1/+1
* This driver has two modes, a netgraph mode and an ifnet mode. In thejhb2009-11-192-18/+15
* Unbreak build.attilio2009-05-302-2/+3
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-1/+2
* The module name convention is foo, not if_foo.imp2009-05-151-5/+5
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-162-2/+3
* shutdown returns an intimp2009-02-052-2/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Make lmc(4) compile without INET6 defined[1]. While here make itbz2008-08-241-0/+6
* Rename several functions in if_lmc with potential name collisions withrwatson2008-07-052-33/+35
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-1/+8
* The contents pointed by ssi_cables[] is never changed so explicitlydelphij2006-07-211-1/+1
* Cleanup: Use if_initname to set if_dname, if_dunit, and if_xname insteadbrooks2006-07-151-3/+1
* add missed calls to bpf_peers_presentsam2006-06-021-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-052-39/+39
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-58/+60
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-051-1/+3
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longscottl2005-10-041-2/+3
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-032-0/+8713
* Continue to remove drivers that don't compile and haven't compiled inimp2003-12-076-3829/+0
* Use __FBSDID().obrien2003-08-244-4/+12
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Remove #include <pci.h> - there is no abuse of NPCI herepeter2002-07-211-1/+0
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-026-6/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Minor tweaks to get these to stop breaking LINT. They still dont workpeter2001-01-172-0/+10
* lmc_ifup() was not checking the state of the interface. This wouldarchie2001-01-101-3/+8
* Part 2 of the netgraph rewrite.julian2001-01-081-17/+16
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-20/+50
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-11/+5
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-3/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-4/+2
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-252-11/+16
* Devices that are running at splimp MUST use ng_queue_data()julian2000-11-211-2/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Adjust to accomodate recent changes to the rcvdata and rcvmsgarchie2000-05-011-4/+6
OpenPOWER on IntegriCloud