| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313025, r313395, r314113, r314442, r315458, r315656 | asomers | 2017-04-17 | 1 | -2/+2 |
* | MFC r307726: | tuexen | 2016-12-18 | 1 | -1/+1 |
* | MFC r306459: | ae | 2016-10-06 | 1 | -1/+1 |
* | MFC r306046: | markj | 2016-10-04 | 1 | -108/+51 |
* | MFC r303626 (by gallatin) | hiren | 2016-08-29 | 1 | -3/+1 |
* | Use Node Information flag names instead of hard-coding their values. | markj | 2016-05-15 | 1 | -1/+3 |
* | Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket(). | melifaro | 2016-01-10 | 1 | -13/+9 |
* | Do not hold ifaddr reference for the whole icmp6_reflect() exec time. | melifaro | 2016-01-10 | 1 | -16/+21 |
* | Remove 'struct route_int6' argument from in6_selectsrc() and | melifaro | 2016-01-03 | 1 | -5/+1 |
* | Implement interface link header precomputation API. | melifaro | 2015-12-31 | 1 | -1/+1 |
* | Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(), | melifaro | 2015-12-09 | 1 | -19/+10 |
* | Fix the handling of IPv6 On-Link Redirects. | vangyzen | 2015-09-14 | 1 | -11/+23 |
* | Move comment to the right position. | bz | 2015-07-03 | 1 | -1/+2 |
* | Remove unneded check. No need to do m_pullup to the size that we prepended. | ae | 2014-12-02 | 1 | -2/+0 |
* | Remove route chaching support from ipsec code. It isn't used for some time. | ae | 2014-12-02 | 1 | -9/+0 |
* | Consistently use if_link. | glebius | 2014-11-10 | 1 | -2/+2 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 1 | -16/+0 |
* | Remove ip6_getdstifaddr() and all functions to work with auxiliary data. | ae | 2014-11-08 | 1 | -34/+14 |
* | When deciding whether to call m_pullup() even though there is adequate | rwatson | 2014-10-12 | 1 | -1/+3 |
* | 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 |