| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adds missing sysctl to manage the vtag_time_wait time. This will | Randall Stewart | 2009-05-30 | 3 | -1/+21 |
| * | Fix a small memory leak from the nr-sack code - the mapping array | Randall Stewart | 2009-05-30 | 2 | -40/+14 |
| * | Make sctp_uio user to kernel structure match the | Randall Stewart | 2009-05-30 | 1 | -2/+2 |
| * | Correct handling of SYN packets that are to the left of the current window of... | Zachary Loafman | 2009-05-27 | 1 | -1/+5 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 2 | -8/+10 |
| * | Don't discard packets with 'Destination Unreachable' at the beginning | Edward Tomasz Napierala | 2009-05-27 | 1 | -3/+11 |
| * | Correct the sense of a test so that this filter always waits for the full | John Baldwin | 2009-05-26 | 1 | -2/+2 |
| * | Remove comment about moving tcp_reass() to its own file named tcp_reass.c, | Robert Watson | 2009-05-25 | 1 | -2/+1 |
| * | For UDP with introducing the UDP control block, the uma zone had to | Bjoern A. Zeeb | 2009-05-23 | 1 | -1/+1 |
| * | Implement UDP control block support. | Bjoern A. Zeeb | 2009-05-23 | 3 | -39/+83 |
| * | Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNEL | Bjoern A. Zeeb | 2009-05-23 | 1 | -2/+9 |
| * | If including vnet.h one has to include opt_route.h as well. This is | Bjoern A. Zeeb | 2009-05-22 | 1 | -0/+1 |
| * | Consolidate and clean up the first section of ip_output.c in light of the | Robert Watson | 2009-05-21 | 1 | -7/+12 |
| * | When an interface address is removed and the last prefix | Qing Li | 2009-05-20 | 1 | -0/+44 |
| * | Revert the logical change of r192341. | Bjoern A. Zeeb | 2009-05-18 | 1 | -1/+1 |
| * | - Fix typo in description of 'net.inet.ip.fw.autoinc_step'. | John Baldwin | 2009-05-18 | 1 | -2/+2 |
| * | Unbreak options VIMAGE builds, in a followup to r192011 which did not | Bjoern A. Zeeb | 2009-05-17 | 1 | -0/+2 |
| * | Staticize two functions not used outside of in_pcb.c: in_pcbremlists() and | Robert Watson | 2009-05-14 | 2 | -9/+4 |
| * | Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loop... | Qing Li | 2009-05-14 | 1 | -1/+5 |
| * | This patch adds a host route to an interface address (that is assigned | Qing Li | 2009-05-12 | 1 | -1/+47 |
| * | Remove bogus comment. | Warner Losh | 2009-05-09 | 1 | -1/+1 |
| * | Convert IPFW_DEFAULT_TO_ACCEPT into a loader tunable | John Baldwin | 2009-05-09 | 1 | -5/+9 |
| * | A NOP change: style / whitespace cleanup of the noise that slipped | Marko Zec | 2009-05-08 | 1 | -1/+1 |
| * | Remove a bogus check that unintentionally slipped in r191816. | Marko Zec | 2009-05-08 | 1 | -3/+0 |
| * | repository sync to multi-OS repo ... spaceing change | Randall Stewart | 2009-05-07 | 1 | -0/+1 |
| * | ABI expansions to hopefully future-proof our MIB/netstat code for 8.0 | Randall Stewart | 2009-05-07 | 1 | -2/+4 |
| * | Remove unnecessary CURVNET_SET() calls where curvnet context is | Marko Zec | 2009-05-06 | 1 | -17/+0 |
| * | Unbreak options VIMAGE kernel builds. | Marko Zec | 2009-05-06 | 2 | -6/+2 |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 5 | -9/+14 |
| * | Make indentation more uniform accross vnet container structs. | Marko Zec | 2009-05-02 | 2 | -168/+168 |
| * | Unbreak options VIMAGE + nooptions INVARIANTS kernel builds. | Marko Zec | 2009-05-02 | 2 | -2/+2 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 13 | -9/+39 |
| * | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 1 | -31/+37 |
| * | Add MLDv2 prototypes and defines. | Bruce M Simpson | 2009-04-29 | 1 | -0/+4 |
| * | Use KTR_INET for MROUTING CTRs. | Bruce M Simpson | 2009-04-29 | 1 | -1/+1 |
| * | Cut over to KTR_INET for CTR. | Bruce M Simpson | 2009-04-29 | 1 | -3/+6 |
| * | Do not assume that ip6_moptions is always set, it is | Bruce M Simpson | 2009-04-29 | 1 | -1/+2 |
| * | Fix a problem whereby enqueued IGMPv3 filter list changes would be | Bruce M Simpson | 2009-04-29 | 1 | -10/+17 |
| * | Don't require packet to match a route (any route; this information wasn't | Edward Tomasz Napierala | 2009-04-28 | 2 | -1/+22 |
| * | Optimize packet flow: if net.inet.ip.fw.one_pass != 0 and packet was | Oleg Bulyzhin | 2009-04-27 | 2 | -14/+13 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 10 | -44/+55 |
| * | Acquire IF_ADDR_LOCK() around most iterations over ifp->if_addrhead | Robert Watson | 2009-04-26 | 1 | -0/+17 |
| * | Expand coverage of IF_ADDR_LOCK() in in_control() from point of initial | Robert Watson | 2009-04-25 | 1 | -31/+81 |
| * | In in_purgemaddrs(), remove the inm being freed from the address list | Robert Watson | 2009-04-24 | 1 | -1/+1 |
| * | Relocate permissions checking code in in_control() to before the body | Robert Watson | 2009-04-24 | 1 | -14/+25 |
| * | Reorganize in_control() so that invariants are more obvious, and so | Robert Watson | 2009-04-23 | 1 | -33/+51 |
| * | Bracket struct mfc and struct rtdetq with #ifdef _KERNEL. | Bruce M Simpson | 2009-04-21 | 1 | -1/+5 |
| * | remove IFF_ASSERTGIANT | Bruce M Simpson | 2009-04-21 | 1 | -13/+0 |
| * | Prefer actual field names (if_addrhead, ifa_link) to macros aliasing | Robert Watson | 2009-04-20 | 2 | -2/+2 |
| * | In ip_input(), cache the received mbuf's network interface in a local | Robert Watson | 2009-04-20 | 1 | -16/+23 |