| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-10 | 1 | -2/+2 |
* | Add reference counting for inet pcb, this will be needed when we |  bluhm | 2018-09-13 | 1 | -2/+5 |
* | Validate sockaddr from userland in central functions. This results |  bluhm | 2017-08-11 | 1 | -10/+3 |
* | Return EADDRNOTAVAIL if UDP sendto(2) is used with a mapped address. |  bluhm | 2017-05-13 | 1 | -2/+2 |
* | Remove redundant splsoftnet(). |  mpi | 2016-12-19 | 1 | -3/+1 |
* | turn ipstat into a set of percpu counters. |  dlg | 2016-11-18 | 1 | -2/+2 |
* | Commit in6_selectsrc() split again, with missing assignment fixed. |  vgross | 2016-08-04 | 1 | -4/+2 |
* | Revert in_selectsrc() refactoring, it breaks IPv6. |  mpi | 2016-07-22 | 1 | -2/+4 |
* | Split in6_selectsrc() into a low-level part and a pcb-level part, and |  vgross | 2016-07-20 | 1 | -4/+2 |
* | Do not check if source address is available when the UDP6 socket is bound |  vgross | 2016-05-19 | 1 | -2/+3 |
* | Don't forget to initialize scope_id. This fixes semarie@ and sthen@'s |  vgross | 2016-03-31 | 1 | -1/+2 |
* | Merge in_pcbbind() and in6_pcbbind(), and change every call to |  vgross | 2016-03-23 | 1 | -2/+2 |
* | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when |  vgross | 2016-03-21 | 1 | -16/+9 |
* | Revert, missing decl for in6_pcbaddrisavail() breaks kernel build. |  jca | 2016-03-20 | 1 | -9/+16 |
* | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when |  vgross | 2016-03-19 | 1 | -16/+9 |
* | Add checks on overlapping IPv6 sockets ownership |  vgross | 2016-03-12 | 1 | -1/+18 |
* | Move port picking away from in_pcbbind() |  vgross | 2015-12-02 | 1 | -4/+8 |
* | No need for <net/if_types.h> |  mpi | 2015-11-24 | 1 | -2/+1 |
* | Ignore Router Advertisment's current hop limit. |  mpi | 2015-10-24 | 1 | -6/+2 |
* | Stop checking for RTF_UP directly, call rtisvalid(9) instead. |  mpi | 2015-10-19 | 1 | -3/+2 |
* | Kill yet another argument to functions in IPv6. This time ip6_output's |  claudio | 2015-09-11 | 1 | -2/+2 |
* | in6_embedscope() needs to lose some weight. Remove the last argument. |  claudio | 2015-09-11 | 1 | -2/+2 |
* | More damned eye searing whitespace. No change to .o files. |  krw | 2015-06-08 | 1 | -4/+4 |
* | test mbuf pointers against NULL not 0 |  jsg | 2015-05-13 | 1 | -2/+2 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | To implement transparent relays for connectionless protocols, the |  bluhm | 2014-11-09 | 1 | -1/+8 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | Do not include <sys/malloc.h> where it is not needed. |  mpi | 2014-06-03 | 1 | -2/+1 |
* | Remove the dead KAME code that dealt with IPv4-mapped IPv6 addresses. |  jca | 2014-04-18 | 1 | -44/+35 |
* | This remnant comment doesn't belong here. ok claudio@ |  jca | 2014-04-18 | 1 | -2/+1 |
* | Invert the signature logic of in{,6}_selectsrc, make them return the |  jca | 2014-04-18 | 1 | -7/+5 |
* | Merge in_fixaddr() into in_selectsrc() in order to prepare for |  mpi | 2014-04-16 | 1 | -15/+5 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -3/+3 |
* | Fix m_freem(NULL) in error case. |  chrisz | 2014-04-09 | 1 | -2/+2 |
* | Back when some NRL code was merged into KAME to create the *BSD IPV6 |  deraadt | 2013-10-23 | 1 | -38/+23 |
* | Compute the checksum in in_proto_cksum_out, just set the flag in |  naddy | 2013-10-22 | 1 | -5/+2 |
* | Janitoring. No significant binary change. |  deraadt | 2013-10-21 | 1 | -20/+10 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -2/+2 |
* | no need for a lot of code to include proc.h |  tedu | 2013-03-28 | 1 | -2/+1 |
* | tedu faith(4), suggested by todd@ some weeks ago after a submission by |  mpi | 2013-03-14 | 1 | -3/+1 |
* | rdomain support for IPv6 |  sperreault | 2011-11-24 | 1 | -2/+7 |
* | When accessing cached routes make sure the route is actually still valid. |  claudio | 2008-11-23 | 1 | -4/+7 |
* | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. |  mcbride | 2008-06-11 | 1 | -5/+3 |
* | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. |  henning | 2007-06-01 | 1 | -2/+2 |
* | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). |  itojun | 2006-12-09 | 1 | -9/+10 |
* | support IPV6_USE_MIN_MTU, to make BIND9 better. |  itojun | 2004-06-12 | 1 | -3/+1 |
* | back out tree breakage. Like, come on |  deraadt | 2004-06-11 | 1 | -1/+3 |
* | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame |  itojun | 2004-06-11 | 1 | -3/+1 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | KNF - return is not a function. sync w/kame |  itojun | 2002-09-11 | 1 | -2/+2 |