| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r252710: | Mikolaj Golub | 2013-07-12 | 1 | -7/+4 |
| * | MFC r249294: | Andrey V. Elsukov | 2013-04-29 | 1 | -11/+11 |
| * | MFC r244439: | Andrey V. Elsukov | 2013-01-05 | 1 | -19/+16 |
| * | MFC r241916: | Xin LI | 2012-12-21 | 1 | -10/+10 |
| * | MFC r242079: | Andrey V. Elsukov | 2012-11-27 | 1 | -6/+3 |
| * | Merge r238002, r238016, r238092 from head: | Gleb Smirnoff | 2012-09-10 | 1 | -14/+11 |
| * | MFC r239383: | Mikolaj Golub | 2012-09-01 | 1 | -0/+6 |
| * | MFC r238960: | Bjoern A. Zeeb | 2012-08-29 | 1 | -0/+14 |
| * | MFC 238934: | Bjoern A. Zeeb | 2012-08-29 | 1 | -2/+3 |
| * | MFC r238878: | Bjoern A. Zeeb | 2012-08-29 | 1 | -1/+1 |
| * | MFC r236332: | Michael Tuexen | 2012-07-08 | 1 | -11/+11 |
| * | MFC r236170,236176: | Bjoern A. Zeeb | 2012-07-08 | 1 | -9/+9 |
| * | MFC r235958,236130: | Bjoern A. Zeeb | 2012-07-08 | 1 | -10/+63 |
| * | MFC r231852,232127: | Bjoern A. Zeeb | 2012-02-29 | 1 | -8/+18 |
| * | MFC r227204, 227206, 227207: | Mikolaj Golub | 2011-11-10 | 1 | -3/+32 |
| * | Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes | Hiroki Sato | 2011-09-20 | 1 | -0/+2 |
| * | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -2/+34 |
| * | Fix more continuous/contiguous typos (cf. r215955) | Rebecca Cran | 2010-11-27 | 1 | -2/+2 |
| * | IP_BINDANY is not correctly handled in getsockopt() case. | Attilio Rao | 2010-09-24 | 1 | -0/+1 |
| * | try working around panic by validating rt and lle | Kip Macy | 2010-05-12 | 1 | -1/+2 |
| * | Add flowtable support to IPv6 | Kip Macy | 2010-05-09 | 1 | -6/+30 |
| * | The proper fix for the delayed SCTP checksum is to | Randall Stewart | 2010-03-12 | 1 | -1/+1 |
| * | With the recent change of the sctp checksum to support offload, | Randall Stewart | 2010-03-12 | 1 | -0/+19 |
| * | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer | 2009-10-11 | 1 | -2/+2 |
| * | This patch fixes the following issues: | Qing Li | 2009-09-05 | 1 | -6/+9 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -6/+0 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -0/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | Pawel Jakub Dawidek | 2009-06-01 | 1 | -0/+15 |
| * | Implement RFC 5095 more fully. Rather than marking this no-op code as | Warner Losh | 2009-05-09 | 1 | -26/+3 |
| * | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | Bruce M Simpson | 2009-04-29 | 1 | -434/+19 |
| * | Start removing IPv6 Type 0 Routing header code. | Bjoern A. Zeeb | 2009-03-03 | 1 | -31/+15 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Try to remove/assimilate as much of formerly IPv4/6 specific | Bjoern A. Zeeb | 2009-02-08 | 1 | -2/+2 |
| * | Another step assimilating IPv[46] PCB code: | Bjoern A. Zeeb | 2008-12-17 | 1 | -10/+10 |
| * | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -1/+1 |
| * | Another step assimilating IPv[46] PCB code - directly use | Bjoern A. Zeeb | 2008-12-15 | 1 | -19/+19 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -1/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+3 |
| * | Check that the mbuf len is positive (like we do in the v4 case). | Bjoern A. Zeeb | 2008-10-15 | 1 | -1/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+7 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -26/+27 |
| * | Marginally decomplicate set/getsockopt code in ip6_output.c by simply | Robert Watson | 2008-07-29 | 1 | -18/+11 |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -1/+1 |
| * | Correct IPsec behaviour with a 'use' level in SP but no SA available. | Bjoern A. Zeeb | 2008-03-14 | 1 | -2/+16 |
| * | Correct reference counting on the SP for outgoing IPv6 IPsec connections. | Bjoern A. Zeeb | 2008-03-14 | 1 | -0/+4 |
| * | Replace the function name in two identical printfs | Bjoern A. Zeeb | 2008-03-14 | 1 | -2/+4 |
| * | Rather than passing around a cached 'priv', pass in an ucred to | Bjoern A. Zeeb | 2008-02-02 | 1 | -26/+9 |
| * | Replace the last susers calls in netinet6/ with privilege checks. | Bjoern A. Zeeb | 2008-01-24 | 1 | -44/+75 |