summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* in6_pcblookup_local() still can return a pcb with NULLglebius2012-03-211-2/+2
* Clean up, no functional change.tuexen2012-03-151-3/+3
* In nd6_options() ignore the RFC 6106 options completely rather than printingbz2012-03-041-0/+8
* Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunableshrs2012-03-021-0/+2
* Remove a redundant check.hrs2012-03-021-10/+0
* In selectroute() add a missing fibnum argument to an in6_rtalloc()bz2012-02-243-11/+10
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-15/+15
* Remove two clang warnings.tuexen2012-02-181-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-1716-445/+654
* Remove casts from inet6 address testing macros, thus preservingglebius2012-01-261-16/+16
* Remove unused variable.pluknet2012-01-251-2/+0
* Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().bz2012-01-241-2/+2
* Remove the stale XXX rt_newaddrmsg comment.pluknet2012-01-241-4/+0
* Remove unnecessary line break.bz2012-01-241-2/+1
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-221-1/+1
* Small cleanup, no functional change.tuexen2012-01-151-1/+0
* Add an SCTP sysctl "blackhole", similar to the one for TCP.tuexen2012-01-081-2/+7
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-059-82/+82
* Mark a couple of file local functions static and stop exporting them.bz2012-01-052-6/+6
* Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT.bz2012-01-051-6/+2
* Use the mli_relinmhead list normally used to defer calls tojhb2012-01-041-21/+29
* Use correct locking when traversing interface address list.glebius2012-01-041-4/+2
* When cancelling multicast timers on an interface, don't release thejhb2012-01-031-8/+7
* Grab a reference on the matching interface address (ifa) in the handlingjhb2012-01-031-2/+10
* Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops thatjhb2012-01-032-4/+4
* Remove an uneeded inpcb forward declaration and align the functionbz2012-01-021-2/+1
* Remove a declaration to a non-existent function.bz2011-12-311-1/+0
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-296-88/+49
* Address issues found by clang. While there, fix also some styletuexen2011-12-271-47/+39
* Fix a bug where TAILQ_FIRST(&V_ifnet) was accessed without holding thejhb2011-12-241-1/+2
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-212-2/+20
* o Convert IPv6 read-only stats sysctls to the read-write ones.maxim2011-12-192-4/+4
* Fix unused parameter warnings.tuexen2011-12-172-10/+10
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-165-10/+33
* Fix double free.glebius2011-12-071-1/+0
* Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call.bz2011-11-131-1/+1
* A default route learned from the RAs could be deleted manuallyqingli2011-11-114-3/+45
* Fix false positive EADDRINUSE that could be returned by bind, due totrociny2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-6/+8
* In icmp6_redirect_input:glebius2011-11-071-11/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidtrociny2011-11-062-11/+38
* Before dereferencing intotw() check for NULL, the same way as it istrociny2011-11-061-6/+20
* Remove a couple of write-only variables.pluknet2011-11-031-7/+0
* The code change made in r226040 was incomplete and resulted inqingli2011-10-161-3/+6
* The IPv6 code was influx at the time of r196865 due to the L2/L3qingli2011-10-161-4/+0
* Fix a problem that an interface unexpectedly becomes IFF_UP byhrs2011-10-161-26/+29
* Use TAILQ_FOREACH() in the nd6_dad_find() instead of hand-rolled implementation.glebius2011-10-131-4/+4
* Restore functions in6_ifaddloop() and in6_ifremloop() that wereglebius2011-10-131-68/+85
* The IFA_RTSELF instead of the IFA_ROUTE flag should be checked toqingli2011-10-051-2/+2
OpenPOWER on IntegriCloud