aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* in6_pcblookup_local() still can return a pcb with NULLGleb Smirnoff2012-03-211-2/+2
* Clean up, no functional change.Michael Tuexen2012-03-151-3/+3
* In nd6_options() ignore the RFC 6106 options completely rather than printingBjoern A. Zeeb2012-03-041-0/+8
* Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunablesHiroki Sato2012-03-021-0/+2
* Remove a redundant check.Hiroki Sato2012-03-021-10/+0
* In selectroute() add a missing fibnum argument to an in6_rtalloc()Bjoern A. Zeeb2012-02-243-11/+10
* When using flowtable llentrys can outlive the interface with which they're as...Kip Macy2012-02-231-15/+15
* Remove two clang warnings.Michael Tuexen2012-02-181-1/+1
* Allow to provide a hint to in6_selectsrc() for the interface using theBjoern A. Zeeb2012-02-142-15/+53
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-0314-205/+292
* Add SO_SETFIB option support on PF_INET6 sockets and allow inheriting theBjoern A. Zeeb2012-02-032-1/+17
* Provide the IPv6 counterpart to the extended IPv4 rtalloc(9) KPI.Bjoern A. Zeeb2012-02-032-0/+51
* In preparation for multi-FIB IPv6 support, factor the code for joiningBjoern A. Zeeb2012-02-031-238/+255
* Remove casts from inet6 address testing macros, thus preservingGleb Smirnoff2012-01-261-16/+16
* Remove unused variable.Sergey Kandaurov2012-01-251-2/+0
* Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().Bjoern A. Zeeb2012-01-241-2/+2
* Remove the stale XXX rt_newaddrmsg comment.Sergey Kandaurov2012-01-241-4/+0
* Remove unnecessary line break.Bjoern A. Zeeb2012-01-241-2/+1
* Clean up some #endif comments removing from short sections. Add #endifBjoern A. Zeeb2012-01-221-1/+1
* Small cleanup, no functional change.Michael Tuexen2012-01-151-1/+0
* Add an SCTP sysctl "blackhole", similar to the one for TCP.Michael Tuexen2012-01-081-2/+7
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-059-82/+82
* Mark a couple of file local functions static and stop exporting them.Bjoern A. Zeeb2012-01-052-6/+6
* Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT.Bjoern A. Zeeb2012-01-051-6/+2
* Use the mli_relinmhead list normally used to defer calls toJohn Baldwin2012-01-041-21/+29
* Use correct locking when traversing interface address list.Gleb Smirnoff2012-01-041-4/+2
* When cancelling multicast timers on an interface, don't release theJohn Baldwin2012-01-031-8/+7
* Grab a reference on the matching interface address (ifa) in the handlingJohn Baldwin2012-01-031-2/+10
* Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops thatJohn Baldwin2012-01-032-4/+4
* Remove an uneeded inpcb forward declaration and align the functionBjoern A. Zeeb2012-01-021-2/+1
* Remove a declaration to a non-existent function.Bjoern A. Zeeb2011-12-311-1/+0
* Use queue(3) macros instead of home-rolled versions in several places inJohn Baldwin2011-12-296-88/+49
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-47/+39
* Fix a bug where TAILQ_FIRST(&V_ifnet) was accessed without holding theJohn Baldwin2011-12-241-1/+2
* Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-212-2/+20
* o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov2011-12-192-4/+4
* Fix unused parameter warnings.Michael Tuexen2011-12-172-10/+10
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-165-10/+33
* Fix double free.Gleb Smirnoff2011-12-071-1/+0
* Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call.Bjoern A. Zeeb2011-11-131-1/+1
* A default route learned from the RAs could be deleted manuallyQing Li2011-11-114-3/+45
* Fix false positive EADDRINUSE that could be returned by bind, due toMikolaj Golub2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-074-6/+8
* In icmp6_redirect_input:Gleb Smirnoff2011-11-071-11/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+2
* Cache SO_REUSEPORT socket option in inpcb-layer in order to avoidMikolaj Golub2011-11-062-11/+38
* Before dereferencing intotw() check for NULL, the same way as it isMikolaj Golub2011-11-061-6/+20
* Remove a couple of write-only variables.Sergey Kandaurov2011-11-031-7/+0
* The code change made in r226040 was incomplete and resulted inQing Li2011-10-161-3/+6
* The IPv6 code was influx at the time of r196865 due to the L2/L3Qing Li2011-10-161-4/+0