| Commit message (Expand) | Author | Age | Files | Lines |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | Tom Rhodes | 2004-03-12 | 1 | -1/+1 |
* | Don't remove the first mbuf in the chain if it got empty. | Hartmut Brandt | 2004-02-21 | 1 | -7/+6 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 2 | -1/+6 |
* | Include <sys/malloc.h> for the declaration of malloc(), etc. instead | Bruce Evans | 2003-11-14 | 1 | -3/+5 |
* | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 8 | -30/+22 |
* | The number of prefixes can never be negative so use an u_int for this. | Hartmut Brandt | 2003-07-29 | 1 | -1/+1 |
* | Make the ioctl() interface cleaner with regard to types: use size_t | Hartmut Brandt | 2003-07-29 | 11 | -46/+54 |
* | Silence a gcc-warning. Do this by inlining the macro-call. This is | Hartmut Brandt | 2003-07-26 | 1 | -2/+1 |
* | Print the offending SPANS message only if printing is enabled. | Hartmut Brandt | 2003-07-25 | 1 | -1/+2 |
* | Add support for VBR and CBR PVCs for IP over ATM. | Hartmut Brandt | 2003-07-25 | 5 | -6/+205 |
* | Set the interface type of the network interfaces to IFT_IPOVERATM(114). | Hartmut Brandt | 2003-07-25 | 1 | -1/+1 |
* | Hand the packet to bpf not only in the LLC/SNAP case, but for all | Hartmut Brandt | 2003-07-25 | 2 | -13/+13 |
* | Make the debugging variable that controls printing of UNI messages | Hartmut Brandt | 2003-07-25 | 5 | -15/+29 |
* | Make the debugging variable that controls dumping of IP over ATM packets | Hartmut Brandt | 2003-07-24 | 4 | -10/+19 |
* | Create a sysctl that allows to enable/disable printing of SPANS messages. | Hartmut Brandt | 2003-07-24 | 3 | -17/+15 |
* | Free the UNI vcc to the same zone from where it was allocated from. | Hartmut Brandt | 2003-07-24 | 2 | -3/+3 |
* | Now that we have if_detach() don't try to get rid of all the interface | Hartmut Brandt | 2003-07-24 | 1 | -95/+5 |
* | Create a subtree 'harp' of the net sysctl tree. This uses a fixed | Hartmut Brandt | 2003-07-24 | 3 | -3/+31 |
* | Constify the arguments to several pdu_print functions. | Hartmut Brandt | 2003-07-24 | 9 | -33/+18 |
* | Add BPF support to HARP network interfaces. This allows one to see | Hartmut Brandt | 2003-07-24 | 3 | -0/+37 |
* | Handle the new MEDIA definitions. | Hartmut Brandt | 2003-07-23 | 1 | -0/+9 |
* | Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All | Hartmut Brandt | 2003-07-23 | 9 | -30/+48 |
* | 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 | 13 | -21/+14 |
* | Add several vendor, API and media definitions. This has been | Hartmut Brandt | 2003-07-22 | 1 | -5/+27 |
* | Fix a number of occurences of calling uma_zalloc() with neither | Hartmut Brandt | 2003-07-18 | 2 | -13/+13 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 36 | -355/+108 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 9 | -81/+26 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 2 | -19/+6 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 16 | -155/+48 |
* | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -9/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 4 | -49/+30 |
* | There is no reason to be cute with ntohl(). Just call it directly rather | David E. O'Brien | 2003-02-23 | 5 | -22/+8 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 22 | -71/+71 |
* | 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 | 23 | -83/+83 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 3 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 3 | -5/+5 |
* | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -2/+1 |
* | Indirectly pull in declaration for M_IFADDR. | Jeffrey Hsu | 2002-12-28 | 1 | -0/+1 |
* | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 1 | -0/+2 |
* | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 2 | -0/+5 |
* | - Change the ATM stack functions to use intptr_t instead of int for opaque | John Baldwin | 2002-11-08 | 31 | -202/+205 |
* | Add a field to struct cmn_unit to hold a pointer to the driver's softc. | Matthew N. Dodd | 2002-10-01 | 1 | -0/+2 |
* | Include <sys/systm.h> instead of depending on namespace pollution in | Bruce Evans | 2002-09-29 | 2 | -16/+2 |
* | Include <sys/systm.h> instead of depending on namespace pollution in | Bruce Evans | 2002-09-29 | 1 | -2/+1 |
* | Make netatm/spans compile in the kernel without depending on userland | Peter Wemm | 2002-09-17 | 4 | -4/+381 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |