Age | Commit message (Expand) | Author |
2017-07-19 | The proper way to check for successful allocation of an mbuf cluster is | Claudio Jeker |
2017-07-19 | Fix double free in pppoe_dispatch_disc_pkt(). If m_pulldown() fails m is | Claudio Jeker |
2017-07-14 | kernels don't build without MROUTING because ip_var.h only sometimes | Ted Unangst |
2017-07-13 | Set the ipl of pipex pools to IPL_SOFTNET. | Martin Pieuchot |
2017-07-12 | Use a 32 bit variable to detect integer overflow when searching for | Alexander Bluhm |
2017-07-11 | Purging is at last at hand. Day of Doom is here. All that is evil | Florian Obser |
2017-07-05 | Convert pf tagname malloc(9) into pool_get(9) to make it MP safe. | Alexander Bluhm |
2017-07-04 | Revert previous, it exposed two edge cases still requiring the | Martin Pieuchot |
2017-07-03 | Both PF_ROUTE and PF_KEY need to start to take care of their own PCB list | Claudio Jeker |
2017-07-03 | Drop the KERNEL_LOCK() in pf_purge_thread(). | Martin Pieuchot |
2017-06-28 | Introduce a simple mechanism to select the appropriate queue manager | Mike Belopuhov |
2017-06-28 | Tighten up FQ-CoDel vs HFSC checks | Mike Belopuhov |
2017-06-28 | Provide pf queue manager API | Mike Belopuhov |
2017-06-28 | Extend pf queueing ops to include queue manager hooks | Mike Belopuhov |
2017-06-28 | hfsc.c should depend on pf instead of inet | Mike Belopuhov |
2017-06-26 | Fragments for a single connection (a combination of proto,src,dst,af) | Alexander Bluhm |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-06-26 | Allow updating the destination address of an existing TDB. Since the | Patrick Wildt |
2017-06-24 | To avoid packet loss due to reuse of the 16 bit IPv4 fragment id, | Alexander Bluhm |
2017-06-23 | Resetting the mbuf header in if_input_local() was stripping off the | Alexander Bluhm |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-06-21 | Fix kernel diagnostic assertion "(sk->inp == NULL) || (sk->inp->inp_pf_sk | Alexander Bluhm |
2017-06-20 | Do not use the interface pointer after if_put(). Rename ipip_input_gif() | Alexander Bluhm |
2017-06-20 | Remove KERNEL_LOCK() asserts. | Martin Pieuchot |
2017-06-19 | When dealing with mbuf pointers passed down as function parameters, | Alexander Bluhm |
2017-06-19 | Make rn_match() and rn_lookup() safe to be used in parrallel, when | Martin Pieuchot |
2017-06-16 | In sppp(4), allow additional 'wildcard' addresses for the destination. | Stefan Sperling |
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 |