summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-2/+2
* Add reference counting for inet pcb, this will be needed when webluhm2018-09-131-2/+5
* Validate sockaddr from userland in central functions. This resultsbluhm2017-08-111-10/+3
* Return EADDRNOTAVAIL if UDP sendto(2) is used with a mapped address.bluhm2017-05-131-2/+2
* Remove redundant splsoftnet().mpi2016-12-191-3/+1
* turn ipstat into a set of percpu counters.dlg2016-11-181-2/+2
* Commit in6_selectsrc() split again, with missing assignment fixed.vgross2016-08-041-4/+2
* Revert in_selectsrc() refactoring, it breaks IPv6.mpi2016-07-221-2/+4
* Split in6_selectsrc() into a low-level part and a pcb-level part, andvgross2016-07-201-4/+2
* Do not check if source address is available when the UDP6 socket is boundvgross2016-05-191-2/+3
* Don't forget to initialize scope_id. This fixes semarie@ and sthen@'svgross2016-03-311-1/+2
* Merge in_pcbbind() and in6_pcbbind(), and change every call tovgross2016-03-231-2/+2
* Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it whenvgross2016-03-211-16/+9
* Revert, missing decl for in6_pcbaddrisavail() breaks kernel build.jca2016-03-201-9/+16
* Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it whenvgross2016-03-191-16/+9
* Add checks on overlapping IPv6 sockets ownershipvgross2016-03-121-1/+18
* Move port picking away from in_pcbbind()vgross2015-12-021-4/+8
* No need for <net/if_types.h>mpi2015-11-241-2/+1
* Ignore Router Advertisment's current hop limit.mpi2015-10-241-6/+2
* Stop checking for RTF_UP directly, call rtisvalid(9) instead.mpi2015-10-191-3/+2
* Kill yet another argument to functions in IPv6. This time ip6_output'sclaudio2015-09-111-2/+2
* in6_embedscope() needs to lose some weight. Remove the last argument.claudio2015-09-111-2/+2
* More damned eye searing whitespace. No change to .o files.krw2015-06-081-4/+4
* test mbuf pointers against NULL not 0jsg2015-05-131-2/+2
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* To implement transparent relays for connectionless protocols, thebluhm2014-11-091-1/+8
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* Do not include <sys/malloc.h> where it is not needed.mpi2014-06-031-2/+1
* Remove the dead KAME code that dealt with IPv4-mapped IPv6 addresses.jca2014-04-181-44/+35
* This remnant comment doesn't belong here. ok claudio@jca2014-04-181-2/+1
* Invert the signature logic of in{,6}_selectsrc, make them return thejca2014-04-181-7/+5
* Merge in_fixaddr() into in_selectsrc() in order to prepare formpi2014-04-161-15/+5
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-3/+3
* Fix m_freem(NULL) in error case.chrisz2014-04-091-2/+2
* Back when some NRL code was merged into KAME to create the *BSD IPV6deraadt2013-10-231-38/+23
* Compute the checksum in in_proto_cksum_out, just set the flag innaddy2013-10-221-5/+2
* Janitoring. No significant binary change.deraadt2013-10-211-20/+10
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-2/+2
* no need for a lot of code to include proc.htedu2013-03-281-2/+1
* tedu faith(4), suggested by todd@ some weeks ago after a submission bympi2013-03-141-3/+1
* rdomain support for IPv6sperreault2011-11-241-2/+7
* When accessing cached routes make sure the route is actually still valid.claudio2008-11-231-4/+7
* ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.mcbride2008-06-111-5/+3
* apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.henning2007-06-011-2/+2
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-9/+10
* support IPV6_USE_MIN_MTU, to make BIND9 better.itojun2004-06-121-3/+1
* back out tree breakage. Like, come onderaadt2004-06-111-1/+3
* support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameitojun2004-06-111-3/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* KNF - return is not a function. sync w/kameitojun2002-09-111-2/+2