]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 glebiusin6_pcblookup_local() still can return a pcb with NULL
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-15 tuexenClean up, no functional change.
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-04 bzIn nd6_options() ignore the RFC 6106 options completely...
2012-03-02 hrsAllow to configure net.inet6.ip6.{accept_rtadv,no_radr...
2012-03-02 hrsRemove a redundant check.
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-24 bzIn selectroute() add a missing fibnum argument to an...
2012-02-23 kmacyWhen using flowtable llentrys can outlive the interface...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-18 tuexenRemove two clang warnings.
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-26 glebiusRemove casts from inet6 address testing macros, thus...
2012-01-25 pluknetRemove unused variable.
2012-01-24 bzPlug a possible ifa_ref leak in case of premature retur...
2012-01-24 pluknetRemove the stale XXX rt_newaddrmsg comment.
2012-01-24 bzRemove unnecessary line break.
2012-01-22 bzClean up some #endif comments removing from short secti...
2012-01-15 tuexenSmall cleanup, no functional change.
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-08 tuexenAdd an SCTP sysctl "blackhole", similar to the one...
2012-01-05 jhbConvert all users of IF_ADDR_LOCK to use new locking...
2012-01-05 bzMark a couple of file local functions static and stop...
2012-01-05 bzConvert an #ifdef DIAGNOSTIC if/panic to a KASSERT.
2012-01-04 jhbUse the mli_relinmhead list normally used to defer...
2012-01-04 glebiusUse correct locking when traversing interface address...
2012-01-03 jhbWhen cancelling multicast timers on an interface, don...
2012-01-03 jhbGrab a reference on the matching interface address...
2012-01-03 jhbUse TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE(...
2012-01-02 bzRemove an uneeded inpcb forward declaration and align...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 bzRemove a declaration to a non-existent function.
2011-12-29 jhbUse queue(3) macros instead of home-rolled versions...
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-27 tuexenAddress issues found by clang. While there, fix also...
2011-12-24 jhbFix a bug where TAILQ_FIRST(&V_ifnet) was accessed...
2011-12-21 glebiusProvide ABI compatibility shim to enable configuring...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-19 maximo Convert IPv6 read-only stats sysctls to the read...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 tuexenFix unused parameter warnings.
2011-12-16 glebiusA major overhaul of the CARP implementation. The ip_car...
2011-12-07 glebiusFix double free.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-13 bzReturn the correct value for the IPV6_MULTICAST_HOPS...
2011-11-11 qingliA default route learned from the RAs could be deleted...
2011-11-11 trocinyFix false positive EADDRINUSE that could be returned...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 glebiusIn icmp6_redirect_input:
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-06 trocinyCache SO_REUSEPORT socket option in inpcb-layer in...
2011-11-06 trocinyBefore dereferencing intotw() check for NULL, the same...
2011-11-03 pluknetRemove a couple of write-only variables.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-16 qingliThe code change made in r226040 was incomplete and...
2011-10-16 qingliThe IPv6 code was influx at the time of r196865 due...
2011-10-16 hrsFix a problem that an interface unexpectedly becomes...
2011-10-13 glebiusUse TAILQ_FOREACH() in the nd6_dad_find() instead of...
2011-10-13 glebiusRestore functions in6_ifaddloop() and in6_ifremloop...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-05 qingliThe IFA_RTSELF instead of the IFA_ROUTE flag should...
2011-09-30 bzFix an obvious bug from r186196 shadowing a variable...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-20 kmacyMake KBI changes required for future MFCing of inpcb...
2011-09-20 hrsCopy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copy...
2011-09-13 hrsAdd $ipv6_cpe_wanif to enable functionality required...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-22 pluknetFix if_addr_mtx recursion in mld6.
2011-08-20 bzAdd support for IPv6 to ipfw fwd:
2011-08-20 bzAdd an in6_localip() helper function as in6_localaddr...
2011-08-03 tuexenThe result of a joint work between rrs@ and myself...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-12 tuexenThe socket API only specifies SCTP for SOCK_SEQPACKET and
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-08 zecPermit ARP to proceed for IPv4 host routes for which...
2011-06-28 bzUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-16 hrsMerge from HEAD@222977.
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-11 hrsMerge from HEAD@222975.
2011-06-08 hrsMerge from HEAD@222848.
2011-06-08 bzAdd the missing call to ip6_ipsec_filtertunnel() to...
2011-06-08 bzCorrect comments and debug logging in ipsec to better...
2011-06-06 attilioMFC
next