Age | Commit message (Expand) | Author |
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 |
2017-01-03 | Don't try to reconfigure the multicast group in the detach handler of | Reyk Floeter |
2017-01-03 | Do not trash the original SPL level. | Martin Pieuchot |
2017-01-03 | Move the logic for SIOCSETPFLOW in a helper function to help with | Martin Pieuchot |
2017-01-02 | Use a mutex to serialize accesses to buffer slots. | Martin Pieuchot |
2017-01-02 | spacing | Martin Pieuchot |
2017-01-02 | pppoe_timeout() needs to take the NET_LOCK(). | Martin Pieuchot |
2017-01-02 | Grab the NET_LOCK() when setting an IPv6 address, just like it is done | Martin Pieuchot |
2017-01-01 | Grab the NET_LOCK() in pppdealloc(), prevent an assert reported by stsp@. | Martin Pieuchot |
2016-12-29 | In pf_refragment6() use the valid route from pf_route6() instead | Alexander Bluhm |