Age | Commit message (Expand) | Author |
2017-06-12 | have the timeout call if qstart via the serialiser isntead of directly | David Gwynne |
2017-06-09 | - pfsync_input() must grab PF_LOCK | Alexandr Nedvedicky |
2017-06-09 | Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even | Martin Pieuchot |
2017-06-07 | Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals | Martin Pieuchot |
2017-06-06 | Update panic strings, pipex no longer use rn_inithead0(). | Martin Pieuchot |
2017-06-06 | Do not rely on <net/rtable.h> beeing included by other headers. | Martin Pieuchot |
2017-06-06 | Fix build without PF. | Martin Pieuchot |
2017-06-05 | - let's add PF_LOCK() | Alexandr Nedvedicky |
2017-06-03 | Add missing NET_LOCK(). | Martin Pieuchot |
2017-06-02 | be less tricky about when ifq_free is handled. | David Gwynne |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-31 | Use mbuf_queue to properly serialize access to pflow output queue. | Visa Hankala |
2017-05-31 | Block IPv6 packets in pf(4) that have hop-by-hop options header or | Alexander Bluhm |
2017-05-31 | Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and | Martin Pieuchot |
2017-05-31 | make vlan use their parents lladdr all the time, not just when theyre up. | David Gwynne |
2017-05-30 | remove no longer needed splnet/splx. | Sebastian Benoit |
2017-05-30 | sizes for free() | Theo de Raadt |
2017-05-30 | remove XXX from the comments marking "holes" in the ioctls. I see very | Henning Brauer |
2017-05-30 | g/c DIOCCLRRULECTRS | Henning Brauer |
2017-05-30 | sizes for free() | Theo de Raadt |
2017-05-30 | teach pf_build_tcp() about SACK, ok & with sashan | Henning Brauer |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-30 | Clear the internal table used by if_get(9) and sleep until all | Martin Pieuchot |
2017-05-29 | Replace handrolled list with LIST_* macros. OK mpi@ | Claudio Jeker |
2017-05-29 | Kill struct pfkey_version and move struct pfkeyv2_socket & dump_state | Claudio Jeker |
2017-05-29 | export_pflow() is no longer grabbing the NET_LOCK(), so no need to | Martin Pieuchot |
2017-05-29 | PFKEY version 2 is the only pfkey version supported. No need for extra | Claudio Jeker |
2017-05-29 | Pass SIOCGIFMEDIA to vlan's parent interface. | Martin Pieuchot |
2017-05-29 | Do not try to grab the NET_LOCK() while holding an ifp reference. | Martin Pieuchot |
2017-05-28 | fix broken include on previous pipex commit | Mike Larkin |
2017-05-28 | Process packets immediately without queuing since pipex is believed MP safe | YASUOKA Masahiko |
2017-05-28 | Check also whether the interfaces is matched when pipex check PPPoE | YASUOKA Masahiko |
2017-05-28 | Use interface index and if_{put,get} instead of ifnet pointer. | YASUOKA Masahiko |
2017-05-28 | Use interface index instead of ifnet pointer. | YASUOKA Masahiko |
2017-05-28 | Limit the nested header chain for IPv6 extensions headers and for | Alexander Bluhm |
2017-05-28 | Fix bad white spaces, wrap long lines, kill some empty lines. | Alexander Bluhm |
2017-05-28 | Add missing NET_UNLOCK() in error path. | Martin Pieuchot |
2017-05-28 | Pf was handling IPv4 and IPv6 differently regarding AH extension | Alexander Bluhm |
2017-05-28 | trunk_port_destroy() needs the NET_LOCK(). | Martin Pieuchot |
2017-05-28 | Remove all splnet/splx from pipex(4) and pppx(4) and replace some of | YASUOKA Masahiko |
2017-05-28 | Leaving IP multicast group requires the NET_LOCK(). | Martin Pieuchot |
2017-05-28 | Remove useless splnet()/splx() dances. | Martin Pieuchot |
2017-05-28 | Protect the global array of interfaces with the NET_LOCK(). | Martin Pieuchot |
2017-05-27 | fix previous as noted by mpi, thx florian | Sebastian Benoit |
2017-05-27 | move sending of pflow packet into a task, seperated from the data | Sebastian Benoit |
2017-05-27 | Push the NET_LOCK down into PF_KEY so that it can be treated like PF_ROUTE. | Claudio Jeker |
2017-05-27 | Protect the global list of softc with the NET_LOCK(). | Martin Pieuchot |
2017-05-27 | Protect the global list of softc with the NET_LOCK(). | Martin Pieuchot |
2017-05-27 | Remove useless splnet()/splx() dances. | Martin Pieuchot |
2017-05-27 | Use rn_inithead() instead of rn_inithead0(). Since rn_inithead0() | YASUOKA Masahiko |