Age | Commit message (Expand) | Author |
2016-11-28 | Remove simple recursive splsoftnet() calls inside ifioctl(). | Martin Pieuchot |
2016-11-28 | Make sure the descriptor has been removed from the interface list | Martin Pieuchot |
2016-11-28 | Rename "flowmax" to "maxflow" and give each switch(4) ioctl a | Reyk Floeter |
2016-11-23 | Explicitly forbid to combine af-to with route-to in pfctl. The | Alexander Bluhm |
2016-11-22 | Fix panic on detach hook when interfaces get destroyed. | Rafael Zalamena |
2016-11-22 | Fold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h). | Richard Procter |
2016-11-22 | Fix OFP spelling for version bitmap define in ofp header and tcpdump, also | Rafael Zalamena |
2016-11-21 | Simplify pad calculation for flow match on swofp_put_flow(). | Rafael Zalamena |
2016-11-21 | Follow RFC 5722 more strictly when handling overlapping fragments | Alexander Bluhm |
2016-11-21 | In pf_route() and pf_route6() the !r->rt case was only used by | Alexander Bluhm |
2016-11-21 | Kill rtioctl() stub, returning EOPNOTSUPP since tree import. | Martin Pieuchot |
2016-11-21 | Make sure bpf_wakeup() is called at most once when matching conditions | Martin Pieuchot |
2016-11-21 | Rename bpf_reset_d() to match bpf_{attach,reset}d(). | Martin Pieuchot |
2016-11-21 | Enforce that pr_usrreq functions are called at IPL_SOFTNET. | Martin Pieuchot |
2016-11-21 | Include the OFP header of the message that caused the error on error | Rafael Zalamena |
2016-11-21 | bridge(4) does not distinguish between routing/forwarding ports, so | Reyk Floeter |
2016-11-20 | Extend the DLT_OPENFLOW header to include the switch datapath id. | Reyk Floeter |
2016-11-20 | Make rtable_iterate(9) mpsafe by using the new SRPL_NEXT(9). | Martin Pieuchot |
2016-11-20 | Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW(). | Martin Pieuchot |
2016-11-18 | Define a group_id map and rename the defines accordingly. | Reyk Floeter |
2016-11-18 | Fix a panic introduced with the memory leak correction. Use the saved | Rafael Zalamena |
2016-11-18 | Add more maps to print. As discussed with rzalamena@ | Reyk Floeter |
2016-11-18 | Revert previous, I confused the columns | Reyk Floeter |
2016-11-18 | remove 'OpenFlow' prefix from version comments | Reyk Floeter |
2016-11-18 | Add more documentation to header definitions that were missing. | Rafael Zalamena |
2016-11-18 | OpenFlow has a very simple finite state machine that is only | Reyk Floeter |
2016-11-18 | Fix some style issues in header file: | Rafael Zalamena |
2016-11-18 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-11-17 | Add DLT_USER1..15 with the same values as the upstream libpcap repository. | Stuart Henderson |
2016-11-17 | Remove splsoftnet()s in the ioctl(2) path. | Martin Pieuchot |
2016-11-17 | The pf fragment reassembly code accepted IPv6 hop-by-hop headers | Alexander Bluhm |
2016-11-16 | Convert gre_send_keepalive() to timeout_set_proc(9) as it calls ip_output(). | Martin Pieuchot |
2016-11-16 | if_link_state_change() doesn't need to be called under splsoftnet(), | Martin Pieuchot |
2016-11-16 | Kill outdated comment talking about sofnet. | Martin Pieuchot |
2016-11-16 | Use goto in bpf{read,write}() to ease review of locked sections. | Martin Pieuchot |
2016-11-16 | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), | Reyk Floeter |
2016-11-16 | Allow bpf_allocbufs() to fail when allocating memory. | Martin Pieuchot |
2016-11-16 | Kill recursive splsoftnet()s. | Martin Pieuchot |
2016-11-15 | Properly initialize ``ifa''. | Martin Pieuchot |
2016-11-14 | Instead of passing an extra mbuf pointer to pf_route(), it should | Alexander Bluhm |
2016-11-14 | Reflect interface priorities when inserting RTF_CONNECTED routes. | Martin Pieuchot |
2016-11-14 | Automatically set ::1 on all default lo(4) interfaces. | Martin Pieuchot |
2016-11-14 | It should be possible to create the default loopback interface. | Martin Pieuchot |
2016-11-14 | Automatically create a default lo(4) interface per rdomain. | Martin Pieuchot |
2016-11-14 | rnh_multipath can go, multipath support is dead. | Martin Pieuchot |
2016-11-14 | Remove radix_mpath dragons. | Martin Pieuchot |
2016-11-14 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-11-11 | Remove mutexes protection from the switchctl as they don't seem to be | Rafael Zalamena |
2016-11-10 | Add support for partial writes in switchwrite so we can use multiple | Rafael Zalamena |
2016-11-10 | Fix swofp_send_error mbuf handling so it doesn't leak mbufs and set the | Rafael Zalamena |