Age | Commit message (Expand) | Author |
2016-09-27 | Protect sbappendaddr() and sorwakeup() with splsoftnet in | Alexander Bluhm |
2016-09-27 | roll back turning RB into RBT until i get better at this process. | David Gwynne |
2016-09-27 | move pf from the RB macros to the RBT functions. | David Gwynne |
2016-09-24 | a route message for BFD, so we can notify userland about the status. | Peter Hessler |
2016-09-24 | a route message for BFD, so we can notify userland about the status. | Peter Hessler |
2016-09-23 | since the kernel ticks are every 10ms, bump our minimum up a little bit. | Peter Hessler |
2016-09-23 | based on a more careful reading of the spec, we're not allowed to make | Peter Hessler |
2016-09-23 | only set the diag code when we we decide to fail it, not when the first | Peter Hessler |
2016-09-23 | remove splsoftnet around the socket functions. if they need it, they | Peter Hessler |
2016-09-22 | Raise spl level to IPL_SOFTNET before calling rt_ifmsg(). | Martin Pieuchot |
2016-09-22 | Fix indentation. No binary change. | Jonathan Gray |
2016-09-21 | Remove recursive splsoftnet() calls, from David Hill. | Martin Pieuchot |
2016-09-20 | properly set our state to down when we initially create the session. | Peter Hessler |
2016-09-20 | little bit of whitespace | Peter Hessler |
2016-09-20 | sprinkle some splsoftnet around sosocket and our soon-to-be-rtmsg locations | Peter Hessler |
2016-09-20 | Create and destroy cloneable interfaces under splsoftnet | Mike Belopuhov |
2016-09-20 | Use splsoftassert() together with IPL_SOFTNET. On alpha and m88k | Alexander Bluhm |
2016-09-20 | we will also want the echo timing paramater | Peter Hessler |
2016-09-19 | Replace duplicated VLAN injection code with the standard vlan_inject() | Rafael Zalamena |
2016-09-19 | sigh, correct typo | Peter Hessler |
2016-09-19 | do a better job of setting "last state" | Peter Hessler |
2016-09-19 | send a nice diagnostic reason when we destroy all bfd interfaces (reboot) | Peter Hessler |
2016-09-19 | remove a bunch of noisy implementation-helper printfs | Peter Hessler |
2016-09-19 | once again, fix the bfd state-machine. this time, tested against a | Peter Hessler |
2016-09-18 | apply the canary to the correct variable | Peter Hessler |
2016-09-18 | Fix compilation by replacing old m_copym2() usage with the newer | Rafael Zalamena |
2016-09-17 | *** empty log message *** | Peter Hessler |
2016-09-16 | Fix the data storage size check. When we exceed the amount of available | Rafael Zalamena |
2016-09-16 | Reconfigure interface capabilities after switching trunkproto; ok mpi | Mike Belopuhov |
2016-09-15 | adjust whitespace and remove an unused struct | Peter Hessler |
2016-09-15 | protect a kernel only structure with _KERNEL, means userland doesn't | Peter Hessler |
2016-09-15 | print local and remote discr as decimal, easier to compare with remote systems | Peter Hessler |
2016-09-15 | chase dlg@'s change of merging pool_setipl into pool_init | Peter Hessler |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-15 | bring back r1.53 | David Gwynne |
2016-09-13 | Don't waste time zero'ing memory until there is some chance it might | Kenneth R Westerback |
2016-09-13 | Split if_linkstate_task() in two to avoid SPL recursion when the | Martin Pieuchot |
2016-09-13 | Stop creating a BFD descriptor when the route is created. | Martin Pieuchot |
2016-09-13 | we no longer reach around and call DDB specific functions, so always | Peter Hessler |
2016-09-13 | Retire bridge(4) support. | Martin Pieuchot |
2016-09-12 | bpf_tap() is long dead! Long live bpf_mtap() & friends. | Kenneth R Westerback |
2016-09-12 | Add data about how long the session has been in the current state, and | Peter Hessler |
2016-09-12 | Kill some unsightly whitespace. | Kenneth R Westerback |
2016-09-11 | Remove #ifdef's for architectures of the past around SIZEOF_BPF_HDR | Theo de Raadt |
2016-09-10 | Remove a semicolon after an if statement that resulted in | Jonathan Gray |
2016-09-09 | back out RBT for now | David Gwynne |
2016-09-08 | Replace two if/do/while dances by while loops. | Martin Pieuchot |
2016-09-08 | Call bfd_rtfree() when the route entry has been removed from the table, | Martin Pieuchot |
2016-09-07 | Rename rtable_mpath_next() into rtable_iterate() and make it do a proper | Martin Pieuchot |
2016-09-07 | Do not check for NULL after calling an allocator with WAITOK. | Martin Pieuchot |