Age | Commit message (Expand) | Author |
2017-08-10 | Prevent userland to modify RTF_LOCAL route entries. | Martin Pieuchot |
2017-08-06 | Reduce contention on the NET_LOCK() by moving the logic of the pfpurge | Martin Pieuchot |
2017-08-04 | When we disable INET6 on an interface that also removes the autoconf6 | Florian Obser |
2017-08-02 | Fix rtable regression tests. | Martin Pieuchot |
2017-08-02 | Move a sanity check that only makes sense for userland where it belongs. | Martin Pieuchot |
2017-08-01 | rt_if_track() is needed even on ramdisk kernels, because of MPATH | Theo de Raadt |
2017-08-01 | Add missing splx(). | Martin Pieuchot |
2017-07-30 | Enable mpath support in the Allotment Routing Table (ART) on the ramdisk. | Florian Obser |
2017-07-30 | Switch installer to Allotment Routing Table (ART). | Florian Obser |
2017-07-28 | Add an error argument to rtm_send() instead of rerolling it inside | Martin Pieuchot |
2017-07-27 | Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg(). | Martin Pieuchot |
2017-07-27 | For pf the anchor is a C string so ensure that the value passed in via ioctl | Claudio Jeker |
2017-07-27 | SEQ16_* macros weren't able to compare properly if one of the sequences is | YASUOKA Masahiko |
2017-07-26 | Consistantly use kp as the var name for struct keycb. | Claudio Jeker |
2017-07-26 | Fix typo in comment, ok deraadt@ | anton |
2017-07-24 | Don't attempt to deactivate a class that doesn't have any packets in it | Mike Belopuhov |
2017-07-24 | Reduce NET_LOCK() contention by moving the linktstate and watchdog | Martin Pieuchot |
2017-07-24 | rt_getifa() is only needed for routing commands submited by userland. | Martin Pieuchot |
2017-07-24 | Fixup free list handling in fqcodel_deq_begin | Mike Belopuhov |
2017-07-19 | Fix the test condition weakened a recent change | Mike Belopuhov |
2017-07-19 | Factor out internal FIFO queue manager | Mike Belopuhov |
2017-07-19 | Rework HFSC vs FQ-CoDel checks | Mike Belopuhov |
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 |