| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticize two functions not used outside of in_pcb.c: in_pcbremlists() and | rwatson | 2009-05-14 | 2 | -9/+4 |
* | Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loop... | qingli | 2009-05-14 | 1 | -1/+5 |
* | This patch adds a host route to an interface address (that is assigned | qingli | 2009-05-12 | 1 | -1/+47 |
* | Remove bogus comment. | imp | 2009-05-09 | 1 | -1/+1 |
* | Convert IPFW_DEFAULT_TO_ACCEPT into a loader tunable | jhb | 2009-05-09 | 1 | -5/+9 |
* | A NOP change: style / whitespace cleanup of the noise that slipped | zec | 2009-05-08 | 1 | -1/+1 |
* | Remove a bogus check that unintentionally slipped in r191816. | zec | 2009-05-08 | 1 | -3/+0 |
* | repository sync to multi-OS repo ... spaceing change | rrs | 2009-05-07 | 1 | -0/+1 |
* | ABI expansions to hopefully future-proof our MIB/netstat code for 8.0 | rrs | 2009-05-07 | 1 | -2/+4 |
* | Remove unnecessary CURVNET_SET() calls where curvnet context is | zec | 2009-05-06 | 1 | -17/+0 |
* | Unbreak options VIMAGE kernel builds. | zec | 2009-05-06 | 2 | -6/+2 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 5 | -9/+14 |
* | Make indentation more uniform accross vnet container structs. | zec | 2009-05-02 | 2 | -168/+168 |
* | Unbreak options VIMAGE + nooptions INVARIANTS kernel builds. | zec | 2009-05-02 | 2 | -2/+2 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 13 | -9/+39 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -31/+37 |
* | Add MLDv2 prototypes and defines. | bms | 2009-04-29 | 1 | -0/+4 |
* | Use KTR_INET for MROUTING CTRs. | bms | 2009-04-29 | 1 | -1/+1 |
* | Cut over to KTR_INET for CTR. | bms | 2009-04-29 | 1 | -3/+6 |
* | Do not assume that ip6_moptions is always set, it is | bms | 2009-04-29 | 1 | -1/+2 |
* | Fix a problem whereby enqueued IGMPv3 filter list changes would be | bms | 2009-04-29 | 1 | -10/+17 |
* | Don't require packet to match a route (any route; this information wasn't | trasz | 2009-04-28 | 2 | -1/+22 |
* | Optimize packet flow: if net.inet.ip.fw.one_pass != 0 and packet was | oleg | 2009-04-27 | 2 | -14/+13 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 10 | -44/+55 |
* | Acquire IF_ADDR_LOCK() around most iterations over ifp->if_addrhead | rwatson | 2009-04-26 | 1 | -0/+17 |
* | Expand coverage of IF_ADDR_LOCK() in in_control() from point of initial | rwatson | 2009-04-25 | 1 | -31/+81 |
* | In in_purgemaddrs(), remove the inm being freed from the address list | rwatson | 2009-04-24 | 1 | -1/+1 |
* | Relocate permissions checking code in in_control() to before the body | rwatson | 2009-04-24 | 1 | -14/+25 |
* | Reorganize in_control() so that invariants are more obvious, and so | rwatson | 2009-04-23 | 1 | -33/+51 |
* | Bracket struct mfc and struct rtdetq with #ifdef _KERNEL. | bms | 2009-04-21 | 1 | -1/+5 |
* | remove IFF_ASSERTGIANT | bms | 2009-04-21 | 1 | -13/+0 |
* | Prefer actual field names (if_addrhead, ifa_link) to macros aliasing | rwatson | 2009-04-20 | 2 | -2/+2 |
* | In ip_input(), cache the received mbuf's network interface in a local | rwatson | 2009-04-20 | 1 | -16/+23 |
* | In icmp_reflect(), acquire the inteface address list lock when | rwatson | 2009-04-20 | 1 | -12/+28 |
* | Lock the interface address list when searching for a matching interface | rwatson | 2009-04-19 | 1 | -5/+13 |
* | In divert_packet(), lock the interface address list before iterating over | rwatson | 2009-04-19 | 1 | -1/+5 |
* | Lock interface address lists in in_pcbladdr() when searching for a | rwatson | 2009-04-19 | 1 | -1/+12 |
* | Protect against some writer-writer races in in_control() by acquiring | rwatson | 2009-04-19 | 1 | -3/+7 |
* | Now that IFF_NEEDSGIANT has been removed from the network | bms | 2009-04-19 | 1 | -48/+3 |
* | - Allocate a small flowtable in ip_input.c (changeable by tuneable) | kmacy | 2009-04-19 | 3 | -2/+19 |
* | s/void/void */ | kmacy | 2009-04-16 | 1 | -1/+1 |
* | restore spare pointers for MFCing | kmacy | 2009-04-16 | 1 | -2/+3 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 4 | -9/+12 |
* | - convert pspare pointers in inpcb to an llentry and rtentry cache | kmacy | 2009-04-15 | 1 | -1/+4 |
* | - add second flags field to to inpcb | kmacy | 2009-04-15 | 1 | -4/+7 |
* | provide additional convenience macros for inpcb locking (upgrade, downgrade, ... | kmacy | 2009-04-15 | 1 | -1/+4 |
* | make LLTABLE visible to netinet | kmacy | 2009-04-15 | 2 | -2/+2 |
* | add an llentry to struct route{_in6} to allow it to be passed around with | kmacy | 2009-04-15 | 1 | -0/+1 |
* | Add missing address lock when we look at the ifa list | rrs | 2009-04-14 | 1 | -4/+4 |
* | Move the flight size reduction to right after | rrs | 2009-04-14 | 1 | -22/+22 |