Age | Commit message (Expand) | Author |
2016-09-03 | remove a bunch of printf-debugging output and commented lines | Peter Hessler |
2016-09-03 | remove spl-dance. the functions we are protecting already do that. | Peter Hessler |
2016-09-03 | use the correct size for the pool we are init'ing | Peter Hessler |
2016-09-03 | Remove comments about taskq flags we want to eventually run with. | Peter Hessler |
2016-09-03 | Reduce the factor of the limits derived form NMBCLUSTERS. We want | Alexander Bluhm |
2016-09-03 | Add in the (disabled) kernel glue for BFD | Peter Hessler |
2016-09-03 | add support for Bidirectional Forwarding Detection (RFC 5880/5881). | Peter Hessler |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk Floeter |
2016-09-03 | Remove routes added by the kernel before userland ones. | Martin Pieuchot |
2016-09-03 | Use per-ifp tasks to process incoming packets. | Martin Pieuchot |
2016-09-02 | provide a pool_setipl so tcpdump can compile this file | David Gwynne |
2016-09-02 | pool_setipl for pf bits | David Gwynne |
2016-09-02 | Add switch(4) support to ifconfig | Kazuya Goda |
2016-09-01 | No longer needed to special case RTM_GET in these if statements since | Claudio Jeker |
2016-09-01 | Move RTM_GET into its own case block not intermixing it with RTM_CHANGE | Claudio Jeker |
2016-09-01 | Disable the RTF_UP kassert check in rtisvalid() for now as it can | Alexander Bluhm |
2016-09-01 | Move the RTF_LOCAL check that only makes sense for userland to | Martin Pieuchot |
2016-09-01 | Import switch(4), an in-kernel OpenFlow switch which can work alone. | Kazuya Goda |
2016-09-01 | Use rtable_match() rather than rtalloc() when looking for an existing | Martin Pieuchot |
2016-09-01 | RTM_CHANGE should not allow to change the gateway of a mpath route. | Martin Pieuchot |
2016-08-31 | Remove unused RTF_MASK route flag. | Alexander Bluhm |
2016-08-31 | Split gre(4) into two interfaces: gre(4) and mobileip(4). | Reyk Floeter |
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 |