Age | Commit message (Expand) | Author |
2016-08-31 | G/C rt_defmask4. | Martin Pieuchot |
2016-08-31 | Do not flush RTF_CLONED children when adding a new route. | Martin Pieuchot |
2016-08-31 | Drop gif(4) support, etherip(4) is what you want now. | Martin Pieuchot |
2016-08-30 | pool_setipl | David Gwynne |
2016-08-30 | pool_setipl | David Gwynne |
2016-08-30 | pool_setipl | David Gwynne |
2016-08-30 | use a per-table rwlock to serialize ART updates and walks, rather than | Jonathan Matthew |
2016-08-28 | Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS, | Reyk Floeter |
2016-08-24 | Kill ip6_forward_rt reducing differences between v4 and v6. | Martin Pieuchot |
2016-08-23 | Update the L2 content of a RTF_CACHED entry instead of going though | Martin Pieuchot |
2016-08-23 | pool_setipl | David Gwynne |
2016-08-22 | Use rtalloc(9) instead of ifa_ifwithnet() to find an interface | Martin Pieuchot |
2016-08-22 | Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable. | Martin Pieuchot |
2016-08-22 | Call csignal() and selwakeup() from a KERNEL_LOCK'd task. | Martin Pieuchot |
2016-08-20 | Push 'field changed' guards into 'change field' functions; | Richard Procter |
2016-08-20 | Retire pf_translate_ap() | Richard Procter |
2016-08-19 | Do not seroize a struct needed for RTM_RESOLVE in the hot path. | Martin Pieuchot |
2016-08-17 | Reintroduce 5.3-style checksum modification to preserve end-to-end checksums | procter |
2016-08-16 | Mask the ``prio'' prior to comparing it to RTP_LOCAL. | Martin Pieuchot |
2016-08-15 | replace the last uses of m_copym2 with m_dup_pkt. | David Gwynne |
2016-08-15 | No need to reset si_selpid after calling selwakeup() the function | Martin Pieuchot |
2016-08-15 | Introduce bpf_put() and bpf_get() instead of mixing macro and functions | Martin Pieuchot |
2016-08-15 | Check if ``bd_bif'' is NULL inside bpf_catchpacket() to match bpfread() | Martin Pieuchot |
2016-08-15 | Merge bpfilter_create() into bpfopen() and make it such that the | Martin Pieuchot |
2016-08-11 | take TASKQ_CANTSLEEP way from the softnet taskq. | David Gwynne |
2016-08-07 | whitespace | Reyk Floeter |
2016-08-07 | Define VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of using magic numbers. | Reyk Floeter |
2016-08-06 | Add support for IPv6 tunnel endpoints. This currently only works for | Reyk Floeter |
2016-08-06 | Fix multicast mode (destination is a multicast IP): the BCAST and | Reyk Floeter |
2016-07-25 | Make sure closed bpf devices are removed from bpf_d_list to free the | Martin Natano |
2016-07-22 | Check for errors when deleting routes inside rtable_walk() and abort | Martin Pieuchot |
2016-07-19 | style: no spaces after # for define/include, ok phessler benno | Henning Brauer |
2016-07-19 | don't hide globals between function prototypes; ok phessler benno | Henning Brauer |
2016-07-19 | remove wrong and misleading comment, ok phessler | Henning Brauer |
2016-07-19 | Revert use of the _SAFE version of SRPL_FOREACH() now that the offending | Martin Pieuchot |
2016-07-19 | Return EAGAIN for every deleted route when detaching an interface. | Martin Pieuchot |
2016-07-18 | no more cbq_opts - CBQ is gone, ok mpi phessler benno | Henning Brauer |
2016-07-18 | Hide pf internals by moving code from in_ouraddr() to pf_ouraddr(). | Alexander Bluhm |
2016-07-13 | Move ARP processing back to the KERNEL_LOCK()ed task until the race | Martin Pieuchot |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-12 | Directly drop packets filtered by bpf(4) instead of going through the | Martin Pieuchot |
2016-07-11 | Path MTU discovery was slightly broken. I took two ICMP packets | Alexander Bluhm |
2016-07-11 | Revert the introduction of ``rt_addr''. | Martin Pieuchot |
2016-07-04 | Use the _SAFE_ version of SRPL_FOREACH() in rtable_walk_helper() to | Martin Pieuchot |
2016-06-24 | The function pf_get_sport() did work for out rules only. Make it | Alexander Bluhm |
2016-06-22 | No modules thus no need for extra space for additional ppp compressions. | Jeremie Courreges-Anglas |
2016-06-22 | rework art_walk so it will behave in an mpsafe world. | David Gwynne |
2016-06-21 | To assist debugging TCP connection reuse with NAT, expand the | Alexander Bluhm |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |