aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_atmsubr.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-3/+3
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-4/+4
* This main goals of this project are:Qing Li2008-12-151-12/+1
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-141-2/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefsRobert Watson2006-12-011-20/+0
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-291-2/+2
* Use TAILQ_FOREACH in the __FreeBSD__ case, too.Yaroslav Tykhiy2006-06-291-2/+1
* o Make rt_check() function more strict:Gleb Smirnoff2005-08-111-5/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+2
* In preparation for fixing races in ARP (and probably in otherGleb Smirnoff2005-08-091-0/+1
* Lock down netnatm and mark as MPSAFE:Robert Watson2005-07-181-6/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-4/+40
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* This commit does two things:Luigi Rizzo2004-04-251-8/+10
* Fix a warning when NATM is not defined. In this case s is not used.Hartmut Brandt2004-01-091-0/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+4
* Implement a mechanism by which ATM drivers can inform interestedHartmut Brandt2003-07-291-1/+15
* Implement an utility function that can be used by device drivers toHartmut Brandt2003-07-151-0/+57
* The mbuf put on the interface queue contains the 4-byte pseudoheader.Hartmut Brandt2003-07-151-1/+2
* Add the hooks for netgraph and HARP to the NATM code. This allows usHartmut Brandt2003-06-231-3/+64
* Apply style(9) to this file. I'm going to touch large parts of this fileHartmut Brandt2003-06-231-30/+32
* Wrap macro in do {...} while(0);Poul-Henning Kamp2003-05-311-1/+1
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-051-0/+3
* Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-291-1/+25
* This corrects a longstanding endian bug in processing LLC/SNAP encodedHartmut Brandt2003-03-131-3/+3
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-9/+5
* De-register.Matthew N. Dodd2003-03-031-6/+6
* Reduce code duplication. This adds the function rt_check() to route.c.Matthew N. Dodd2003-03-021-23/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* network interface and link layer changes:Sam Leffler2002-11-151-0/+3
* When a packet is destined for delivery via an ATM medium, performRobert Watson2002-10-201-0/+11
* Fix warning; remove unused variablePeter Wemm2001-06-151-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-4/+4
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-18/+3
* remove "register" specifiers to supress compiler warning.Kenjiro Cho2000-04-261-2/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0