]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet6
This commit was generated by cvs2svn to compensate for changes in r155429,
[FreeBSD/FreeBSD.git] / sys / netinet6 /
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.
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-02 umemake IPV6_V6ONLY socket option work for UDP as well.
2006-02-02 csjpSomewhat re-factor the read/write locking mechanism...
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-30 glebiusAdd some initial locking to gif(4). It doesn't covers...
2006-01-25 umedon't embed scope id before running packet filters.
2006-01-22 rwatsonConvert in6_cksum() to ANSI C function declaration.
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-14 rwatsonWhen storing the results of malloc() in a pointer to...
2006-01-13 rwatsonIn ipcomp6_input(), check 'md' not 'm' after a call...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-09 suzadded a note about the assumption for m->m_pkthdr.rcvif
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-21 thompsaAdd RFC 3378 EtherIP support. This change makes it...
2005-12-09 suzfixed a kernel crash at the initialization time of...
2005-12-08 umethe response NS to a DAD NS was not sent correctly...
2005-12-07 obrienThis commit was generated by cvs2svn to compensate...
2005-11-16 suzfixed a kernel crash due to an improper removal of...
2005-11-13 samThis commit was generated by cvs2svn to compensate...
2005-11-09 ruUse sparse initializers for "struct domain" and "struct...
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-02 hartiThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-11-01 jkimThis commit was generated by cvs2svn to compensate...
2005-10-31 suzstatically configured IPv6 address is properly added...
2005-10-24 obrienThis commit was generated by cvs2svn to compensate...
2005-10-22 suzfixed a compilation failure on amd64/sparc64/ia64
2005-10-21 suznuked non-existing commands
2005-10-21 suzsync with KAME regarding NDP
2005-10-21 suzperform NUD on an IPv6-aware point-to-point interface
2005-10-21 suzsync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_...
2005-10-20 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-20 ruThis commit was generated by cvs2svn to compensate...
2005-10-19 suzsync with KAME (nuked unused code, use NULL to denote...
2005-10-19 suzsync with KAME (removed a unnecesary non-standard macro)
2005-10-19 suzsync with KAME regarding the following clarification...
2005-10-19 suzsync with KAME (don't respond to NI_QTYPE_IPV4ADDR)
2005-10-19 suzsupported an ndp command suboption to disable IPv6...
2005-10-19 suzadded an ioctl option in kernel so that ndp/rtadvd...
2005-10-19 suzsync with KAME in the following points:
2005-10-19 suzRaw IPv6 checksum must use the protocol number of the...
2005-10-17 suzfixed a kernel crash when IPv6 PIM-SM routing is enable...
2005-10-15 suzadded a missing unlock
2005-10-12 umeAES counter mode uses 8byte IV, not 16 bytes.
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-19 andreUse monotonic 'time_uptime' instead of 'time_second...
2005-09-16 suzplugged a possible memory leak
2005-09-07 obrienIPv6 was improperly defining its malloc type the same...
2005-09-06 thompsaAdd support for multicast to the bridge and allow inet6...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-08-30 andreUse the correct mbuf type for MGET().
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-18 suzadded a missing unlock (just do the same thing as in...
2005-08-17 ume- fix race condition using sx lock.
2005-08-16 umeavoid exclusive sleep mutex.
2005-08-13 umeadded a knob to enable path MTU discovery for multicast...
2005-08-12 ume- fix typo in comment.
2005-08-11 glebiuso Make rt_check() function more strict:
2005-08-11 umecreate sysctl tree dynamically. it is required to...
2005-08-10 umeremoved RFC1885-related code. it was obsoleted by...
2005-08-10 suzsupports stealth forwarding in IPv6, as well as in...
2005-08-10 obrienRemove public declarations of variables that were forgo...
2005-08-10 obrienStyle nit.
2005-08-10 suzfixed a kernel crash at the start-up time of an IPv6...
2005-08-09 umecorrected the fourth argument to ni6_addrs().
2005-08-09 rwatsonPropagate rename of IFF_OACTIVE and IFF_RUNNING to...
2005-08-09 glebiusIn preparation for fixing races in ARP (and probably...
2005-08-09 glebius- Use 'error' variable to store error value, instead...
2005-08-02 rwatsonModify network protocol consumers of the ifnet multicas...
2005-07-28 umesimplied the fix to FreeBSD-SA-04:06.ipv6. The previou...
2005-07-27 cpercivaCorrect a buffer overflow which can occur when decompre...
2005-07-26 umenuke duplicate inclusion of scope6_var.h.
2005-07-25 umeoops, make it compilable. i need sleep. X-(
2005-07-25 umerestore locks which disappeared wrongly by my previous...
2005-07-25 umescope cleanup. with this change
2005-07-21 umealways copy ip6_pktopt. remove needcopy and needfree
2005-07-21 umesimplified udp6_output() and rip6_output(): do not...
2005-07-21 umebe consistent on naming advanced API functions; use...
2005-07-21 umeNULL is not zero.
2005-07-20 umedo not hardcode if_mtu values in here, except for IFT_...
2005-07-20 umeupdate comments:
next