| Commit message (Expand) | Author | Age | Files | Lines |
* | pfil hooks can modify packet contents so check if the destination | sam | 2003-10-16 | 1 | -1/+11 |
* | Drop dummynet lock when calling back into the network stack to deliver | sam | 2003-10-16 | 1 | -0/+5 |
* | Malloc buckets of size 128 have been having their 64-byte offset | mckusick | 2003-10-16 | 1 | -4/+7 |
* | purge extraneous ';'s | sam | 2003-10-15 | 1 | -3/+3 |
* | Lock ip forwarding route cache. While we're at it, remove the global | sam | 2003-10-14 | 3 | -37/+95 |
* | remove dangling ';'s` that were harmless | sam | 2003-10-14 | 1 | -2/+2 |
* | - fix typo in comment. | ume | 2003-10-07 | 2 | -5/+4 |
* | nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros. | ume | 2003-10-07 | 1 | -24/+0 |
* | return(code) -> return (code) | ume | 2003-10-07 | 1 | -1/+1 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 7 | -54/+87 |
* | hookup ctlinput for fast ipsec versions of esp+ah protocols | sam | 2003-10-03 | 1 | -2/+2 |
* | place some kernel-specific data structures under #ifdef _KERNEL | sam | 2003-10-03 | 1 | -0/+2 |
* | Shorten 'bad gateway' AF_LINK message. | bms | 2003-10-03 | 1 | -1/+1 |
* | Make arp_rtrequest()'s 'bad gateway' messages slightly more informative, | bms | 2003-10-03 | 1 | -1/+4 |
* | Only delete the route if arplookup() tried to create it. Do not delete | bms | 2003-10-03 | 1 | -8/+13 |
* | By popular demand, added the "static ARP" per-interface option. | ru | 2003-10-01 | 1 | -2/+4 |
* | add /*CONSTCOND*/ to reduce diffs against latest KAME. | ume | 2003-09-25 | 2 | -6/+6 |
* | Fix a logic error in the check to see if arplookup() should free the route. | bms | 2003-09-24 | 1 | -2/+1 |
* | o update PFIL_HOOKS support to current API used by netbsd | sam | 2003-09-23 | 3 | -42/+30 |
* | Fix a bug in arplookup(), whereby a hostile party on a locally | bms | 2003-09-23 | 1 | -6/+14 |
* | Grrr...add the Skinny alias code forgotten in the last commit. | marcus | 2003-09-23 | 1 | -0/+338 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 6 | -1/+30 |
* | Bandaid locking change: mark static rule mutex recursive so re-entry when | sam | 2003-09-17 | 1 | -1/+2 |
* | shuffle code so we don't "continue" and miss a needed unlock operation | sam | 2003-09-17 | 1 | -4/+2 |
* | Add locking. | sam | 2003-09-17 | 1 | -164/+309 |
* | Minor fixups + add locking. | sam | 2003-09-17 | 1 | -65/+120 |
* | Fix a bunch of off-by-one errors in the range checking code. | ru | 2003-09-11 | 2 | -4/+4 |
* | Fixed -Wpointer-arith warning. | ru | 2003-09-09 | 1 | -1/+1 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -2/+2 |
* | Add locking. | sam | 2003-09-06 | 1 | -135/+237 |
* | lock ip fragment queues | sam | 2003-09-05 | 1 | -0/+18 |
* | o add locking | sam | 2003-09-05 | 1 | -37/+67 |
* | PR: kern/56343 | bms | 2003-09-03 | 1 | -1/+3 |
* | Implement MBUF_STRESS_TEST mark II. | silby | 2003-09-01 | 1 | -18/+2 |
* | add locking | sam | 2003-09-01 | 2 | -74/+123 |
* | remove warning about use of old divert sockets; this was marked | sam | 2003-09-01 | 1 | -9/+0 |
* | add locking | sam | 2003-09-01 | 1 | -125/+117 |
* | Remove redundant initialization of rti; SLIST_FOREACH does that for | rwatson | 2003-08-28 | 1 | -1/+0 |
* | M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the | rwatson | 2003-08-26 | 1 | -0/+2 |
* | Remove redundant bzero. | hsu | 2003-08-24 | 1 | -1/+0 |
* | Introduce two new MAC Framework and MAC policy entry points: | rwatson | 2003-08-21 | 3 | -6/+9 |
* | 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 | 2 | -27/+23 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | bms | 2003-08-20 | 6 | -2/+25 |
* | Change instances of callout_init that specify MPSAFE behaviour to | sam | 2003-08-19 | 1 | -1/+1 |
* | * Bug fix in bw_meter_process(): the periodically processed bins | hsu | 2003-08-19 | 1 | -10/+33 |
* | add missing unlock when in_pcballoc returns an error | sam | 2003-08-19 | 1 | -1/+3 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | The syncache has made use of TCPDEBUG problematic, because the SYN | harti | 2003-08-13 | 1 | -0/+41 |