]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Extend the timestamp to be a timeval, rather than ticks.
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2013-02-09 delphijMFV r245512:
2013-02-01 sjgMerge bmake-20130123
2013-01-26 npGenerate lle_event in the IPv6 neighbor discovery code...
2013-01-25 npAvoid NULL dereference in nd6_storelladdr when no mbuf...
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 neelIFC @ r245509
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-10 aeSimplify in6_setscope() function to get better performance.
2013-01-09 aeRemove unneeded variable.
2013-01-09 umeAdd no_prefer_iface option.
2013-01-09 neelIFC @ r245205
2013-01-09 neelIFC @ r245178
2013-01-09 aeThe in6_setscope() function determines the scope zone...
2013-01-04 neelIFC @ r244983.
2013-01-03 peterTemporarily revert rev 244678. This is causing loopbac...
2012-12-25 glebius The SIOCSIFFLAGS ioctl handler runs if_up()/if_down...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-19 aeWhen we have some address to forward (e.g. it was speci...
2012-12-19 aeMake dst_sa initialization only when it is actually...
2012-12-19 aeThe selectroute functions does own account of EHOSTUNRE...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-17 aeUse M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2...
2012-12-15 aeIn additional to the tailq of IPv6 addresses add the...
2012-12-13 glebius Fix problem in r238990. The LLE_LINKED flag should...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-05 hrs- Move definition of V_deembed_scopeid to scope6_var.h.
2012-12-05 glebius Mechanically substitute flags from historic mbuf...
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-20 aeRemove opt_inet.h, it isn't required here.
2012-11-18 hrsCheck if an extracted zoneid is equal to the non-zero...
2012-11-17 tuexenAdd support for SCTP/UDP/IPV6.
2012-11-17 neelIFC @ r243164
2012-11-16 aeReduce the overhead of locking, use IF_AFDATA_RLOCK...
2012-11-16 sjgMerge bmake-20121111
2012-11-14 aeif_afdata lock was converted from mutex to rwlock a...
2012-11-14 aeSCOPE6_LOCK protects V_sid_default, no need to acquire...
2012-11-14 aezoneid has unsigned type.
2012-11-13 neelIFC @ r242940
2012-11-13 obrienUse consistent style.
2012-11-11 neelIFC @ r242684
2012-11-02 aeRemove the recently added sysctl variable net.pfil...
2012-10-29 tuexenWhitespace changes due to upstream integration of SCTP...
2012-10-25 aeRemove the IPFIREWALL_FORWARD kernel option and make...
2012-10-22 delphijRemove __P.
2012-10-22 glebius Switch the entire IPv4 stack to keep the IP packet...
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 melifaroEliminate code checking if found IPv6 rte is dynamic...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-18 andreMechanically remove the last stray remains of spl*...
2012-10-13 melifaroCleanup documentation: cloning route support has been...
2012-10-10 kevloRevert previous commit...
2012-10-09 kevloPrefer NULL over 0 for pointers
2012-10-08 avgip6_ipsec_output: fix a typo in r241344
2012-10-08 glebius After r241245 it appeared that in_delayed_cksum(...
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-08 glebiusMerge the projects/pf/head branch, that was worked...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-19 trocinyIn ip6_ctloutput() guard inp_flags modifications with...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-02 glebiusFix races between in_lltable_prefix_free(), lla_lookup(),
2012-08-01 glebiusSome more whitespace cleanup.
2012-07-31 bzIn case of IPsec he have to do delayed checksum calcula...
2012-07-31 glebiusSome style(9) and whitespace changes.
2012-07-31 bzProperly apply #ifdef INET and leave a comment that...
2012-07-31 bzImprove the should-never-hit printf to ease debugging...
2012-07-29 bzFor consistency put the IPsec comment iside the #fidef...
2012-07-29 bzFix a comment that we do not have an SA yet but need...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-15 tuexenChanges which improve compilation if neither INET nor...
2012-07-15 tuexen#ifdef INET and INET6 consistently. This also fixes...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 grehanIFC @ r238370
2012-07-09 hrsRemove "prefer_source" address selection option. FreeB...
2012-07-08 bzImplement handling of "atomic fragements" as outlined in
2012-07-08 bzAs mentioned in the commit message of r237571 (copied...
2012-07-04 glebiusWhen ip_output()/ip6_output() is supplied a struct...
2012-07-02 glebiusRemove route caching from IP multicast routing code...
2012-07-02 tuexenMove common code parts to sctp_common_input_processing().
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-28 bmsKick the current-state report timer when a V1 group...
2012-06-28 bmsFix a typo in MLD query exponent processing.
2012-06-28 bmsIn MLDv2 general query processing, do not enforce the...
2012-06-28 tuexenPass the src and dst address of a received packet expli...
2012-06-25 delphijFix a LOR acquiring the if_afdata lock while holding...
2012-06-25 tuexenUnify sctp_input() and sctp6_input().
2012-06-25 tuexenWhitespace cleanup.
2012-06-24 tuexenPass the packet length explicitly around.
next