| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313821 r315277 r315286 | vangyzen | 2017-03-17 | 1 | -5/+8 |
* | MFC r306577 r306652 306830 | vangyzen | 2016-11-30 | 1 | -0/+8 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | bz | 2016-06-21 | 1 | -0/+33 |
* | in_lltable_alloc and in6 copy: Don't leak LLE in error path | cem | 2016-04-26 | 1 | -4/+15 |
* | Add rib_lookup_info() to provide API for retrieving individual route | melifaro | 2016-01-04 | 1 | -19/+29 |
* | Implement interface link header precomputation API. | melifaro | 2015-12-31 | 1 | -2/+10 |
* | Remove LLE read lock from IPv4 fast path. | melifaro | 2015-12-05 | 1 | -0/+12 |
* | This fixes several places where callout_stops return is examined. The | rrs | 2015-11-13 | 1 | -1/+1 |
* | Unify setting lladdr for AF_INET[6]. | melifaro | 2015-11-07 | 1 | -2/+2 |
* | Fix deletion of ifaddr lle entries when deleting prefix from interface in | melifaro | 2015-10-18 | 1 | -6/+21 |
* | rtsock requests for deleting interface address lles started to return EPERM | melifaro | 2015-09-27 | 1 | -0/+2 |
* | Unify loopback route switching: | melifaro | 2015-09-16 | 1 | -3/+6 |
* | * Do more fine-grained locking: call eventhandlers/free_entry | melifaro | 2015-09-14 | 1 | -58/+71 |
* | * Split allocation and table linking for lle's. | melifaro | 2015-08-20 | 1 | -15/+2 |
* | Use single 'lle_timer' callout in lltable instead of | melifaro | 2015-08-11 | 1 | -2/+2 |
* | Store addresses instead of sockaddrs inside llentry. | melifaro | 2015-08-11 | 1 | -14/+8 |
* | MFP r276712. | melifaro | 2015-08-11 | 1 | -16/+25 |
* | Partially merge r274887,r275334,r275577,r275578,r275586 to minimize | melifaro | 2015-08-10 | 1 | -80/+96 |
* | Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT. | marius | 2015-08-08 | 1 | -4/+2 |
* | MFP r274553: | melifaro | 2015-08-08 | 1 | -54/+120 |
* | Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock. | ae | 2015-07-29 | 1 | -17/+24 |
* | Provide functions to determine presence of a given address | glebius | 2015-04-17 | 1 | -0/+24 |
* | This fixes a bug in the way that the LLE timers for nd6 | rrs | 2015-02-09 | 1 | -2/+1 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -1/+1 |
* | Add a change missing in r271916. | hrs | 2014-09-21 | 1 | -2/+2 |
* | Restore historical behavior of in_control, which, when no matching address | delphij | 2014-08-22 | 1 | -4/+11 |
* | Ensure that IP's added to CARP always use the CARP MAC | smh | 2014-07-31 | 1 | -12/+11 |
* | Only check error if one could have been generated | smh | 2014-07-31 | 1 | -6/+8 |
* | Garbage collect couple of unused fields from struct ifaddr: | glebius | 2014-07-29 | 1 | -1/+0 |
* | Fix a panic when removing an IP address from an interface, if the same address | asomers | 2014-04-29 | 1 | -3/+7 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 1 | -3/+8 |
* | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | asomers | 2014-04-24 | 1 | -1/+1 |
* | Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks. | kevlo | 2014-04-07 | 1 | -0/+1 |
* | Correct ARP update handling when the routes for network interfaces are | asomers | 2014-03-26 | 1 | -2/+3 |
* | Fix refcount leak on netinet ifa. | melifaro | 2014-01-16 | 1 | -4/+4 |
* | Simplify inet alias handling code: if we're adding/removing alias which | melifaro | 2014-01-10 | 1 | -43/+8 |
* | Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called with | ae | 2014-01-03 | 1 | -0/+1 |
* | Fix couple of bugs from r257692 related to scan of address list on | glebius | 2013-12-29 | 1 | -4/+8 |
* | In r257692 I intentionally deleted code that handled P2P interfaces | glebius | 2013-11-17 | 1 | -1/+3 |
* | Remove never used ioctls that originate from KAME. The proof | glebius | 2013-11-11 | 1 | -232/+0 |
* | Provide compat layer for OSIOCAIFADDR. | glebius | 2013-11-06 | 1 | -4/+5 |
* | Fix my braino in r257692. For SIOCG*ADDR we don't need exact match on | glebius | 2013-11-06 | 1 | -9/+16 |
* | Fix build on GCC. | nwhitehorn | 2013-11-06 | 1 | -1/+2 |
* | Rewrite in_control(), so that it is comprehendable without getting mad. | glebius | 2013-11-05 | 1 | -447/+373 |
* | Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by | glebius | 2013-11-05 | 1 | -1/+1 |
* | Cleanup in_ifscrub(), which is just an entry to in_scrubprefix(). | glebius | 2013-11-01 | 1 | -14/+4 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 1 | -0/+1 |
* | Remove ifa_init() and provide ifa_alloc() that will allocate and setup | glebius | 2013-10-15 | 1 | -10/+2 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 1 | -3/+0 |
* | Plug static llentry leak (ipv4 & ipv6 were affected). | oleg | 2013-04-21 | 1 | -2/+6 |