| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove netatm from HEAD as it is not MPSAFE and relies on the now removed | Robert Watson | 2008-05-25 | 10 | -4218/+0 |
| * | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
| * | Fix various compilation warnings for gcc-4.2. | Matt Jacob | 2007-06-23 | 1 | -1/+1 |
| * | Convert to ANSI C function declarations. | Robert Watson | 2006-01-22 | 1 | -29/+11 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Push the assignment of a new or updated so_qlimit from solisten() | Robert Watson | 2005-10-30 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 5 | -9/+9 |
| * | In the current world order, solisten() implements the state transition of | Robert Watson | 2005-02-21 | 1 | -2/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 10 | -10/+10 |
| * | Include <sys/malloc.h> for the declaration of malloc(), etc. instead | Bruce Evans | 2003-11-14 | 1 | -3/+5 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -4/+3 |
| * | Make the ioctl() interface cleaner with regard to types: use size_t | Hartmut Brandt | 2003-07-29 | 1 | -1/+2 |
| * | Add support for VBR and CBR PVCs for IP over ATM. | Hartmut Brandt | 2003-07-25 | 3 | -5/+196 |
| * | Make the debugging variable that controls dumping of IP over ATM packets | Hartmut Brandt | 2003-07-24 | 4 | -10/+19 |
| * | Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All | Hartmut Brandt | 2003-07-23 | 1 | -2/+4 |
| * | Get rid of the zone for network interfaces. We have converted this to | Hartmut Brandt | 2003-07-23 | 1 | -7/+0 |
| * | Allocate network interfaces from malloc() instead of using a zone. | Hartmut Brandt | 2003-07-22 | 1 | -6/+6 |
| * | Remove the zone limits for all the zones used in the ATM code. | Hartmut Brandt | 2003-07-22 | 1 | -2/+0 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 7 | -69/+21 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -4/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -4/+4 |
| * | Band-XXX-aid an easy to provoke panic. | Poul-Henning Kamp | 2003-01-28 | 1 | -0/+7 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -4/+4 |
| * | - Change the ATM stack functions to use intptr_t instead of int for opaque | John Baldwin | 2002-11-08 | 3 | -4/+5 |
| * | Include <sys/systm.h> instead of depending on namespace pollution in | Bruce Evans | 2002-09-29 | 1 | -2/+1 |
| * | Pacify gcc by preinitializing a variable. | Peter Wemm | 2002-05-24 | 1 | -2/+2 |
| * | - Fix uma_zcreate parameters -- don't pass M_* flags here, doh. | Andrew R. Reiter | 2002-05-23 | 1 | -2/+2 |
| * | - Turn two more storage pools into UMA zones and make the related memory | Andrew R. Reiter | 2002-05-23 | 4 | -30/+31 |
| * | - Nuke some more not needed #ifdef cruft. | Andrew R. Reiter | 2002-04-21 | 5 | -72/+0 |
| * | - Change KM_ macro calls to the appropriate function call. | Andrew R. Reiter | 2002-04-19 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 4 | -42/+41 |
| * | Add back some now needed #include <sys/systm.h> | Poul-Henning Kamp | 2000-12-07 | 5 | -0/+5 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -10/+1 |
| * | Remove more unused #includes. | Poul-Henning Kamp | 2000-10-30 | 6 | -6/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 7 | -7/+0 |
| * | Remove the #include kitchensink <netatm/kern_include.h> and add | Poul-Henning Kamp | 2000-10-12 | 7 | -7/+151 |
| * | More HARP polishina: | Poul-Henning Kamp | 2000-10-12 | 1 | -4/+4 |
| * | Do some cleanups of the HARP atm codes interface into the system: | Poul-Henning Kamp | 2000-10-12 | 1 | -84/+0 |
| * | Just need to pass the address family to if_simloop(), not the whole sockaddr. | Archie Cobbs | 2000-05-24 | 1 | -1/+1 |
| * | Remove un-needed #include's. | Mike Spengler | 2000-01-17 | 5 | -6/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 10 | -17/+17 |
| * | Allow configuration of up to 256 network interfaces per physical interface - | Mike Spengler | 1999-05-10 | 1 | -3/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -5/+5 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -3/+4 |
| * | Trivial stylish changes, mostly to silence gcc. | Poul-Henning Kamp | 1998-10-31 | 7 | -36/+39 |
| * | Two patches from the HARP people: | Poul-Henning Kamp | 1998-09-17 | 2 | -10/+10 |
| * | Add new files for HARP3 | Poul-Henning Kamp | 1998-09-15 | 10 | -0/+4116 |