Age | Commit message (Expand) | Author |
2015-09-10 | rework how we store and manage the interface index to ifp map in preparation ... | David Gwynne |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-09-10 | dont leak an ifp reference if tun isnt ready to read. | David Gwynne |
2015-09-10 | if_put after if_get | David Gwynne |
2015-09-10 | if_put after if_get | David Gwynne |
2015-09-10 | pass a cookie argument to interface input handlers that can be used | Mike Belopuhov |
2015-09-10 | Even the driver that should not be named needs if_put() after if_get(). | Martin Pieuchot |
2015-09-10 | include srp.h so userland can understand struct srpl. | David Gwynne |
2015-09-10 | Stop supporting RTAX_IFP arguments with an interface name in the | Martin Pieuchot |
2015-09-10 | if_put after if_get in if_input_process | David Gwynne |
2015-09-10 | move the if input handler list to an SRP list. | David Gwynne |
2015-09-10 | Use rtfree(9) rather than decrementing the reference counter. | Martin Pieuchot |
2015-09-10 | Kill two simple in6_ifstat_inc(). | Martin Pieuchot |
2015-09-10 | only try and reference an ifp in if_get if we actually find one in | David Gwynne |
2015-09-09 | if_put after if_get. | David Gwynne |
2015-09-09 | if_put after you if_get | David Gwynne |
2015-09-09 | if_put after the if_get. | David Gwynne |
2015-09-09 | add if_put after the if_get. | David Gwynne |
2015-09-09 | size for free() | Florian Obser |
2015-09-09 | introduce reference counts for interfaces (ie, struct ifnet *ifp). | David Gwynne |
2015-09-09 | Remove IFM_MAKEMODE. It is unused in base and ports and there doesn't seem | Stefan Sperling |
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 |