aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/atm_if.c
Commit message (Expand)AuthorAgeFilesLines
* Fix use after free bug: use temporary variable to hold next entry in linkedRobert Watson2007-04-031-2/+3
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-2/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-10/+18
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-7/+6
* Make the ioctl() interface cleaner with regard to types: use size_tHartmut Brandt2003-07-291-10/+9
* Set the interface type of the network interfaces to IFT_IPOVERATM(114).Hartmut Brandt2003-07-251-1/+1
* Now that we have if_detach() don't try to get rid of all the interfaceHartmut Brandt2003-07-241-95/+5
* Add BPF support to HARP network interfaces. This allows one to seeHartmut Brandt2003-07-241-0/+13
* Handle the new MEDIA definitions.Hartmut Brandt2003-07-231-0/+9
* Use __FBSDID().David E. O'Brien2003-06-111-10/+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
* Indirectly pull in declaration for M_IFADDR.Jeffrey Hsu2002-12-281-0/+1
* SMP locking for radix nodes.Jeffrey Hsu2002-12-241-0/+2
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-081-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* - Turn the hea and hfa HARP storage pools into UMA zones and insertAndrew R. Reiter2002-06-141-12/+11
* - Nuke some more not needed #ifdef cruft.Andrew R. Reiter2002-04-211-19/+0
* - Change KM_ macro calls to the appropriate function call.Andrew R. Reiter2002-04-191-5/+5
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-071-0/+4
* Remove more unused #includes.Poul-Henning Kamp2000-10-271-4/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-1/+28
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-7/+6
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-11/+12
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-4/+4
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+1202