summaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_var.h
AgeCommit message (Expand)Author
2022-10-28inpcb: integrate data structures of PCB into oneozaki-r
2018-11-22Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ.knakahara
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2014-05-22Move udp6_input(), udp6_sendup(), udp6_realinput() and udp6_input_checksum()rmind
2014-05-18Add struct pr_usrreqs with a pr_generic function and prepare for thermind
2012-06-22PR/46602: Move the rfc6056 port randomization to the IP layer.christos
2011-09-24Add inet6 part of the rfc6056 code contributed by Vlad Balan as part ofchristos
2008-04-24Merge the socket locking patch:ad
2008-04-15Make udp6 stats per-cpu.thorpej
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-07-23Use the LWP cached credentials where sane.ad
2005-12-11merge ktrace-lwp.christos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-08-28Implement net.inet6.udp6.stats.rpaulo
2004-12-15Don't perform checksums on loopback interfaces. They can be reenabled withthorpej
2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun
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-05-12Eliminate commons.matt
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
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-02-28remove some of cross-BSD portability #ifdef.itojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-11-19Update protocoles and interfaces stats counters to 64bit.bouyer
1999-07-03RCS ID police.thorpej
1999-06-28KAME/NetBSD 1.4 SNAP kit, dated 19990628.itojun