Age | Commit message (Expand) | Author |
2016-10-03 | Use detach hook to notify bridge of interface removal instead of adding | Rafael Zalamena |
2016-09-30 | sync ofp.h from switchd, add missing comments | Reyk Floeter |
2016-09-30 | Accept a packet smaller than ETHERMIN. | YASUOKA Masahiko |
2016-09-29 | typo: send ofp messages instead of massages. | Reyk Floeter |
2016-09-29 | Make set-field action about tunneling work with bridge_tunneltag. | YASUOKA Masahiko |
2016-09-29 | Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid | Reyk Floeter |
2016-09-28 | Fix vxlan to use the destination address correctly. | YASUOKA Masahiko |
2016-09-28 | Fix the way of checking the length of vxlan packet and made it strict. | YASUOKA Masahiko |
2016-09-28 | Fix a kernel panic that happened when destroying interfaces attached to | Rafael Zalamena |
2016-09-28 | Do not truncate packets that are attached to PACKET_IN. | Reyk Floeter |
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 |