| Commit message (Expand) | Author | Age | Files | Lines |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Initialize inc_fibnum for properly handling ICMP6_PACKET_TOO_BIG errors | ae | 2013-10-25 | 1 | -0/+1 |
* | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 1 | -2/+2 |
* | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | ae | 2013-07-09 | 1 | -2/+7 |
* | Use ICMP6STAT_INC() macro for ICMPv6 errors accounting. | ae | 2013-06-19 | 1 | -17/+17 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -46/+25 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -20/+13 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -19/+19 |
* | Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing | ae | 2012-11-16 | 1 | -2/+2 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -6/+6 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -4/+0 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -2/+2 |
* | 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 |