| Commit message (Expand) | Author | Age | Files | Lines |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 4 | -6/+18 |
* | Mark netatm and netnatm explicitly as requiring Giant, as they still do. | rwatson | 2005-02-17 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 98 | -98/+98 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 2 | -42/+27 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 1 | -0/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -4/+4 |
* | Fix a typo that could provoke a panic or access to random memory. | harti | 2004-07-19 | 1 | -1/+1 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -1/+1 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+1 |
* | Remove an #if section originally written for Sun compilers. | stefanf | 2004-06-08 | 1 | -8/+0 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -1/+1 |
* | Don't remove the first mbuf in the chain if it got empty. | harti | 2004-02-21 | 1 | -7/+6 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 2 | -1/+6 |
* | Include <sys/malloc.h> for the declaration of malloc(), etc. instead | bde | 2003-11-14 | 1 | -3/+5 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 8 | -30/+22 |
* | The number of prefixes can never be negative so use an u_int for this. | harti | 2003-07-29 | 1 | -1/+1 |
* | Make the ioctl() interface cleaner with regard to types: use size_t | harti | 2003-07-29 | 11 | -46/+54 |
* | Silence a gcc-warning. Do this by inlining the macro-call. This is | harti | 2003-07-26 | 1 | -2/+1 |
* | Print the offending SPANS message only if printing is enabled. | harti | 2003-07-25 | 1 | -1/+2 |
* | Add support for VBR and CBR PVCs for IP over ATM. | harti | 2003-07-25 | 5 | -6/+205 |
* | Set the interface type of the network interfaces to IFT_IPOVERATM(114). | harti | 2003-07-25 | 1 | -1/+1 |
* | Hand the packet to bpf not only in the LLC/SNAP case, but for all | harti | 2003-07-25 | 2 | -13/+13 |
* | Make the debugging variable that controls printing of UNI messages | harti | 2003-07-25 | 5 | -15/+29 |
* | Make the debugging variable that controls dumping of IP over ATM packets | harti | 2003-07-24 | 4 | -10/+19 |
* | Create a sysctl that allows to enable/disable printing of SPANS messages. | harti | 2003-07-24 | 3 | -17/+15 |
* | Free the UNI vcc to the same zone from where it was allocated from. | harti | 2003-07-24 | 2 | -3/+3 |
* | Now that we have if_detach() don't try to get rid of all the interface | harti | 2003-07-24 | 1 | -95/+5 |
* | Create a subtree 'harp' of the net sysctl tree. This uses a fixed | harti | 2003-07-24 | 3 | -3/+31 |
* | Constify the arguments to several pdu_print functions. | harti | 2003-07-24 | 9 | -33/+18 |
* | Add BPF support to HARP network interfaces. This allows one to see | harti | 2003-07-24 | 3 | -0/+37 |
* | Handle the new MEDIA definitions. | harti | 2003-07-23 | 1 | -0/+9 |
* | Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. All | harti | 2003-07-23 | 9 | -30/+48 |
* | Get rid of the zone for network interfaces. We have converted this to | harti | 2003-07-23 | 1 | -7/+0 |
* | Allocate network interfaces from malloc() instead of using a zone. | harti | 2003-07-22 | 1 | -6/+6 |
* | Remove the zone limits for all the zones used in the ATM code. | harti | 2003-07-22 | 13 | -21/+14 |
* | Add several vendor, API and media definitions. This has been | harti | 2003-07-22 | 1 | -5/+27 |
* | Fix a number of occurences of calling uma_zalloc() with neither | harti | 2003-07-18 | 2 | -13/+13 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 36 | -355/+108 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 9 | -81/+26 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 2 | -19/+6 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 16 | -155/+48 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -9/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 4 | -49/+30 |
* | There is no reason to be cute with ntohl(). Just call it directly rather | obrien | 2003-02-23 | 5 | -22/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 22 | -71/+71 |
* | Band-XXX-aid an easy to provoke panic. | phk | 2003-01-28 | 1 | -0/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 23 | -83/+83 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -5/+5 |