summaryrefslogtreecommitdiffstats
path: root/sys/net/if_atmsubr.c
Commit message (Expand)AuthorAgeFilesLines
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-4/+4
* This main goals of this project are:qingli2008-12-151-12/+1
* Revert a part of the MRT commit that proved un-needed.julian2008-09-141-2/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefsrwatson2006-12-011-20/+0
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-2/+2
* Use TAILQ_FOREACH in the __FreeBSD__ case, too.yar2006-06-291-2/+1
* o Make rt_check() function more strict:glebius2005-08-111-5/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* Lock down netnatm and mark as MPSAFE:rwatson2005-07-181-6/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-4/+40
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* This commit does two things:luigi2004-04-251-8/+10
* Fix a warning when NATM is not defined. In this case s is not used.harti2004-01-091-0/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+4
* Implement a mechanism by which ATM drivers can inform interestedharti2003-07-291-1/+15
* Implement an utility function that can be used by device drivers toharti2003-07-151-0/+57
* The mbuf put on the interface queue contains the 4-byte pseudoheader.harti2003-07-151-1/+2
* Add the hooks for netgraph and HARP to the NATM code. This allows usharti2003-06-231-3/+64
* Apply style(9) to this file. I'm going to touch large parts of this fileharti2003-06-231-30/+32
* Wrap macro in do {...} while(0);phk2003-05-311-1/+1
* Define a link layer MIB for ATM. Most fields of this MIB are needed byharti2003-05-051-0/+3
* Add module data and version to the atm_subr and reference this info from theharti2003-04-291-1/+25
* This corrects a longstanding endian bug in processing LLC/SNAP encodedharti2003-03-131-3/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-9/+5
* De-register.mdodd2003-03-031-6/+6
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-021-23/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* network interface and link layer changes:sam2002-11-151-0/+3
* When a packet is destined for delivery via an ATM medium, performrwatson2002-10-201-0/+11
* Fix warning; remove unused variablepeter2001-06-151-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-4/+4
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-18/+3
* remove "register" specifiers to supress compiler warning.kjc2000-04-261-2/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+3
* clean up en atm driverkjc1999-05-081-289/+7
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+4
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-291-128/+355
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+1
* Make INET a proper option.eivind1998-01-081-0/+2
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-181-3/+2
* Removed unused #includes.bde1997-08-021-12/+0
OpenPOWER on IntegriCloud