summaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_usrreq.c
AgeCommit message (Expand)Author
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-01-21Better support of IPv6 scoped addresses.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-11-15Pass the current process structure to in_pcbconnect() so that it candsl
2005-08-28Implement net.inet6.udp6.stats.rpaulo
2005-08-10move {tcp,udp}_do_loopback_cksum back to tcp/udpyamt
2005-05-29- avoid shadowed variableschristos
2005-03-11Revert the change that made kern.file2 and net.*.*.pcblist into nodesatatat
2005-03-10Change types of kern.file2 and net.*.*.pcblist to NODEatatat
2005-03-09Add the following nodes to the sysctl tree:atatat
2004-12-15Don't perform checksums on loopback interfaces. They can be reenabled withthorpej
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
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