summaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_usrreq.c
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-10-25fix uninitialized variableschristos
2003-09-06clarify flowlabel handlingitojun
2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun
2003-08-22no need for opt_ipsec.h any longeritojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-05-12Eliminate commons.matt
2001-11-13add RCSIDslukem
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-24more whitespace sync with kameitojun
2001-10-24remove unused codepath (unifdef -UUDP6)itojun
2001-10-18reduce diffs with kame (mostly cosmetic).itojun
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
2001-07-25allocate ipsec policy buffer attached to pcb in in*_pcballoc, beforeitojun
2001-07-03call in{,6}_pcbpurgeif0() before in{,6}_purgeif().itojun
2001-05-27remove debug printfs, which can be too noisy. sync with kame.itojun
2001-05-24call icmp6_mtudisc_update(foo, 0) even if ICMPv6 messages are very short.itojun
2001-05-08correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix()itojun
2001-02-11pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discoveryitojun
2001-02-10to sync with kame better, (1) remove register declaration for variables,itojun
2001-02-08move udp6_output() to separate file. (sync better with kame)itojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-12-09update icmp6 too big validation. the change is necessary since pmtud isitojun
2000-11-06fix IPv4 TTL selection with AF_INET6 API. sync with kame. From: jdcitojun
2000-10-19validate ICMPv6 too big message.itojun
2000-10-13validate mbuf chain length on *_ctlinput. remote node may be able toitojun
2000-07-07sync with kame.itojun
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-08make sure not to overwrite sockaddr on PRU_SEND/PRU_CONNECT toitojun
2000-06-05pass struct proc * down to udp6_output and in6_pcbbind.itojun
2000-05-22make net.inet6.udp6.* sysctl name meet with IPv4 counterpart.itojun
2000-04-17fix endian issue in filling in interface id.itojun
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
2000-02-28make ICMPv6 redirect actually flush route cache in udp6/raw6 socket.itojun
2000-02-25remove extra NULL checkitojun
2000-02-06fix include pathname for better rfc2292 compliance.itojun
2000-02-06don't chase mbuf pointer when it is NULL.itojun
2000-02-02PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4thorpej
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
2000-01-31bring in latest KAME ipsec tree.itojun
2000-01-31destination port == 0 is illegal based on RFC768.itojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
1999-12-22drop IPv6 packets with v4 mapped address on src/dst. they are illegalitojun
1999-12-15do not overwrite traffic class field when we write IPv6 version field.itojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-09-13- Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.itojun
1999-08-25ctlinput handling must look at ip6_src, not ip6_dst.itojun