]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
This commit was generated by cvs2svn to compensate for changes in r161863,
[FreeBSD/FreeBSD.git] / sys / netinet6 /
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-04 brooksWith exception of the if_name() macro, all definitions...
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-23 rwatsonAlign IPv6 socket locking with IPv4 locking: lock socke...
2006-07-22 gnnThe KAME project ceased work on IPv6 and IPSec in March...
2006-07-21 rwatsonChange semantics of socket close and detach. Add a...
2006-07-18 upsFix race conditions on enumerating pcb lists by moving...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-05 olegComplete timebase (time_second -> time_uptime) conversion.
2006-06-30 yarWe needn't check "m" for NULL here because "off" should...
2006-06-29 yarThere is a consensus that ifaddr.ifa_addr should never...
2006-06-29 yarUse queue(3) macros instead of accessing list/queue...
2006-06-29 bzUse INPLOOKUP_WILDCARD instead of just 1 more consistently.
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 pjd- Use suser_cred(9) instead of directly comparing cr_uid.
2006-06-27 pjd- Use suser_cred(9) instead of directly checking cr_uid.
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-25 rwatsonUse suser_cred() instead of a direct comparison of...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-08 gnnFix spurious warnings from neighbor discovery when...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-23 tanimuraAvoid spurious release of an rtentry.
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-20 bzIn IN6_IS_ADDR_V4MAPPED case instead of returning direc...
2006-05-12 mlaierRemove ip6fw. Since ipfw has full functional IPv6...
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-04 bzAssert ip6_forward_rt protected by Giant adding GIANT_R...
2006-05-01 rwatsonBreak out socket access control and delivery logic...
2006-04-25 rwatsonMove lock assertions to top of in6_pcbladdr(): we still...
2006-04-23 rwatsonModify in6_pcbpurgeif0() to accept a pcbinfo structure...
2006-04-21 psAllow for nmbclusters and maxsockets to be increased...
2006-04-15 rwatsonMirror IPv4 pcb locking into in6_setsockaddr() and...
2006-04-12 rwatsonAssert the inpcb lock in udp6_output(), as we dereferen...
2006-04-12 rwatsonAdd comment to udp6_input() that locking is missing...
2006-04-12 rwatsonAdd udbinfo locking in udp6_input() to protect lookups...
2006-04-12 rwatsonDon't use spl around call to in_pcballoc() in IPv6...
2006-04-12 rwatsonRemove one remaining use of spl in the IPv6 fragmentati...
2006-04-12 rwatsonAdd missing locking to udp6_getcred(), remove spl use.
2006-04-12 rwatsonRemove spl use from IPv6 inpcb code.
2006-04-10 suzip6_mrouter_done(): use if_allmulti(0) for disabling...
2006-04-09 rwatsonFix assertion description: !=, not ==.
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-01 rwatsonUpdate in_pcb-derived basic socket types following...
2006-04-01 rwatsonBreak out in_pcbdetach() into two functions:
2006-04-01 rwatsonChance protocol switch method pru_detach() so that...
2006-04-01 rwatsonChange protocol switch pru_abort() API so that it retur...
2006-03-28 dwmaloneThis comment on various IPPORT_ defines was copied...
2006-03-28 rwatsonRemove manual assignment of m_pkthdr from one mbuf...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-24 suzfixed a memory leak when net.inet6.icmp6.nd6_maxqueuele...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-19 dwmaloneMake net.inet.ip.portrange.reservedhigh and
2006-03-19 suzimplements section 2.2 of RFC4191, regarding the reserv...
2006-03-19 suzupdates net.inet6.ip6.kame_version as the proof of...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-04 suzfixed a bug that an MLD report is not advertised when...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-12 umeavoided the use of purged address structure when an...
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-08 gnnFix for an inappropriate bzero of the ICMPv6 stats...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-05 umeshut up strict-aliasing rules warning.
next