]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Update LLDB snapshot to upstream r201577
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-17 glebiuso Remove at compile time the HASH_ALL code, that was...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-13 melifaroFurther simplify nd6_output_lle.
2014-02-13 aeDrop packets to multicast address whose scop field...
2014-02-10 bruefferOnly count table lookups when we're actually processing...
2014-02-10 bruefferFor IPv6, return the same error code as IPv4 when mrout...
2014-02-10 melifaroSimplify nd6_output_lle:
2014-02-07 glebiuso Revamp API between flowtable and netinet, netinet6.
2014-02-07 aeUnlock entry before retry.
2014-02-02 aeTake exclusive lock only when lle isn't NULL. We don...
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-20 kaiwMFH@260917.
2014-01-19 melifaroFurther rework netinet6 address handling code:
2014-01-18 melifaroUse in6_localip() instead of hand-rolled cycle.
2014-01-18 melifaroAdd in6_prepare_ifra() function to ease preparing in...
2014-01-18 melifaroDo some style(9) not done in r260851 to improve readabi...
2014-01-18 melifaroSplit in6_update_ifa() into smaller pieces leaving...
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-10 aeMechanically replace direct accessing to if_xname to...
2014-01-09 jmgrevert part of r260485 which changes how part of the...
2014-01-09 aeRemove extra nesting from X_ip6_mforward() function.
2014-01-09 aeAdd MRT6_DLOG() macro for debugging.
2014-01-08 melifaroIntroduce IN6_MASK_ADDR() macro to unify various hand...
2014-01-03 aeUse pointer to struct sockaddr_in6 in lla_lookup()...
2014-01-03 aeAdd IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is...
2014-01-02 aella_lookup() does modification only when LLE_CREATE...
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 adrianUse an RLOCK here instead of an RWLOCK - matching all...
2013-12-25 bzCorrect warnings comparing unsigned variables < 0 const...
2013-12-24 dimIn sys/netinet6/in6_mcast.c, in6m_is_ifp_detached(...
2013-12-17 aeFree mbuf in case of error.
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-13 rayMFC @r258091.
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-11 aeFix panic with RADIX_MPATH, when RTFREE_LOCKED() called...
2013-11-11 glebiusRemove never used ioctls that originate from KAME....
2013-11-05 rayMFC @r257698.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-02 tuexenChanges from upstream to improve compilation when INET...
2013-10-29 baptMerge byacc 20130925
2013-10-28 glebiusInclude necessary headers that now are available due...
2013-10-26 glebiusProvide includes that are needed in these files, and...
2013-10-26 glebiusThe r48589 promised to remove implicit inclusion of...
2013-10-25 rayMFC @r257107.
2013-10-25 aeInitialize inc_fibnum for properly handling ICMP6_PACKE...
2013-10-23 rayMFC @r256953
2013-10-15 glebius- Utilize counter(9) to accumulate statistics on interf...
2013-10-15 glebius Remove ifa_init() and provide ifa_alloc() that will...
2013-10-15 glebius Hide 'struct ifaddr' definition from userland. Two...
2013-10-15 glebiusRemove unsigned < 0 check.
2013-10-15 glebiusRemove useless check of ia6 against NULL, right after...
2013-10-15 glebiusNow counter_u64_t is known to userland, thus remove...
2013-10-12 markmMerge from project branch. Uninteresting commits are...
2013-10-10 hrsDo not try to detach if the interface does not support...
2013-10-08 rayMFC @r256148.
2013-10-08 markmMFC - tracking commit.
2013-10-07 glebiusFix mbuf leak.
2013-10-02 markmMFC - tracking update.
2013-09-22 bzUpdate comment from draft to RFC number.
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-13 trocinyUnregister inet/inet6 pfil hooks on vnet destroy.
2013-09-11 grehanIFC @ r255459
2013-09-10 desFix the length calculation for the final block of a...
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 markmMFC
2013-09-05 sjgMerge bmake-20130904
2013-09-05 jhbUse an unsigned long when indexing into mfchashtbl...
2013-09-04 grehanIFC @ r255209
2013-09-01 rayMFC @r255128.
2013-08-30 markmMFC
2013-08-26 jhbRemove most of the remaining sysctl name list macros...
2013-08-26 markmMFC
2013-08-25 markjImplement the ip, tcp, and udp DTrace providers. The...
2013-08-25 tuexenProvide human readable debug output.
2013-08-25 markmMFC
2013-08-25 andreFor now limit printf(9) %x of the 64bit pkthdr.csum_fla...
2013-08-24 andreRestructure the mbuf pkthdr to make it fit for upcoming...
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-22 markmIFC.
2013-08-22 delphijFix an integer overflow in computing the size of a...
next