]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
Sync to p4 156093
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2009-01-12 Qing LiRevive the RTF_LLINFO flag in route.h. The kernel code...
2009-01-09 Bjoern A. ZeebRestrict arp, ndp and theoretically the FIB listing...
2009-01-09 Bjoern A. ZeebMake SIOCGIFADDR and related, as well as SIOCGIFADDR_IN...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-06 Randall StewartAddresses Roberts comments on comments. Also adds
2009-01-06 Randall StewartAdd the ability of an alternate transport protocol
2009-01-05 Bjoern A. ZeebSwitch the last protosw* structs to C99 initializers.
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-04 Robert WatsonUnlike with struct protosw, several instances of struct...
2009-01-04 Robert Watsonstruct ip6protosw is a copy of struct protosw, so remov...
2009-01-03 Qing LiSome modules such as SCTP supplies a valid route entry...
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-26 Qing LiThis checkin addresses a couple of issues:
2008-12-24 Kip Macyavoid lock recursion by deferring the link check until...
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-22 Bjoern A. ZeebCorrect variable name in comment.
2008-12-22 Qing LiSimilar to the INET case, do not destroy the nd6 entrie...
2008-12-20 Sam LefflerMFH @ 186335
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-18 Bjoern A. ZeebOnly unlock the llentry if it is actually valid.
2008-12-17 Bjoern A. ZeebAnother step assimilating IPv[46] PCB code:
2008-12-17 Bjoern A. ZeebUse inc_flags instead of the inc_isipv6 alias which...
2008-12-17 Qing LiRemove the rt argument from nd6_storelladdr() because
2008-12-17 Qing LiA couple of files were not meant to be committed.
2008-12-17 Qing Liin6_clsroute() was applied to prefix routes causing...
2008-12-16 Kip Macy* Compare pointer with NULL
2008-12-16 Kip Macy- Simplify handling of the deferring of mbuf transmit...
2008-12-16 Kip Macycheck pointers against NULL
2008-12-16 Kip Macyconvert more pointer validation checks to checking...
2008-12-16 Kip Macysimplify locking in find_pfxlist_reachable_router
2008-12-16 Kip Macyexplicitly check return of lla_lookup against NULL
2008-12-16 Kip Macyadvance tail pointer in nd6_output_lle and check lla_ou...
2008-12-16 Kip Macycheck return from lla_lookup against NULL not zero
2008-12-16 Kip Macymake sure redirect doesn't return without dropping...
2008-12-16 Kip Macyneed to check that lle is not null before unlock if...
2008-12-16 Kip Macyunlock the llentry after use in find_pfxlist_reachable_...
2008-12-16 Qing LiInitialize the variable "router", and apply "static_rou...
2008-12-16 Kip Macyunlock and destroy an llentry's lock before freeing
2008-12-16 Kip Macyunlock looked up llentrys in defrouter_select
2008-12-16 Kip Macyfix two use after frees in nd6_cache_lladdr caused...
2008-12-15 Bjoern A. ZeebAnother step assimilating IPv[46] PCB code - directly use
2008-12-15 Qing LiThis main goals of this project are:
2008-12-13 Kip Macyin6_addroute is called through rnh_addadr which is...
2008-12-13 Bjoern A. ZeebSecond round of putting global variables, which were...
2008-12-12 Kip MacyRTF_RNH_LOCKED needs to be passed in the flags arg...
2008-12-12 Andrew ThompsonPass RTF_RNH_LOCKED to rtalloc1 sunce the node head...
2008-12-11 Bjoern A. ZeebPut a global variables, which were virtualized but...
2008-12-10 Marko ZecConditionally compile out V_ globals while instantiatin...
2008-12-08 Warner LoshAdd missing include to sys/lock.h before sys/rwlock.h
2008-12-07 Kip Macy - convert radix node head lock from mutex to rwlock
2008-12-06 Randall StewartCode from the hack-session known as the IETF (and a
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 Bjoern A. ZeebRather than using hidden includes (with cicular depende...
2008-12-01 Sam Lefflerimport ath hal
2008-11-29 Bjoern A. ZeebMFp4:
2008-11-28 Marko ZecUnhide declarations of network stack virtualization...
2008-11-27 Bjoern A. ZeebMerge in6_pcbfree() into in_pcbfree() which after the...
2008-11-27 Bjoern A. ZeebUnify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.
2008-11-26 Marko ZecMerge more of currently non-functional (i.e. resolving to
2008-11-26 Bjoern A. ZeebRemove in6_pcbdetach() as it is exactly the same function
2008-11-26 Bjoern A. ZeebUnify the v4 and v6 versions of pcbdetach and pcbfree...
2008-11-26 Bjoern A. ZeebPlug a credential leak in case the inpcb is freed by
2008-11-19 Marko ZecChange the initialization methodology for global variab...
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-26 Robert WatsonAdd a MAC label, MAC Framework, and MAC policy entry...
2008-10-23 Dag-Erling SmørgravFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 Dag-Erling SmørgravRetire the MALLOC and FREE macros. They are an abomina...
2008-10-20 Bjoern A. ZeebBring over the change switching from using sequential...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-10-15 Bjoern A. ZeebCheck that the mbuf len is positive (like we do in...
2008-10-14 Edwin GroothuisMFV of r183861:
2008-10-12 Robert WatsonWhen disconnecting a UDPv6 socket, acquire the socket...
2008-10-04 Bjoern A. ZeebStyle changes: compare pointer to NULL and move a }.
2008-10-04 Bjoern A. ZeebCache so_cred as inp_cred in the inpcb.
2008-10-02 Marko ZecStep 1.5 of importing the network stack virtualization...
2008-10-02 Colin PercivalDefault to ignoring potentially evil IPv6 Neighbor...
2008-09-24 Dag-Erling SmørgravMFV "xmalloc: zero size" fix.
2008-09-22 Robert WatsonWhen invoking the udp_send() from udp6_send() due to...
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-10 Bjoern A. Zeebmld_timerresid() returns ms so instead of doing the...
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
2008-09-03 Simon L. B. Nielsen- Fix amd64 local privilege escalation. [08:07]
2008-09-03 Bjoern A. ZeebFix a bug, when a specially crafted ICMPV6 MLD packet...
2008-09-03 David SchultzMerge gdtoa 20080831. This fixes several bugs, includin...
2008-09-01 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P2 import
2008-09-01 Dag-Erling SmørgravRemove some unused files.
2008-08-31 Robert WatsonIn UDPv6, reduce scope of global udbinfo lock during...
2008-08-28 Gregory Neil ShapiroMerge sendmail 8.14.3 into HEAD.
2008-08-28 Rui PauloMerge ath_hal 0.10.5.10 to head.
2008-08-25 Julian Elischeranother missed V_
2008-08-22 Ollivier RobertMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-20 Julian ElischerFix some of the formatting fixes.. It's amazing how...
2008-08-20 Julian ElischerA bunch of formatting fixes brough to light by, or...
next