Age | Commit message (Expand) | Author |
2014-06-16 | Revert "Always create a local route for every configured IPv4 address", | Martin Pieuchot |
2014-06-11 | Always create a local route for every configured IPv4 address on the | Martin Pieuchot |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-10 | notify userland when arp entry is removed; ok mpi | Mike Belopuhov |
2014-03-27 | Stop mixing interface address flags with routing entry ones. | Martin Pieuchot |
2014-03-18 | Notify userland via the routing socket when ARP resolution completes; | Mike Belopuhov |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-03-11 | Remove gratuitous differences between arp and nd6 rtrequests, | Martin Pieuchot |
2014-03-10 | if_lladdr -> if_sadl, no functional change. | Martin Pieuchot |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-11-27 | Since r1.106 we have a local variable referencing the receiving interface, | Martin Pieuchot |
2013-11-21 | Replace the last usage of IA_SIN() and kill this macro. | Martin Pieuchot |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-31 | Convert the route expire timestamp in kernel and routing message | Alexander Bluhm |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-14 | By passing invalid values in the routing message, root could crash | Alexander Bluhm |
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 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-09 | Constify the default null sockaddr_dl, no functional change. | Martin Pieuchot |
2013-08-01 | Do not use a static variable to perform a lookup. While this | Martin Pieuchot |
2013-07-04 | Rewrite the function used to determine if we do proxy ARP for one of | Martin Pieuchot |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2012-10-18 | Move revarp code into #ifdef NFSCLIENT; saving space on some media. | Theo de Raadt |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | missing NCARP define and fix indent | Camiel Dobbelaar |
2011-09-18 | Fix various format string types to as a minimum match the width of the | Miod Vallat |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | fix bizarre and mostly useless initialization of an ifqueue in BSS that | Henning Brauer |
2011-07-05 | ansify | David Hill |
2011-06-27 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar |
2010-07-22 | remove unused variable | Theo de Raadt |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-06 | spacing | Theo de Raadt |
2010-02-08 | arpioctl() is not used sore remove it. Found by Gleydson Soares. | Claudio Jeker |
2010-01-13 | Remove special bridge code in in_arpinput() this is no longer needed since | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-10-17 | Allow us to accept gratuitous ARP requests in cases where the | Marco Pfatschbacher |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |