Age | Commit message (Expand) | Author |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2012-11-30 | Fix typo in comment. | Stefan Sperling |
2012-11-11 | align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- | Theo de Raadt |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-05 | Make sure that in[6]_proto_cksum_out() is called unconditinally and not | Claudio Jeker |
2012-11-02 | unbreak ramdisks, we need to include tcp/udp.h unconditionally now and not | Henning Brauer |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-10-16 | As CMSG_ALIGN() can overflow the integer value, do the length check | Alexander Bluhm |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-09-19 | ioctl requests are u_long not int, spotted via clang | Jonathan Gray |
2012-09-19 | Use TAILQ_FOREACH macro for loops. No binary diff. | Alexander Bluhm |
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-09-07 | Create IPv6 privacy addresses even if static IPv6 addresses are present. | Stefan Sperling |
2012-09-04 | Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran at | Stefan Sperling |
2012-08-28 | Do not add SLAAC or privacy addresses when a static address in the same prefix | sperreault |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-08-15 | Enable IPv6 autoconfprivacy by default | sperreault |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-07-14 | Make IPv6 privacy addresses appear alongside regular SLAAC addresses. | sperreault |
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe |
2012-07-08 | Instead of casting interface address pointers, use the macro | Alexander Bluhm |
2012-06-26 | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare | Philip Guenthe |
2012-05-18 | rt6_flush should remove all routes configured via a specified gw, | Mike Belopuhov |
2012-05-16 | rfc 4861 mandates that target link local address must be included | Mike Belopuhov |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2012-04-03 | According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 | Mike Belopuhov |
2012-04-03 | bail if redirect destination is not unicast before doing other | Mike Belopuhov |
2012-03-15 | Direct IPv6 packets with Ethernet encapsulation into the appropriate | Mike Belopuhov |
2012-02-14 | typo in comment. | Stuart Henderson |
2012-01-24 | Add a short cut for atomic IPv6 fragments. They will be processed | Alexander Bluhm |
2012-01-23 | Do not keep state when dropping overlapping IPv6 fragments in pf | Alexander Bluhm |
2012-01-17 | During IPv6 source address selection, give address scope higher priority | Stefan Sperling |
2012-01-11 | Simplify the #if CARP and if (IFT_CARP) dance in nd6_ns_input(). | Alexander Bluhm |
2012-01-10 | Implement RFC 5722 and drop all IPv6 fragments that belong to a | Alexander Bluhm |
2012-01-10 | Flush the cached IPv6 forward route every 500 ms. This prevents | Alexander Bluhm |
2012-01-09 | Remove the IPv6 fragment overlapping length adjustment code. It | Alexander Bluhm |
2012-01-09 | Replace the hand-crafted queue for IPv6 fragments with LIST. | Alexander Bluhm |
2012-01-05 | Remove dead code from #if 0: we do not have an ipsrcchk_rt anywhere else. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2011-12-27 | Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) | Alexander Bluhm |
2011-12-02 | Kill unused IFCAP_IPSEC and IFCAP_IPCOMP. | Christiano F. Haesbaert |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-10-15 | dont define proxydl in nd6_na_output when NCARP = 0 as unused | Nigel Taylor |
2011-10-14 | Prevent carp slaves from sending IPv6 neighbour advertisements for carp | Stefan Sperling |