| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 292953: | bz | 2016-01-21 | 1 | -2/+2 |
* | MFH r292836: | wollman | 2016-01-07 | 1 | -0/+1 |
* | Remove extra space introduced in r287734. This is a stable/10 only fix | garga | 2015-09-22 | 1 | -1/+1 |
* | MFC 287094: | hrs | 2015-09-13 | 1 | -11/+10 |
* | MFC 287095, 287610, 287611, 287617: | hrs | 2015-09-13 | 1 | -2/+0 |
* | MFC 287609: | hrs | 2015-09-13 | 1 | -4/+6 |
* | MFC r285710: | ae | 2015-08-05 | 1 | -0/+1 |
* | MFC r273992: | hrs | 2015-07-23 | 1 | -26/+24 |
* | Rework r281868 to not skip RTM announces for tunneling interfaces. | ae | 2015-06-05 | 1 | -22/+21 |
* | MFC r261708, r261847, r268525, r274316, r274347, r275593, | hiren | 2015-05-08 | 1 | -1/+2 |
* | MFC r274988 (with modification): | ae | 2015-04-22 | 1 | -0/+2 |
* | MFC of r278472 | rrs | 2015-02-15 | 1 | -2/+1 |
* | MFC r278268: | ae | 2015-02-12 | 1 | -1/+2 |
* | MFC r270348: | markj | 2014-09-06 | 1 | -16/+11 |
* | MFC r260151 (by adrian): | ae | 2014-01-10 | 1 | -0/+1 |
* | Fix the length calculation for the final block of a sendfile(2) | des | 2013-09-10 | 1 | -0/+12 |
* | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 1 | -9/+9 |
* | Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capable | hrs | 2013-07-31 | 1 | -0/+7 |
* | Correct the size of allocated memory to store array of counters. | ae | 2013-07-09 | 1 | -3/+4 |
* | Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters. | ae | 2013-07-09 | 1 | -15/+20 |
* | - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE | hrs | 2013-07-02 | 1 | -0/+26 |
* | Really fix netmask address family this time. | melifaro | 2013-05-19 | 1 | -1/+1 |
* | Finish r85740 : Make IPv6 netmask has address family set. | melifaro | 2013-05-19 | 1 | -0/+1 |
* | Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Group | hrs | 2013-05-04 | 1 | -0/+14 |
* | Plug static llentry leak (ipv4 & ipv6 were affected). | oleg | 2013-04-21 | 1 | -8/+10 |
* | Temporarily revert rev 244678. This is causing loopback problems with | peter | 2013-01-03 | 1 | -9/+0 |
* | The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify | glebius | 2012-12-25 | 1 | -0/+9 |
* | In additional to the tailq of IPv6 addresses add the hash table. | ae | 2012-12-15 | 1 | -10/+11 |
* | - Move definition of V_deembed_scopeid to scope6_var.h. | hrs | 2012-12-05 | 1 | -0/+2 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -4/+4 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -8/+1 |
* | Fix races between in_lltable_prefix_free(), lla_lookup(), | glebius | 2012-08-02 | 1 | -9/+9 |
* | Some more whitespace cleanup. | glebius | 2012-08-01 | 1 | -3/+3 |
* | Some style(9) and whitespace changes. | glebius | 2012-07-31 | 1 | -43/+40 |
* | As mentioned in the commit message of r237571 (copied from a prototype | bz | 2012-07-08 | 1 | -1/+3 |
* | Fix a LOR acquiring the if_afdata lock while holding an rtentry lock. | delphij | 2012-06-25 | 1 | -18/+16 |
* | Plug two interface address refcount leaks in early error return cases | bz | 2012-06-05 | 1 | -1/+6 |
* | When we return deprecated addresses, we need to reference them. | emax | 2012-05-30 | 1 | -3/+9 |
* | When using flowtable llentrys can outlive the interface with which they're as... | kmacy | 2012-02-23 | 1 | -15/+15 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -271/+278 |
* | Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr(). | bz | 2012-01-24 | 1 | -2/+2 |
* | Remove the stale XXX rt_newaddrmsg comment. | pluknet | 2012-01-24 | 1 | -4/+0 |
* | Remove unnecessary line break. | bz | 2012-01-24 | 1 | -2/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -20/+20 |
* | Use correct locking when traversing interface address list. | glebius | 2012-01-04 | 1 | -4/+2 |
* | Grab a reference on the matching interface address (ifa) in the handling | jhb | 2012-01-03 | 1 | -2/+10 |
* | Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops that | jhb | 2012-01-03 | 1 | -2/+2 |
* | Use queue(3) macros instead of home-rolled versions in several places in | jhb | 2011-12-29 | 1 | -3/+2 |
* | Provide ABI compatibility shim to enable configuring of addresses | glebius | 2011-12-21 | 1 | -1/+8 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -1/+23 |