Age | Commit message (Expand) | Author |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |
2017-05-30 | Keep ipv6_input() definition inside _KERNEL. | Martin Pieuchot |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-02-22 | Fix comments about a few ipv6 sockoptions | Renato Westphal |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-10-03 | Convert some of the remaining usages of time_second to time_uptime. | Martin Pieuchot |
2016-06-27 | Implement IPV6_MINHOPCOUNT support. | Jeremie Courreges-Anglas |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2015-12-03 | rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen | Ted Unangst |
2015-10-29 | RFC 2292 API support was removed 9 years ago, but left in a binary compat | Ted Unangst |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-04-14 | ip6_sprintf is long gone; noticed by blambert | Mike Belopuhov |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the | Claudio Jeker |
2015-02-09 | provide a net.inet6.ip6.ifq sysctl so people can see and fiddle | David Gwynne |
2015-01-10 | Correct some comments and merge in6_if_up() into in6_ifattach() to | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | What have no need for a variable that holds the maximum MTU size of | Martin Pieuchot |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |
2014-08-26 | Do not hand-roll all routers link local address. | Florian Obser |
2014-07-11 | introduce the IFXF_AUTOCONF6 interface flag which controls wether we | Henning Brauer |
2014-06-13 | Remove deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-04-20 | move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdr | Christian Weisgerber |
2014-01-22 | Split the checksum calculation for IPv6 like for IPv4: | Christian Weisgerber |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-24 | Significant namespace cleanup of netinet6 symbols. | Theo de Raadt |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-03-28 | Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6 | Alexander Bluhm |
2013-03-14 | My lack of faith... These lines should stay, reported by ajacoutot@. | Martin Pieuchot |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-09-17 | add IPV6_RECVDSTPORT socket option, which enables us to get original | YASUOKA Masahiko |
2012-09-15 | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. | Philip Guenthe |
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe |
2012-06-26 | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare | Philip Guenthe |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-10-13 | Since the IPv6 madness is not enough introduce NAT64 -- which is actually | Claudio Jeker |
2011-05-02 | recognize SO_RTABLE socket option at the SOL_SOCKET level; | Mike Belopuhov |
2010-09-23 | add a new IP level socket option IP_PIPEX. This option is used for L2TP | YASUOKA Masahiko |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |