]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Fix unlocked access to ifnet address list
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2016-08-16 Mark JohnstonMFV r304057:
2016-08-16 Mark JohnstonMFV r301526:
2016-08-16 Mark JohnstonMFV r301525:
2016-08-16 Mark JohnstonMFV r301524:
2016-08-16 Mark JohnstonMFV r296989:
2016-08-16 Mark JohnstonMFV r304056:
2016-08-14 Martin MatuskaMFV r304060:
2016-08-13 Enji CooperMFhead @ r304061
2016-08-13 Andrey V. ElsukovAdd ipfw_nat64 module that implements stateless and...
2016-08-12 Enji CooperCheckpoint initial integration work
2016-08-12 Enji CooperRemove CVS directories accidentally added in r303980
2016-08-12 Enji CooperUpdate ^/vendor/NetBSD/tests/dist to a more recent...
2016-08-09 Stephen J. KiernanMove IPv4-specific jail functions to new file netinet...
2016-08-02 Andrey V. ElsukovFix NULL pointer dereference.
2016-08-01 Andrew GallatinRework IPV6 TCP path MTU discovery to match IPv4
2016-07-27 Stephen J. KiernanPrepare for network stack as a module
2016-07-25 Xin LIChange bsdiff to use divsufsort suffix sort library...
2016-07-23 Baptiste DaroussinUpdate mandoc to 1.13.4 release
2016-07-22 Mike KarelsFix per-connection L2 caching in fast path
2016-07-20 Andriy GaponMFV r303083: 7164 zdb should be able to open the root...
2016-07-20 Andriy GaponMFV r303082: 6391 Override default SPA config location...
2016-07-20 Pedro F. GiffuniMFV r298167, r300962, r303048:
2016-07-18 Andrey V. ElsukovAdd ipfw_nptv6 module that implements Network Prefix...
2016-07-15 Andrey V. ElsukovAdd net.inet6.ip6.intr_queue_maxlen sysctl. It can...
2016-07-14 Andriy GaponMFV r302645: 6878 Add scrub completion info to "zpool...
2016-07-14 Andriy GaponMFV r302650: 6940 Cannot unlink directories when over...
2016-07-14 Andriy GaponMFV r302644: 6513 partially filled holes lose birth...
2016-07-14 Andriy GaponMFV r302641: 6844 dnode_next_offset can detect fictiona...
2016-07-14 Andriy GaponMFV r302640: 6874 rollback and receive need to reset...
2016-07-13 Dimitry AndricFix a page fault in ip6_setpktopt(), occurring when...
2016-07-13 Dag-Erling Smørgravmerge upstream hg 06347b1f76fe (fix IXFR)
2016-07-08 Ed Mastelibunwind: update to upstream snapshot r272680
2016-07-04 Peter GrehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 Enji CooperUpdate libxo to 0.6.3
2016-07-01 Xin LIMFV r302260: expat 2.2.0
2016-06-30 Martin MatuskaMFV r302264:
2016-06-27 Xin LIMFV r302218: file 5.28.
2016-06-23 Michael TuexenDon't consider the socket when processing an incoming...
2016-06-22 Andrey V. ElsukovFix the NULL pointer dereference for unresolved link...
2016-06-22 Martin MatuskaMFV r302003,r302037,r302038,r302056:
2016-06-21 Bjoern A. ZeebGet closer to a VIMAGE network stack teardown from...
2016-06-17 Bryan DreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-13 Pedro F. GiffuniRemove the SIOCSIFALIFETIME_IN6 ioctl.
2016-06-09 Dag-Erling SmørgravUpdate to latest upstream version
2016-06-09 Andrey V. ElsukovCleanup unneded include "opt_ipfw.h".
2016-06-08 Brooks DavisUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 Simon J. GerratyMerge bmake-20160606
2016-06-06 Bjoern A. ZeebMake KASSERT message more useful by printing the variab...
2016-06-06 Bjoern A. ZeebMove the callout_reset() to the end of the work not...
2016-06-05 Simon J. GerratyImport bmake-20160604
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Bjoern A. ZeebIntroduce a per-VNET flag to enable/disable netisr...
2016-06-03 Xin LIMFV r301238:
2016-06-02 George V. Neville... This change re-adds L2 caching for TCP and UDP, as...
2016-06-02 Mark JohnstonExploit r301213 to fix in6 ifaddr locking in pfxlist_on...
2016-06-02 Mark JohnstonAlways start IPv6 DAD asynchronously.
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-06-01 Bjoern A. ZeebThe pr_destroy field does not allow us to run the teard...
2016-05-30 Michael TuexenAdd PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-27 Gleb SmirnoffPlug route reference underleak that happens with FLOWTA...
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-23 Mark JohnstonMark the prefix and default router list sysctl handlers...
2016-05-23 Mark JohnstonAcquire the nd6 lock in the prefix list sysctl handler.
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-20 Andrey V. ElsukovRemove ip6 adjusting from the place where pointer could...
2016-05-20 Andrey V. ElsukovRemove ip6 pointer initialization and strange check...
2016-05-20 Mark JohnstonMove IPv6 malloc tag definitions into the IPv6 code.
2016-05-19 Andrey V. ElsukovSince PFIL can change destination address, use its...
2016-05-17 Andrey V. ElsukovCall RO_RTFREE() when we have detected the change of...
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-15 Mark JohnstonUse Node Information flag names instead of hard-coding...
2016-05-15 Mark JohnstonAdd sysctl descriptions for net.inet6.ip6 and net.inet6...
2016-05-15 Mark JohnstonRemove an always-false error check in the AIFADDR_IN6...
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-09 Mark JohnstonRemove obsolescent comments from nd6_purge().
2016-05-08 Xin LIMFV r299237: apply two upstream revisions to address...
2016-05-08 Xin LIMFV r299233: Apply upstream fix 11edb37a71851b5bcbd4e51...
2016-05-07 Mark JohnstonClean up callers of nd6_prelist_add().
2016-05-07 Mark JohnstonRemove two useless local variables from prelist_update().
2016-05-05 Dimitry AndricImport libcxxrt master 516a65c109eb0a01e5e95fbef455eb32...
2016-05-05 Dimitry AndricSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 Jung-uk KimMerge OpenSSL 1.0.2h.
2016-05-03 Pedro F. Giffunisys/net*: minor spelling fixes.
2016-05-01 Michael TuexenWhen a client uses UDP encapsulation and lists IP addre...
next