]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Remove performance counter headers. This code came from NetBSD, but our
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2009-10-02 Hiroki SatoEnable adding a link-local address even if ND6_IFF_IFDI...
2009-10-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.3p1.
2009-09-28 Edwin GroothuisMFV of tzdata2009n
2009-09-17 Randall StewartSupport for VNET in SCTP (hopefully)
2009-09-15 Qing LiSelf pointing routes are installed for configured inter...
2009-09-12 Hiroki SatoImprove flexibility of receiving Router Advertisement and
2009-09-11 Jung-uk KimMFV: r196804
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
2009-09-05 Qing LiThe addresses that are assigned to the loopback interface
2009-09-05 Qing LiThis patch fixes an address scope violation. Considerin...
2009-09-05 Qing LiThis patch fixes the following issues:
2009-08-30 Qing LiPrefix on-link verification is being performed on stati...
2009-08-27 Edwin GroothuisMFV of r195794
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-26 Qing LiWhen multiple interfaces exist in the system, with...
2009-08-25 Robert WatsonUse locks specific to the lltable code, rather than...
2009-08-23 Robert WatsonRework global locks for interface list and index manage...
2009-08-23 Simon L. B. NielsenMerge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-12 Qing LiA piece of code was added to install a host route when...
2009-08-02 Robert WatsonMany network stack subsystems use a single global data...
2009-08-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
2009-08-01 Robert WatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-29 Xin LIUpdate less to v436. This is considered as a bugfix...
2009-07-29 Doug BartonUpdate to version 9.6.1-P1 which addresses a remote...
2009-07-27 Qing LiThis patch does the following:
2009-07-23 Robert WatsonIntroduce and use a sysinit-based initialization scheme...
2009-07-21 Bjoern A. Zeebsysctl_msec_to_ticks is used with both virtualized and
2009-07-20 Robert WatsonGarbage collect vnet module registrations that have...
2009-07-19 Robert WatsonReimplement and/or implement vnet list locking by repla...
2009-07-18 Bruce M SimpsonFix a problem, whereby misbehaving IPv6 applications...
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-16 Robert WatsonRemove unused VNET_SET() and related macros; only VNET_...
2009-07-14 Robert WatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-12 Qing LiThis patch adds a host route to an interface address...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
2009-06-29 Robert WatsonFix "options VIMAGE_GLOBALS" build following introducti...
2009-06-27 Robert WatsonIn in6_update_ifa(), jump to 'cleanup' rather than...
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-25 Robert WatsonAdd address list locking for in6_ifaddrhead/ia_link...
2009-06-25 Robert WatsonClean up reference management in in6_update_ifa and...
2009-06-24 Robert WatsonConvert netinet6 to using queue(9) rather than hand...
2009-06-23 Bjoern A. ZeebMake callers to in6_selectsrc() and in6_pcbladdr()...
2009-06-23 Robert WatsonModify most routines returning 'struct ifaddr *' to...
2009-06-23 Bjoern A. ZeebAfter cleaning up rt_tables from vnet.h and cleaning...
2009-06-23 Bjoern A. ZeebIn r194702 I meant to remove vnet.h which is no longer...
2009-06-23 Bjoern A. Zeebin6_rtqdrain() has been unused. Cleanup.
2009-06-21 Robert WatsonClean up common ifaddr management:
2009-06-21 Roman DivackySwitch cmd argument to u_long. This matches what if_eth...
2009-06-19 Edwin GroothuisMFV of r194480
2009-06-17 Bjoern A. ZeebAdd explicit includes for jail.h to the files that...
2009-06-14 Simon L. B. NielsenMerge OpenSSL 0.9.8k into head.
2009-06-14 Edwin GroothuisRename since it has will have more capabilities than...
2009-06-13 Jamie GrittonRename the host-related prison fields to be the same...
2009-06-12 Marko ZecRemove unnecessary #ifdef lines and code.
2009-06-10 Colin PercivalPrevent integer overflow in direct pipe write code...
2009-06-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-08 Bjoern A. ZeebAfter r193232 rt_tables in vnet.h are no longer indirec...
2009-06-08 Marko ZecIntroduce an infrastructure for dismantling vnet instances.
2009-06-07 Hiroki SatoFix and add a workaround on an issue of EtherIP packet...
2009-06-05 Jung-uk KimImport ACPICA 20090521.
2009-06-05 Robert WatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-02 Jung-uk KimMFV: ACPICA 20090521
2009-06-01 Marko ZecV_loif is not an array but a pure pointer, so treat...
2009-06-01 Marko ZecRemove an #undef MIN that slipped under the radar and...
2009-06-01 Bjoern A. ZeebConvert the two dimensional array to be malloced and...
2009-06-01 Robert WatsonReimplement the netisr framework in order to support...
2009-06-01 Pawel Jakub Dawidek- Rename IP_NONLOCALOK IP socket option to IP_BINDANY...
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-29 Jamie GrittonPlace hostnames and similar information fully under...
2009-05-28 Xin LIUpdate netcat to the version carried with OpenBSD 4.5.
2009-05-27 Bruce M SimpsonMerge final round of MLD changes from p4:
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Jamie GrittonAdd hierarchical jails. A jail may further virtualize...
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-23 Bjoern A. ZeebImplement UDP control block support.
2009-05-23 Bjoern A. ZeebAdd sysctls to toggle the behaviour of the (former...
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-21 Bruce M SimpsonPullup from p4 tip:
2009-05-21 Bruce M SimpsonPullup svn source to p4 top of tree:
2009-05-20 Qing LiWhen an interface address is removed and the last prefix
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 Bjoern A. ZeebAdd two missing INIT_VNET_INET6(curvnet) to make VIMAGE...
2009-05-18 Qing LiThis patch resolves the following issues:
2009-05-09 Warner LoshImplement RFC 5095 more fully. Rather than marking...
2009-05-09 Xin LIUpdate to less v429.
2009-05-06 Marko ZecRemove unnecessary CURVNET_SET() calls where curvnet...
2009-05-05 Alexander KabaevSilence unsolicited spam printed out when KTR_MLD happe...
2009-05-05 Marko ZecChange the curvnet variable from a global const struct...
2009-05-04 David E. O'BrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-05-02 Marko ZecMake indentation more uniform accross vnet container...
2009-05-01 Bruce M SimpsonLimit scope of acquisition of INP_RLOCK for multicast...
2009-04-30 Marko ZecPermit buiding kernels with options VIMAGE, restricted...
2009-04-29 Bruce M SimpsonBite the bullet, and make the IPv6 SSM and MLDv2 mega...
2009-04-29 Bruce M SimpsonAdd MLDv2 protocol header, but do not connect it to...
2009-04-29 Bruce M SimpsonImport IPv6 SSM module but do not connect it to the...
2009-04-29 Bruce M SimpsonAdd IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklo...
2009-04-28 Edwin GroothuisMFC of tzdata2009g:
next