| Commit message (Expand) | Author | Age | Files | Lines |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -2/+2 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -8/+2 |
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -3/+3 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -5/+5 |
* | Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an address | bms | 2007-03-15 | 1 | -1/+1 |
* | Purge an out-of-date comment. | bms | 2007-03-04 | 1 | -1/+0 |
* | Style: Move declaration of subsystem mutex to where other | bms | 2007-02-28 | 1 | -16/+25 |
* | Unlock a mutex which should be unlocked before returning. | bms | 2007-02-25 | 1 | -1/+3 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 1 | -3/+76 |
* | Use MAXTTL. | bms | 2007-02-10 | 1 | -1/+1 |
* | If the rendezvous point for a group is not specified, do not send | bms | 2007-02-10 | 1 | -0/+15 |
* | Build PIM by default as part of the IPv4 multicast forwarding path. | bms | 2007-02-10 | 1 | -30/+53 |
* | Store the cached route in vifp in the normal send_packet() case. | bms | 2007-02-08 | 1 | -2/+1 |
* | Nuke the token bucket filter code. Attempting to request rate limiting | bms | 2007-02-08 | 1 | -291/+17 |
* | eliminate redundant macro MC_SEND() | bms | 2007-02-07 | 1 | -11/+2 |
* | Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP has | bms | 2007-02-07 | 1 | -248/+6 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Push removal of mrouted down to the rest of the tree. | bms | 2006-09-29 | 1 | -1/+1 |
* | Fix the IPv4 multicast routing detach path. On interface detach whilst | bms | 2006-09-28 | 1 | -5/+87 |
* | Initialize the new members of struct ip_moptions as | bms | 2006-05-18 | 1 | -0/+4 |
* | In ip_mdq() compute the TV_DELTA the correct way around. | andre | 2006-01-24 | 1 | -1/+1 |
* | Use %t (ptrdiff_t modifier) to print a couple of pointer differences rather | jhb | 2005-12-15 | 1 | -2/+2 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -0/+1 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -5/+8 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -4/+4 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -2/+2 |
* | Add back missing copyright and license statement. This is identical | imp | 2005-06-23 | 1 | -0/+35 |
* | Use NET_CALLOUT_MPSAFE macro. | glebius | 2005-03-01 | 1 | -7/+4 |
* | When running with debug.mpsafenet=0, initialize IP multicast routing | rwatson | 2004-10-07 | 1 | -4/+7 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -1/+1 |
* | When a prison is given the ability to create raw sockets (when the | csjp | 2004-08-21 | 1 | -0/+8 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -127/+127 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -11/+2 |
* | Fix bug with tracking the previous element in a list. | hsu | 2004-08-03 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | rwatson | 2004-06-26 | 1 | -2/+5 |
* | When asserting non-Giant locks in the network stack, also assert | rwatson | 2004-06-24 | 1 | -1/+4 |
* | IP multicast code no longer needs to acquire Giant before appending | rwatson | 2004-06-20 | 1 | -3/+0 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | To comply with the spec, do not copy the TOS from the outer IP | hsu | 2004-03-08 | 1 | -6/+6 |
* | o move mutex init/destroy logic to the module load/unload hooks; | sam | 2003-12-20 | 1 | -11/+27 |
* | the sbappendaddr call in socket_send must be protected by Giant | sam | 2003-11-08 | 1 | -0/+3 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -6/+4 |
* | Potential fix for races shutting down callouts when unloading | sam | 2003-10-29 | 1 | -2/+6 |
* | o restructure initialization code so data structures are setup | sam | 2003-10-24 | 1 | -22/+34 |
* | Add locking. | sam | 2003-09-06 | 1 | -135/+237 |
* | Remove redundant bzero. | hsu | 2003-08-24 | 1 | -1/+0 |
* | * Bug fix in bw_meter_process(): the periodically processed bins | hsu | 2003-08-19 | 1 | -10/+33 |