| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -1/+5 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -17/+38 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -17/+18 |
* | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 1 | -1/+1 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Improve style(9) conformance of igmp.c. | rwatson | 2006-12-04 | 1 | -45/+43 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -0/+1 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -1/+1 |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 1 | -8/+12 |
* | deal with malloc failures | sam | 2005-03-26 | 1 | -7/+16 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Lock down parallel router_info list for tracking multicast IGMP | rwatson | 2004-06-11 | 1 | -1/+27 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove redundant initialization of rti; SLIST_FOREACH does that for | rwatson | 2003-08-28 | 1 | -1/+0 |
* | Before digging into IGMP locking, do a whitespace and prototype cleanup: | rwatson | 2003-08-20 | 1 | -73/+60 |
* | Move from a custom-crafted singly-linked list to the SLIST_* macros | rwatson | 2003-08-20 | 1 | -26/+22 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Back out some style changes. They are not urgent, | luigi | 2002-11-20 | 1 | -23/+29 |
* | Fix function headers and remove 'register' variable declarations. | luigi | 2002-11-17 | 1 | -29/+23 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+6 |
* | s/demon/daemon/ | dd | 2002-05-12 | 1 | -2/+2 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | One caller of rip_input failed to be converted in the last commit. | julian | 2001-09-03 | 1 | -1/+1 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -2/+2 |
* | Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats. | ru | 2001-06-23 | 1 | -1/+1 |
* | Add #include <machine/in_cksum.h>, in order to pick up the checksum | jlemon | 2000-05-06 | 1 | -0/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -3/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Rename igmp's MALLOC; it doesn't have anything to do with multicast routing. | fenner | 1999-01-18 | 1 | -3/+3 |
* | PR: kern/8990 | dillon | 1998-12-12 | 1 | -1/+3 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Fixed gratuitous ANSIisms. | bde | 1997-09-16 | 1 | -2/+2 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -3/+1 |
* | Always call ip_output() with a valid route pointer. For igmp, also get the | wollman | 1996-04-18 | 1 | -14/+14 |
* | Make rip_input() take the header length | fenner | 1996-03-26 | 1 | -2/+2 |
* | IGMPv2 routines rewritten, to be more compact and to fully comply | fenner | 1996-03-14 | 1 | -255/+120 |
* | Staticize. | phk | 1995-12-09 | 1 | -6/+6 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 1 | -1/+5 |
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -20/+5 |
* | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | wollman | 1995-06-13 | 1 | -106/+87 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -20/+20 |