Age | Commit message (Expand) | Author |
2015-09-09 | Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats. | Martin Pieuchot |
2015-09-09 | convert bpf to using an srp list for the list of descriptors. | David Gwynne |
2015-09-06 | The pppx_if_pl pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-09-04 | The pf_osfp_pl and pf_osfp_entry_pl never get used in interrupt context. | Mark Kettenis |
2015-09-04 | pflow_flush() still needs sc->send_nam; free it later. | Florian Obser |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | Martin Pieuchot |
2015-09-04 | Fix an mbuf use-after-fruit in pflow_clone_create(). | Martin Pieuchot |
2015-09-03 | Unconditionally set the RTF_UP flags when adding a route to the table. | Martin Pieuchot |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky |
2015-09-01 | Introduce rtisvalid(9) a function to check if a (cached) route entry | Martin Pieuchot |
2015-09-01 | Do not try to find a possible ``ifa'' in rt_ifal_del(9) and trust the | Martin Pieuchot |
2015-09-01 | dont need the kernel lock for mpsafe bpfs (again) | David Gwynne |
2015-09-01 | reintroduce bpf.c r1.121. | David Gwynne |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-08-28 | Fix compiling a kernel without NBPFILTER > 0. | Reyk Floeter |
2015-08-26 | Use the specialized m_copym2() preserving the alignment of the payload | Martin Pieuchot |
2015-08-25 | #if INET && INET6 -> #ifdef INET6, the kernel no longer defines INET | Jonathan Gray |
2015-08-24 | Always increment the reference counter of the returned route entry in | Martin Pieuchot |
2015-08-24 | The bridge list is a relict, delete the remaining LIST_REMOVE. | Alexander Bluhm |
2015-08-24 | Rework the code to decide when to perform DAD to no longer rely on the | Martin Pieuchot |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-08-23 | back out bpf+srp. its blowing up in a bridge setup. | David Gwynne |
2015-08-23 | bpf+srp is blowing up, so its being backed out. bpf will need the big lock. | David Gwynne |
2015-08-20 | Make ART internals free of 'struct sockaddr'. | Martin Pieuchot |
2015-08-20 | In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-license | Martin Pieuchot |
2015-08-20 | Import an alternative routing table backend based on Yoichi Hariguchi's | Martin Pieuchot |
2015-08-19 | PF must keep IPv6 fragment size as chosen by sender also for packets, | Alexandr Nedvedicky |
2015-08-19 | Convert all calls to rtrequest1() and the following error check | Alexander Bluhm |
2015-08-19 | Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa(). | Martin Pieuchot |
2015-08-18 | Apply the logic used for "protocol" queues to bridge(4). This allows | Martin Pieuchot |
2015-08-18 | Remove PF_KEY-specific hacks from rtalloc(9). They are dead since SPD | Martin Pieuchot |
2015-08-18 | Check the error value returned by in6_ifattach(). | Martin Pieuchot |
2015-08-17 | Remove unused variable in rt_ifa_add(), prodded by bluhm@ | Martin Pieuchot |
2015-08-17 | Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entry | Martin Pieuchot |
2015-08-17 | Match the free(3) semantic and accept NULL pointers in rtfree(9). | Martin Pieuchot |
2015-08-16 | dont need the biglock to call bpf now. | David Gwynne |
2015-08-16 | make bpf_mtap mpsafe by using SRPs. | David Gwynne |
2015-08-16 | avoid a toctou problem in if_input in the bpf handling. | David Gwynne |
2015-08-13 | If no handler consumed a mbuf, free it. This also apply if an interface | Martin Pieuchot |
2015-08-03 | A recently added sanity check panic in pf_postprocess_addr() was | Jonathan Gray |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |
2015-07-21 | Added OpenBSD CVS tag. | Rafael Zalamena |
2015-07-21 | No more AF_LINK addresses on the per-ifp address lists. ok mpi@ | Jeremie Courreges-Anglas |
2015-07-21 | We don't do 'ARGSUSED' anymore | Florian Obser |
2015-07-21 | use curproc instead of proc0 | Florian Obser |
2015-07-21 | Put the mbuf_list inside "#ifdef MPLS". | Martin Pieuchot |
2015-07-21 | - added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ... | Alexandr Nedvedicky |
2015-07-20 | Use the kernel socket interface (sosend(9) etc) instead of shoving | Florian Obser |
2015-07-20 | Remove splassert(IPL_NET) from if_input(). | Martin Pieuchot |