Age | Commit message (Expand) | Author |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_PURGE() to use the "new" API. | Patrick Wildt |
2020-06-28 | state import should accept AF_INET/AF_INET6 only | Alexandr Nedvedicky |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-04-12 | Stop processing packets under non-exclusive (read) netlock. | Martin Pieuchot |
2020-04-11 | Avoid triggering KASSERT for bogus reason in pfsync_sendout with PFSYNC_DEBUG. | Stefan Sperling |
2020-04-11 | fix build with PFSYNC_DEBUG by switching a format string from %d to %zd | Stefan Sperling |
2019-11-07 | remove the detach and linkstate hooks when the parent is going away. | David Gwynne |
2019-11-07 | turn the linkstate hooks into a task list, like the detach hooks. | David Gwynne |
2019-11-06 | replace the hooks used with if_detachhooks with a task list. | David Gwynne |
2019-06-10 | Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations. | Martin Pieuchot |
2019-06-04 | pfsync_sendout() requires PF_LOCK() | Alexandr Nedvedicky |
2019-02-10 | "non-existant" is one of those words that don't exist, so use "non-existent" | Peter Hessler |
2018-10-03 | Fix a race condition that affects pfsync interface deletion. | Visa Hankala |
2018-10-02 | - pfsync: avoid a recursion on PF_LOCK | Alexandr Nedvedicky |
2018-09-11 | - moving state look up outside of PF_LOCK() | Alexandr Nedvedicky |
2018-08-24 | - cosmetic tweak to if_pfsync.c | Alexandr Nedvedicky |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-06-09 | - pfsync_input() must grab PF_LOCK | Alexandr Nedvedicky |
2017-05-27 | Remove useless splnet()/splx() dances. | Martin Pieuchot |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-09 | Use mallocarray to allocate multicast group memberships. | David Hill |
2017-04-05 | When building counter memory in preparation to copy to userland, always | Theo de Raadt |
2017-03-11 | Add a detachhook to pfsync(4) which deals with the syncdev going away. | Stefan Sperling |
2017-02-20 | pfsync(4) percpu counters | Jeremie Courreges-Anglas |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-20 | pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for a | Martin Pieuchot |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2016-12-19 | Timer sending packets need to grab the NET_LOCK(). | Martin Pieuchot |
2016-11-22 | Fold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h). | Richard Procter |
2016-11-14 | Instead of passing an extra mbuf pointer to pf_route(), it should | Alexander Bluhm |
2016-10-27 | Pass a struct pf_pdesc to pf_route() like it is done in the other | Alexander Bluhm |
2016-10-04 | Convert timeouts that need a process context to timeout_set_proc(9). | Martin Pieuchot |
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-21 | Remove recursive splsoftnet() calls, from David Hill. | Martin Pieuchot |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-08-23 | pool_setipl | David Gwynne |
2016-04-29 | Make if_output() return EAFNOSUPPORT instead of just dropping packets | Kenneth R Westerback |
2016-03-29 | - packet must keep reference to statekey | Alexandr Nedvedicky |
2016-01-31 | - m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them out | Alexandr Nedvedicky |
2016-01-27 | white space tweaks. no functional change. | David Gwynne |
2016-01-26 | - state keys imported by if_pfsync trip refcnt != ~0 Assert | Alexandr Nedvedicky |