| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r275199. | Cy Schubert | 2014-12-10 | 2 | -2/+2 |
| * | MFC r274744. | Cy Schubert | 2014-11-28 | 1 | -0/+11 |
| * | MFC r272555 | Cy Schubert | 2014-10-12 | 1 | -2/+4 |
| * | MFC r272554 | Cy Schubert | 2014-10-12 | 1 | -3/+3 |
| * | MFC r272553 | Cy Schubert | 2014-10-12 | 1 | -3/+2 |
| * | MFC r272552 | Cy Schubert | 2014-10-12 | 1 | -11/+34 |
| * | MFC r272551 | Cy Schubert | 2014-10-12 | 1 | -0/+12 |
| * | MFC r272052 | Cy Schubert | 2014-10-12 | 1 | -5/+33 |
| * | MFC r271980 | Cy Schubert | 2014-10-12 | 1 | -2/+2 |
| * | MFC r269585 - Honour WITH and WITHOUT_INET6_SUPPORT. | Cy Schubert | 2014-08-08 | 1 | -0/+4 |
| * | MFC r268532 and r268585. When world and kernel are built without INET6 | Cy Schubert | 2014-07-21 | 1 | -4/+0 |
| * | MFC r267634: Fix case where fastroute or "to interface" is used with | Cy Schubert | 2014-06-25 | 1 | -1/+1 |
| * | MFC r266605. | Cy Schubert | 2014-06-03 | 1 | -8/+6 |
| * | MFC r264235: | Cy Schubert | 2014-05-29 | 5 | -87/+117 |
| * | Merge r262763, r262767, r262771, r262806 from head: | Gleb Smirnoff | 2014-03-21 | 1 | -1/+1 |
| * | Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, to | Dimitry Andric | 2013-10-10 | 1 | -1/+1 |
| * | Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, to | Dimitry Andric | 2013-10-09 | 1 | -1/+1 |
| * | Address double init of ip_log mutex, fixing a panic after ipfilter is | Cy Schubert | 2013-09-21 | 1 | -1/+1 |
| * | Enable main ipfilter sysctl MIBs. | Cy Schubert | 2013-09-21 | 1 | -28/+26 |
| * | Convert ipfilter from timeout(9) to callout(9). | Cy Schubert | 2013-09-21 | 2 | -4/+14 |
| * | Remove additional non-FreeBSD code. | Cy Schubert | 2013-09-21 | 1 | -25/+2 |
| * | Fix !INET6 build. | Gleb Smirnoff | 2013-09-07 | 1 | -1/+1 |
| * | Update ipfilter 4.1.28 --> 5.1.2. | Cy Schubert | 2013-09-06 | 45 | -12813/+32524 |
| |\ |
|
| | * | As per the developers handbook (5.3.1 step 1), prepare the vendor trees for | Cy Schubert | 2013-07-19 | 45 | -41275/+0 |
| * | | Forcibly defining _KERNEL is bad idea. Toss some code so that ip_var.h | Gleb Smirnoff | 2013-04-08 | 1 | -3/+3 |
| * | | Fix defines in r241245. We actually don't define FreeBSD. | Gleb Smirnoff | 2012-10-14 | 1 | -2/+2 |
| * | | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | | A step in resolving mess with byte ordering for AF_INET. After this change: | Gleb Smirnoff | 2012-10-06 | 1 | -2/+2 |
| * | | Fix pseudo checksum calculation. | Max Khon | 2012-09-27 | 1 | -1/+3 |
| * | | Fix typo: s/pakcet/packet | Kevin Lo | 2012-09-20 | 1 | -1/+1 |
| * | | Adjust a few old checks to use __FreeBSD_version macro to | Robert Millan | 2011-11-24 | 2 | -3/+3 |
| * | | Pass a format string to make_dev(). | Rui Paulo | 2010-10-13 | 1 | -1/+1 |
| * | | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -5/+0 |
| * | | We don't need the definition for in_cksum repeated here since we get | Warner Losh | 2010-04-14 | 1 | -1/+0 |
| * | | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 2 | -4/+0 |
| * | | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -6/+1 |
| * | | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 2 | -0/+10 |
| * | | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -0/+3 |
| * | | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -2/+2 |
| * | | Move the include of vinet.h further up before the ipfilter includes. | Bjoern A. Zeeb | 2009-02-27 | 1 | -3/+3 |
| * | | Check for ipprotosw.h more precisely. | Bjoern A. Zeeb | 2008-12-23 | 1 | -1/+3 |
| * | | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 2 | -2/+3 |
| * | | Unhide declarations of network stack virtualization structs from | Marko Zec | 2008-11-28 | 2 | -1/+3 |
| * | | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -5/+16 |
| * | | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+5 |
| * | | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -1/+1 |
| * | | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 2 | -4/+13 |
| * | | 2020447 IPFilter's NAT can undo name server random port selection | Darren Reed | 2008-07-26 | 1 | -1/+3 |
| * | | 2020447 IPFilter's NAT can undo name server random port selection | Darren Reed | 2008-07-24 | 5 | -6/+51 |