| Commit message (Expand) | Author | Age | Files | Lines |
* | Use rtisivalid(9) to check if the given (cached) route can be used. |  mpi | 2015-10-13 | 1 | -3/+3 |
* | easy size for free(); ok mpi |  deraadt | 2015-10-07 | 1 | -2/+4 |
* | Always increment rt_use inside rtalloc(9) instead of doing it in some |  mpi | 2015-09-23 | 1 | -2/+1 |
* | There's no point in abstracting ifp->if_output() as long as pf_test() |  mpi | 2015-09-13 | 1 | -3/+3 |
* | Get the default loopback interface pointer just after doing a route |  mpi | 2015-09-13 | 1 | -2/+5 |
* | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. |  mpi | 2015-09-12 | 1 | -7/+4 |
* | Introduce if_input_local() a function to feed local traffic back to |  mpi | 2015-09-12 | 1 | -2/+2 |
* | Fix two cases where it was possible to call if_put with an uninitialized ifp |  claudio | 2015-09-12 | 1 | -3/+3 |
* | if_put() after if_get for ip_output. This became suddenly super trivial. |  claudio | 2015-09-11 | 1 | -2/+6 |
* | There is no need to do the route lookups twice just because of IPSec. |  claudio | 2015-09-11 | 1 | -114/+50 |
* | Revert (again!) the two uses of rtisvalid(9), they break NFS! |  mpi | 2015-09-03 | 1 | -17/+11 |
* | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). |  mpi | 2015-09-03 | 1 | -11/+17 |
* | Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8) |  mpi | 2015-09-02 | 1 | -17/+11 |
* | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). |  mpi | 2015-09-01 | 1 | -11/+17 |
* | `encif' should only be used under #ifdef NPF. |  mpi | 2015-08-31 | 1 | -2/+2 |
* | Kill IP_ROUTETOETHER. |  mpi | 2015-07-16 | 1 | -13/+4 |
* | m_freem() can handle NULL, do not check for this condition beforehands. |  deraadt | 2015-07-15 | 1 | -2/+2 |
* | Get rid of the undocumented & temporary* m_copy() macro added for |  mpi | 2015-06-30 | 1 | -2/+2 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -2/+2 |
* | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some |  krw | 2015-06-07 | 1 | -11/+11 |
* | remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@ |  markus | 2015-05-23 | 1 | -18/+3 |
* | test mbuf pointers against NULL not 0 |  jsg | 2015-05-13 | 1 | -6/+6 |
* | Stubs and support code for NIC-enabled IPsec bite the dust. |  mikeb | 2015-04-17 | 1 | -16/+2 |
* | remove unfinished/unused support for socket-attached ipsec-policies |  markus | 2015-04-16 | 1 | -172/+1 |
* | Remove support for storing credentials and auth information in the kernel. |  mikeb | 2015-04-14 | 1 | -70/+1 |
* | Remove the "multicast_" prefix from the fields a multicast-only struct. |  mpi | 2014-12-17 | 1 | -11/+11 |
* | Use an interface index instead of a pointer for multicast options. |  mpi | 2014-12-17 | 1 | -11/+10 |
* | Do not use a "struct route" when a "struct rtentry" is enough. |  mpi | 2014-12-08 | 1 | -15/+12 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | sizes for simple free cases. sizeof(*) and one case where len is clear. |  tedu | 2014-11-20 | 1 | -11/+11 |
* | Kill in_iawithaddr() and use ifa_ifwithaddr() directly. |  mpi | 2014-11-05 | 1 | -12/+24 |
* | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable |  mpi | 2014-11-01 | 1 | -4/+5 |
* | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and |  mpi | 2014-10-14 | 1 | -7/+7 |
* | Check if the outgoing route is associated to a broadcast address instead |  mpi | 2014-10-08 | 1 | -3/+3 |
* | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer |  mpi | 2014-09-27 | 1 | -3/+5 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -10/+10 |
* | in_proto_cksum_out: zero the icmp cksum before going on so that we do not |  henning | 2014-07-11 | 1 | -5/+10 |
* | ip_output() using varargs always struck me as bizarre, esp since it's only |  henning | 2014-04-21 | 1 | -9/+2 |
* | move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.c |  henning | 2014-04-20 | 1 | -1/+26 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -11/+11 |
* | Retire kernel support for SO_DONTROUTE, this time without breaking |  mpi | 2014-04-07 | 1 | -36/+4 |
* | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things |  sthen | 2014-03-28 | 1 | -4/+36 |
* | Retire kernel support for SO_DONTROUTE, since the plan is to always |  mpi | 2014-03-27 | 1 | -36/+4 |
* | since the cksum rewrite the counters for hardware checksummed packets |  henning | 2014-01-23 | 1 | -15/+16 |
* | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes |  naddy | 2014-01-23 | 1 | -1/+2 |
* | Do not clean the multicast records of an interface when it is destroyed |  mpi | 2014-01-21 | 1 | -3/+5 |
* | bzero/bcmp -> memset/memcmp. ok matthew |  tedu | 2014-01-09 | 1 | -5/+5 |
* | Change ip_output()'s non-optional arguments to be standard arguments |  matthew | 2013-12-17 | 1 | -17/+10 |
* | ifp must be initialized in ip_setmoptions; from oga via mpi, ok mpi |  mikeb | 2013-12-04 | 1 | -2/+2 |