Age | Commit message (Expand) | Author |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-06-06 | Put the link-layer address back into the gateway field of RTF_LOCAL | Martin Pieuchot |
2015-06-04 | Remove unused sa_dl. | Martin Pieuchot |
2015-05-26 | Store the IP address of the corresponding ifa in the rt_gateway field | Martin Pieuchot |
2015-05-23 | remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@ | Markus Friedl |
2015-05-15 | Allow multiple connected/interface routes to exist at the same time. | Claudio Jeker |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-12 | MPLS also needs a definition for etherip_output(), fix build without | Martin Pieuchot |
2015-04-27 | Do not call nd6_purge() before purging the IPv6 addresses of a detached | Martin Pieuchot |
2015-04-20 | Do not treat loopback interfaces as p2p interfaces and create only | Martin Pieuchot |
2015-04-20 | Always call rt_ifa_dellocal(9) when removing an IPv6 address. | Martin Pieuchot |
2015-04-17 | Stubs and support code for NIC-enabled IPsec bite the dust. | Mike Belopuhov |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
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-03-25 | With a per interface IPv6 stateless adress auto configuration flag it | Florian Obser |
2015-03-14 | Check for the size of the supposed destination address when constructing | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-09 | Avoid doing IPv6 SLAAC for prefixes with preferred lifetime of zero | Mike Belopuhov |
2015-03-04 | Do not check if the interface index matches the scope when all we want | Martin Pieuchot |
2015-02-19 | Move the splsoftnet() hiding in the declarations closer to the code. | Alexander Bluhm |
2015-02-19 | All other calls to pfxlist_onlink_check() are protected by splsoftnet. | Alexander Bluhm |
2015-02-12 | Remove a chunk that should have been deleted in r1.166, this was safe | Martin Pieuchot |
2015-02-11 | Do not store the key and the gateway of a route entry in the same chunk | Martin Pieuchot |
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-02-09 | Remove a chunk missed in previous scope ID shuffling creating wrong | Martin Pieuchot |
2015-02-09 | convert the multicast filter hash to use siphash, like i did for | David Gwynne |
2015-02-08 | Rename some of the functions by adding a 6 so they do not conflict with | Claudio Jeker |
2015-02-05 | Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). | Martin Pieuchot |
2015-02-05 | Make sure pf(4) does not see embedded scopes. | Martin Pieuchot |
2015-01-28 | Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s | Martin Pieuchot |
2015-01-27 | Always call if_ioctl() for loopback interfaces, just like IPv4 do, to | Martin Pieuchot |
2015-01-27 | Ensure that link-local addresses are correctly configured on loopback | Martin Pieuchot |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-26 | Call rtdeletemsg(9) instead of rerolling its code. As a bonus you'll | Martin Pieuchot |
2015-01-24 | Userland (base & ports) was adapted to always include <netinet/in.h> | Theo de Raadt |
2015-01-19 | <netinet6/in6_ifattach.h> is not needed here. | Martin Pieuchot |
2015-01-10 | Correct some comments and merge in6_if_up() into in6_ifattach() to | Martin Pieuchot |
2015-01-08 | Clear autoconf6 flag after autoconf6 cleanup happened, not before. | Florian Obser |
2015-01-08 | Factorize various duplicated chunks of (old and horrible) code, checking | Martin Pieuchot |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2014-12-22 | Operations on the global prefix or address lists should be done under | Martin Pieuchot |
2014-12-22 | Make sure rtrequest1(9) is called under splsoftnet(). | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-12-08 | Do not use a "struct route" when a "struct rtentry" is enough. | Martin Pieuchot |
2014-12-08 | Do not take into account addresses configured in a different rdomain | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |