| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -7/+11 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -5/+5 |
* | Use queue(3) macros instead of home-rolled versions in several places in | jhb | 2011-12-29 | 1 | -1/+1 |
* | Fix a bug where TAILQ_FIRST(&V_ifnet) was accessed without holding the | jhb | 2011-12-24 | 1 | -1/+2 |
* | In icmp6_redirect_input: | glebius | 2011-11-07 | 1 | -11/+6 |
* | Remove a couple of write-only variables. | pluknet | 2011-11-03 | 1 | -7/+0 |
* | The IPv6 code was influx at the time of r196865 due to the L2/L3 | qingli | 2011-10-16 | 1 | -4/+0 |
* | Update packet filter (pf) code to OpenBSD 4.5. | bz | 2011-06-28 | 1 | -0/+4 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -2/+2 |
* | Fix mbuf leakages and remove unneccessary duplicate mbuf frees. | anchie | 2010-08-19 | 1 | -13/+7 |
* | MFp4: anchie_soc2009 branch: | anchie | 2010-08-19 | 1 | -14/+111 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -15/+6 |
* | Correct a typo. | bz | 2010-01-06 | 1 | -1/+1 |
* | Explicitly compare to a return code. | bz | 2009-10-14 | 1 | -1/+1 |
* | This patch fixes an address scope violation. Considering the | qingli | 2009-09-05 | 1 | -0/+4 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -6/+6 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -0/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -6/+6 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -28/+15 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | bz | 2009-06-23 | 1 | -7/+8 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -1/+9 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 1 | -5/+7 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -19/+21 |
* | Merge final round of MLD changes from p4: | bms | 2009-05-27 | 1 | -20/+25 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -28/+36 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 1 | -2/+2 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 1 | -3/+2 |
* | Lock interface address lists before iterating over them in nd6. | rwatson | 2009-04-20 | 1 | -0/+5 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -27/+27 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Another step assimilating IPv[46] PCB code: | bz | 2008-12-17 | 1 | -2/+2 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | bz | 2008-12-17 | 1 | -1/+1 |
* | convert more pointer validation checks to checking against NULL | kmacy | 2008-12-16 | 1 | -2/+2 |
* | make sure redirect doesn't return without dropping the lock | kmacy | 2008-12-16 | 1 | -6/+7 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -13/+13 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -10/+11 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+4 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -1/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -5/+8 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+19 |
* | - Fix amd64 local privilege escalation. [08:07] | simon | 2008-09-03 | 1 | -0/+9 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -54/+55 |
* | When copying in and out current ICMPv6 filters on a raw IPv6 socket, | rwatson | 2008-07-29 | 1 | -6/+14 |
* | Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can't | rwatson | 2008-07-29 | 1 | -11/+2 |
* | Move inpcb lock higher to protect some nonbinding fields reading. | mav | 2008-07-28 | 1 | -2/+4 |
* | According to in_pcb.h protocol binding information has double locking. | mav | 2008-07-27 | 1 | -10/+7 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+6 |