Age | Commit message (Expand) | Author |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-10-29 | use the tunnelttl in the ip6 encap too, not ip6_defhlim. | David Gwynne |
2018-10-26 | Make it clear that `if_bridgeport' is dereferenced in the ioctl path | Martin Pieuchot |
2018-10-25 | start both the sc_ka_send and sc_ka_hold timeout when | David Gwynne |
2018-10-23 | Make pf compile without DIAGNOSTIC again | Reyk Floeter |
2018-10-22 | Don't let HFSC force the packet priority to 7 when enabled | David Gwynne |
2018-10-22 | Rename 'bridge_iflist' variables for coherency, missed in previous. | Martin Pieuchot |
2018-10-18 | provide a default case for all switch statements handling address families | David Gwynne |
2018-10-18 | make sure keepalive ioctl values are either both zero, or both not zero. | David Gwynne |
2018-10-18 | make sure the tunnel is configured in gre_keepalive_send | David Gwynne |
2018-10-18 | move the timeout_add in gre_keepalive_send up. | David Gwynne |
2018-10-18 | Process incoming gre(4) keepalives early to avoid bpf seeing them. | David Gwynne |
2018-10-16 | - pf: honor quick on anchor rules | Alexandr Nedvedicky |
2018-10-16 | pull and put the traffic class in ipv6 headers | David Gwynne |
2018-10-15 | use PFR_RB_NONE consistently | kn |
2018-10-04 | Honor quick on anchor rules | kn |
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-10-01 | Allow DIOCRGETADDRS when securelevel(7) > 1 | kn |
2018-10-01 | Put bridge_input & output back under the KERNEL_LOCK(). | Martin Pieuchot |
2018-09-27 | Coherently name "struct bridge_iflist" variables `bif'. | Martin Pieuchot |
2018-09-27 | Make sure the L2 entry is cloned before dereferencing its parent. | Martin Pieuchot |
2018-09-26 | Move bridge input/output paths outside of the KERNEL_LOCK(). | Martin Pieuchot |
2018-09-19 | Always call bridge_iflist `bif'. | Martin Pieuchot |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-09-12 | Stop exporting TDB counters to userland, this change introduced a | Martin Pieuchot |
2018-09-12 | Fix obvious cut&pasto in comment (ifa_msghdr -> if_announcemsghdr). | Kenneth R Westerback |
2018-09-11 | Nuke some trailing spaces that wandered into the | Kenneth R Westerback |
2018-09-11 | - moving state look up outside of PF_LOCK() | Alexandr Nedvedicky |
2018-09-10 | - if_cloners list populated at boot time only then becomes immutable, | Alexandr Nedvedicky |
2018-09-10 | Instead of calculating the mbuf packet header length here and there, | Alexander Bluhm |
2018-09-10 | if_setrdomain could potentially call if_clone_create recursively in the create | Henning Brauer |
2018-09-10 | in pf_syncookie_validate, return early if we don't have syncookies in | Henning Brauer |
2018-09-10 | During fragment reassembly, mbuf chains with packet headers were | Alexander Bluhm |
2018-09-10 | Limit the fragment entry queue length to 64 per bucket. So we have | Alexander Bluhm |
2018-09-09 | allow the automatically created loopback interfaces in rdomains to be | Henning Brauer |
2018-09-09 | if_setrdomain: allow empty rtables to be turned into rdomains, not just | Henning Brauer |
2018-09-09 | provide rtable_empty(), returns 1 if the rtable doesn't contain any routes | Henning Brauer |
2018-09-08 | Split the pf(4) fragment reassembly queue into smaller parts. | Alexander Bluhm |
2018-09-08 | Don't cause an error when setting the same rdomain. | YASUOKA Masahiko |
2018-09-04 | Forgot to rename pf_frent_holes() prototype in previous commit. | Alexander Bluhm |
2018-09-04 | Avoid traversing the list of fragment entris to check whether the | Alexander Bluhm |
2018-08-31 | Cadd a TDB `tdb' instead of `sa'. | Martin Pieuchot |
2018-08-28 | Add per-TDB counters and a new SADB extension to export them to | Martin Pieuchot |
2018-08-24 | - cosmetic tweak to if_pfsync.c | Alexandr Nedvedicky |
2018-08-21 | Fix alignment fault in switchd(8) on sparc64. Use memcpy to set oxm_value, | akoshibe |
2018-08-17 | the stack already counts bytes and packets, so don't do it again here. | David Gwynne |
2018-08-12 | Add administrative options to LACP trunk implementation. | ccardenas |
2018-08-09 | Currently, attempting to move an immovable lo(4) to a new rdomain will fail | akoshibe |
2018-07-30 | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode | Martin Pieuchot |