Age | Commit message (Expand) | Author |
2017-01-21 | sockets tell us the size of their data. since we want one udp packet, | Peter Hessler |
2017-01-21 | be more explict with the size of bfd packets we send and receive | Peter Hessler |
2017-01-21 | remove some extra whitespace. | David Gwynne |
2017-01-21 | Change route_input to a non-variadic function and just pass the address | Claudio Jeker |
2017-01-21 | Make the if_flags member unsigned. This was prompted by clang | Patrick Wildt |
2017-01-20 | if a route is not valid, set down instead of admindown | Peter Hessler |
2017-01-20 | fix typo | Peter Hessler |
2017-01-20 | don't increase the error counter in the not-down case, in general | Peter Hessler |
2017-01-20 | only increase the error counter if we are in a not-down state | Peter Hessler |
2017-01-20 | correctly set our rx timer to be the required minimum, not the bare | Peter Hessler |
2017-01-20 | use per-cpu counters for rtstat. | David Gwynne |
2017-01-20 | Stop using pfsockaddr_union outside of pf so that we can remove its usage | Claudio Jeker |
2017-01-20 | pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for a | Martin Pieuchot |
2017-01-20 | keep output packet counters on the ifq structure. | David Gwynne |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2017-01-19 | add hooks so we can query the current state of a BFD session | Peter Hessler |
2017-01-19 | Do not return an error code for SIOCSIFFLAGS. | Martin Pieuchot |
2017-01-19 | when parsing a BFD packet, avoid an uninitialized variable if the | Peter Hessler |
2017-01-19 | make error handling a function, and use it in a few places | Peter Hessler |
2017-01-19 | rtisvalid() checks for RTF_UP, so instead check for RTF_BFD | Peter Hessler |
2017-01-19 | when deconfiguring a BFD session, clear both the RTF_BFD flag on the | Peter Hessler |
2017-01-19 | remove the BFD flag on a route *before* we actually delete the route | Peter Hessler |
2017-01-19 | use a space instead of a tab, for consistancy | Peter Hessler |
2017-01-18 | Allow changing of sender ip/port without switching address family. | Florian Obser |
2017-01-18 | Allow changing of receiver ip/port without switching address family. | Florian Obser |
2017-01-17 | Make switch(4) compile with debug again. | Rafael Zalamena |
2017-01-17 | Initialize swas_actions for set-field with the expected pointer to the | Rafael Zalamena |
2017-01-17 | Fix a panic when set-field with VLAN is set, but no VLANs were | Rafael Zalamena |
2017-01-17 | Clean-up switch(4) device by removing excess prototypes, verbose debugs | Rafael Zalamena |
2017-01-17 | Add more action specific validations, unbreak instructions validation | Rafael Zalamena |
2017-01-16 | Fix declaration: vsw_dev2sc has been renamed to switch_dev2sc. | Reyk Floeter |
2017-01-16 | spacing | Reyk Floeter |
2017-01-16 | Add missing declarations found with -Wmissing-declarations | Reyk Floeter |
2017-01-16 | The term "pipline" is used in many places, rename it to pipeline. | Reyk Floeter |
2017-01-16 | Removed unused function that is a leftover from the old debug code. | Reyk Floeter |
2017-01-13 | Remove recursive splsoftnet() but use splsoftassert() instead. | Martin Pieuchot |
2017-01-12 | Remove unneeded splsoftnet(). | Martin Pieuchot |
2017-01-12 | Don't write configuration request replies outside of the packet | Rafael Zalamena |
2017-01-12 | Unlink PF state keys before passing mbufs to drivers. | Martin Pieuchot |
2017-01-11 | Remove m_pullup() from packet-out since it is not doing anything anymore | Rafael Zalamena |
2017-01-11 | No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is what | Martin Pieuchot |
2017-01-09 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2017-01-09 | pf_purge_thread() needs the NET_LOCK(). | Martin Pieuchot |
2017-01-08 | When if_down() is called, sppp_keepalive() needs a NET_LOCK(). | Alexander Bluhm |
2017-01-06 | Remove the global viftable vector that holds the virtual interfaces | Rafael Zalamena |
2017-01-04 | As noticed by bluhm@ the netlock is required for the multicast cleanup | Mike Belopuhov |
2017-01-04 | dont assume setting IFF_UP will succeed. | David Gwynne |
2017-01-04 | shuffle the last change slightly. | David Gwynne |
2017-01-04 | make if_input return early if the mbuf list is empty. | David Gwynne |
2017-01-03 | Revert previous, there's still a problem with recursive entries in | Martin Pieuchot |