| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 226340,226340: | John Baldwin | 2012-03-16 | 1 | -4/+4 |
| * | MFC r231852,232127: | Bjoern A. Zeeb | 2012-03-05 | 1 | -11/+34 |
| * | MFC r220743: | Bjoern A. Zeeb | 2011-04-18 | 1 | -2/+2 |
| * | MFC r219562: | Bjoern A. Zeeb | 2011-04-09 | 1 | -7/+14 |
| * | MFC r216022: | Bjoern A. Zeeb | 2010-12-02 | 1 | -19/+23 |
| * | MFC r215559: | Bjoern A. Zeeb | 2010-11-28 | 1 | -2/+2 |
| * | MFC r211157, r211193, r212265, r212266: make it possible to load carp(4) as | Will Andrews | 2010-09-11 | 1 | -14/+2 |
| * | MFC r207369: | Bjoern A. Zeeb | 2010-05-06 | 1 | -5/+3 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -4/+4 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -19/+10 |
| * | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | Bjoern A. Zeeb | 2009-06-23 | 1 | -7/+8 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -2/+12 |
| * | Clean up common ifaddr management: | Robert Watson | 2009-06-21 | 1 | -5/+5 |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -11/+9 |
| * | Update stats in struct icmpstat and icmp6stat using four new | Robert Watson | 2009-04-12 | 1 | -6/+6 |
| * | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | Bjoern A. Zeeb | 2009-01-31 | 1 | -1/+1 |
| * | avoid lock recursion by deferring the link check until after LLE lock is dropped | Kip Macy | 2008-12-24 | 1 | -1/+5 |
| * | explicitly check return of lla_lookup against NULL | Kip Macy | 2008-12-16 | 1 | -3/+3 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -42/+56 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -1/+1 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -3/+7 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+12 |
| * | Default to ignoring potentially evil IPv6 Neighbor Solicitation | Colin Percival | 2008-10-02 | 1 | -0/+18 |
| * | another missed V_ | Julian Elischer | 2008-08-25 | 1 | -1/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -25/+26 |
| * | This patch provides the back end support for equal-cost multi-path | Qing Li | 2008-04-13 | 1 | -0/+14 |
| * | un-__P() | David E. O'Brien | 2008-01-08 | 1 | -8/+8 |
| * | Clean up VCS Ids. | David E. O'Brien | 2007-12-10 | 1 | -3/+5 |
| * | Space cleanup | Xin LI | 2007-07-05 | 1 | -1/+1 |
| * | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -42/+24 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -1/+2 |
| * | some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_... | SUZUKI Shinsuke | 2007-05-05 | 1 | -0/+5 |
| * | fixed a memory leak in unresolved ND queue processing | SUZUKI Shinsuke | 2007-05-04 | 1 | -11/+4 |
| * | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -23/+35 |
| * | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |
| * | the response NS to a DAD NS was not sent correctly due to the | Hajimu UMEMOTO | 2005-12-08 | 1 | -5/+5 |
| * | sync with KAME regarding NDP | SUZUKI Shinsuke | 2005-10-21 | 1 | -30/+37 |
| * | sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC) | SUZUKI Shinsuke | 2005-10-21 | 1 | -1/+1 |
| * | sync with KAME (nuked unused code, use NULL to denote a NULL pointer) | SUZUKI Shinsuke | 2005-10-19 | 1 | -13/+1 |
| * | sync with KAME regarding the following clarification in RFC3542: | SUZUKI Shinsuke | 2005-10-19 | 1 | -2/+39 |
| * | sync with KAME in the following points: | SUZUKI Shinsuke | 2005-10-19 | 1 | -13/+13 |
| * | plugged a possible memory leak | SUZUKI Shinsuke | 2005-09-16 | 1 | -1/+1 |
| * | Add support for multicast to the bridge and allow inet6 addresses to be | Andrew Thompson | 2005-09-06 | 1 | -0/+1 |
| * | - fix typo in comment. | Hajimu UMEMOTO | 2005-08-12 | 1 | -34/+13 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+1 |
| * | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -52/+109 |
| * | Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac address | Brooks Davis | 2005-06-12 | 1 | -1/+2 |
| * | Add CARP (Common Address Redundancy Protocol), which allows multiple | Gleb Smirnoff | 2005-02-22 | 1 | -3/+26 |