| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify arptfree() to no longer look at the route entry's refcounter. |  mpi | 2015-10-13 | 1 | -17/+8 |
* | Move route entry debug helpers where they belong. |  mpi | 2015-10-07 | 1 | -107/+1 |
* | Do not manually decrement rt's refcounter in arplookup() and let the |  mpi | 2015-09-28 | 1 | -25/+35 |
* | Fix uninitalized use of variable. |  claudio | 2015-09-16 | 1 | -2/+3 |
* | There's no point in abstracting ifp->if_output() as long as pf_test() |  mpi | 2015-09-13 | 1 | -5/+5 |
* | queue revarps to softnet so we can defer processing to a context with |  dlg | 2015-09-13 | 1 | -1/+7 |
* | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. |  mpi | 2015-09-12 | 1 | -12/+5 |
* | correctly hold and put a reference to the revarp ifp while trying |  dlg | 2015-09-10 | 1 | -14/+13 |
* | Rewrite arpproxy() to no longer iterate on the global list of interfaces. |  mpi | 2015-09-09 | 1 | -15/+11 |
* | Fix English in comment. OK dlg@ |  claudio | 2015-09-09 | 1 | -2/+2 |
* | KNF |  mpi | 2015-08-19 | 1 | -31/+32 |
* | Make arplookup() return a pointer to a "struct rtentry". |  mpi | 2015-08-19 | 1 | -15/+17 |
* | Use __func__ rather than the function name in log(9) calls to remove |  mpi | 2015-08-17 | 1 | -8/+8 |
* | Abstract the routing table internals behind an rtable_* API. |  mpi | 2015-07-18 | 1 | -13/+5 |
* | Announce an IP address after inserting its corresponding RTF_LOCAL |  mpi | 2015-07-17 | 1 | -9/+6 |
* | Always use "ifp" instead of mixing it with "ac->ac_if" in in_arpinput(). |  mpi | 2015-07-07 | 1 | -14/+14 |
* | Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve(). |  mpi | 2015-06-23 | 1 | -6/+7 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -4/+9 |
* | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some |  krw | 2015-06-07 | 1 | -11/+11 |
* | Do not create ARP entries for RTF_BROADCAST routes. |  mpi | 2015-05-26 | 1 | -15/+3 |
* | Allow multiple connected/interface routes to exist at the same time. |  claudio | 2015-05-15 | 1 | -15/+1 |
* | Init rt to NULL in arpresolve(). Not a problem in practice |  jsg | 2015-04-22 | 1 | -2/+2 |
* | replace the use of ifqueues for most input queues serviced by netisr |  dlg | 2015-04-10 | 1 | -10/+6 |
* | Convert hand-rolled mbuf list used to store packets until ARP |  mpi | 2015-03-24 | 1 | -44/+29 |
* | Check for the size of the supposed destination address when constructing |  mpi | 2015-03-14 | 1 | -1/+8 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Do not store the key and the gateway of a route entry in the same chunk |  mpi | 2015-02-11 | 1 | -2/+2 |
* | Print a different error message if the route entry supposed to contain |  mpi | 2015-02-07 | 1 | -1/+10 |
* | Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). |  mpi | 2015-02-05 | 1 | -10/+2 |
* | Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'s |  mpi | 2015-01-28 | 1 | -9/+2 |
* | Do not always try to rtfree(9) route entries inside rtdeletemsg(9). |  mpi | 2015-01-26 | 1 | -2/+9 |
* | Only notify userland about resolved ARP entries if the Ethernet address |  mpi | 2015-01-13 | 1 | -3/+6 |
* | Factorize various duplicated chunks of (old and horrible) code, checking |  mpi | 2015-01-08 | 1 | -13/+23 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -3/+1 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable |  mpi | 2014-11-01 | 1 | -3/+6 |
* | Make sure broadcast entries won't be freed by the arp timer so we can |  mpi | 2014-09-03 | 1 | -2/+15 |
* | Revert the addition of broadcast addresses, it apparently also corrupts |  mpi | 2014-08-26 | 1 | -13/+1 |
* | When a local route entry is added for an ifa having a broadcast address, |  mpi | 2014-08-19 | 1 | -1/+13 |
* | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when |  mpi | 2014-08-11 | 1 | -2/+2 |
* | Convert ARP llinfo allocation to pool(9). |  mpi | 2014-08-11 | 1 | -3/+8 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Always create a local route for every configured IPv4 address on the |  mpi | 2014-07-12 | 1 | -3/+5 |
* | Revert "Always create a local route for every configured IPv4 address", |  mpi | 2014-06-16 | 1 | -5/+3 |
* | Always create a local route for every configured IPv4 address on the |  mpi | 2014-06-11 | 1 | -3/+5 |
* | Kill the {nd6_,}useloopback buttons, using the loopback interface for |  mpi | 2014-05-07 | 1 | -21/+3 |
* | Use a custom ifa_rtrequest function for point-to-point interfaces |  mpi | 2014-05-05 | 1 | -1/+7 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -4/+4 |
* | notify userland when arp entry is removed; ok mpi |  mikeb | 2014-04-10 | 1 | -6/+2 |
* | Stop mixing interface address flags with routing entry ones. |  mpi | 2014-03-27 | 1 | -2/+1 |