Age | Commit message (Expand) | Author |
2013-10-24 | ippseudo is kernel-only; checked in ports by sthen | 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-24 | Move obvious kernel prototypes (and structure's with kernel pointers, | Theo de Raadt |
2013-10-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt |
2013-10-23 | remove historical #if 1 | Theo de Raadt |
2013-10-23 | remove the ipprintfs debug stuff; if you are debugging at this level, | Theo de Raadt |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | No need to expose twice in_socktrim(), it is only used in one file. | Martin Pieuchot |
2013-10-21 | Remove some historical comments. | Theo de Raadt |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |
2013-10-21 | Sprinkle a lot more IPv6 routing domains support in the kernel. | Peter Hessler |
2013-10-20 | Make the IPv4 and IPv6 code look similar to allow easy comparison. | Alexander Bluhm |
2013-10-20 | no need to make the icmp cksum "offloading" case special insofar that the | Henning Brauer |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-19 | Now carp_set_addr() and carp_set_addr6() break out of the loop after | Alexander Bluhm |
2013-10-19 | remove confusing comments referencing the vax | Theo de Raadt |
2013-10-19 | make in_proto_cksum_out not rely on the pseudo header checksum to be | Henning Brauer |
2013-10-19 | In carp_set_addr6() break out of the loop after the interface address | Alexander Bluhm |
2013-10-18 | In in_pcblookup() convert a hand crafted loop into a LIST_FOREACH | Alexander Bluhm |
2013-10-18 | Abstract the fact that IPv4 muticast records are linked to the | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-14 | By passing invalid values in the routing message, root could crash | Alexander Bluhm |
2013-10-14 | Change the macros used to iterate over the multicast records of an | Martin Pieuchot |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter |
2013-10-09 | Introduce in_ifdetach() a function to remove all the IPv4 addresses | Martin Pieuchot |
2013-09-26 | Move the logic for deleting an IPv4 address to its own function. | Martin Pieuchot |
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander Bluhm |
2013-09-06 | Make use of IFP_TO_IA() instead of rolling our own copy. | Martin Pieuchot |
2013-09-03 | Use satosin() rather than the local SIN macro, no functional change. | Martin Pieuchot |
2013-08-29 | Iterate over the interface's address list instead of the global list. | Martin Pieuchot |
2013-08-28 | Replace hand-crafted for loop over in_ifaddr with FOREACH macro. | Alexander Bluhm |
2013-08-28 | If have an interface pointer, look for an address on its list rather | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-21 | Stop using static variables in ICMP. While this is perfectly ok for | Martin Pieuchot |
2013-08-21 | When checking for classful broadcast addresses, iterate over the list | Martin Pieuchot |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-08-19 | In case something bad happened when configuring an IPv4 address, make | Martin Pieuchot |
2013-08-13 | When net.inet.ip.sourceroute is enable, store the source route | Martin Pieuchot |
2013-08-12 | Add the TCP socket option TCP_NOPUSH to delay sending the stream. | Alexander Bluhm |
2013-08-12 | In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 was | Alexander Bluhm |
2013-08-09 | Constify the default null sockaddr_dl, no functional change. | Martin Pieuchot |
2013-08-08 | Constify the table of common MTUs and use nitems(), no functional change. | Martin Pieuchot |
2013-08-08 | Change MTU discovery functions to not abuse the global icmpsrc variable | Martin Pieuchot |
2013-08-08 | Insert new IPv4 addresses in only one place, no functional change. | Martin Pieuchot |
2013-08-08 | Make use of IFP_TO_IA() instead of rolling our own copy, no functional | Martin Pieuchot |
2013-08-06 | In tcp_ctloutput() tp was assigned at two different places for IPv4 | Alexander Bluhm |
2013-08-03 | unbreak PMTU-discovery for AES-GCM; ok mikeb@ | Markus Friedl |
2013-08-01 | Do not use a static variable to perform a lookup. While this | Martin Pieuchot |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |