Age | Commit message (Expand) | Author |
2009-11-09 | bump pfsync protocol version | David Gwynne |
2009-11-09 | s/MPLS_DEBUG/VETHER_DEBUG | Marco Pfatschbacher |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-09 | vether(4) is a virtual ethernet device driver which can be used | Theo de Raadt |
2009-11-05 | IPv6 support for divert sockets. | Michele Marchetto |
2009-11-03 | Use u_int16_t for rdomains for everything. Using various types makes | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-10-29 | I missed updating a line for the AF_INET6 route case when | Jonathan Gray |
2009-10-28 | Add a dedicated pf pool for route options as suggested by henning, | Jonathan Gray |
2009-10-26 | Set the rdomain in bpfwrite() to the interface rdomain so that bpf sender | Claudio Jeker |
2009-10-26 | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). | Michael Knudsen |
2009-10-10 | fix mbuf leak in rtinit() | Dariusz Swiderski |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2009-10-06 | Replace if (af) tests operating as an af blacklist with stricter switch | Ryan Thomas McBride |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto |
2009-09-28 | when inserting a state, turn the error that pf_state_insert returns | David Gwynne |
2009-09-21 | Properly reference count bpf descriptors when using kqueue. | Can Erkin Acar |
2009-09-17 | Remove the comaptibility structures for routing socket version 3. | Claudio Jeker |
2009-09-17 | Wrap trunk_enqueue() calls in splnet() since sending out lacp packets | Claudio Jeker |
2009-09-17 | Add an splassert check trunk_enqueue() calling this function at anything | Claudio Jeker |
2009-09-16 | style: in pf_test_state_other, fix indentation, kill excessive newlines, | Henning Brauer |
2009-09-16 | fix copy & paste error from almost a year ago (bad ryan) | Henning Brauer |
2009-09-14 | Add a way to convert the ifi_link_state to a string without the use of | Claudio Jeker |
2009-09-09 | remove inline functions and move some code from the trunk_lacp_input() | Reyk Floeter |
2009-09-08 | I had not enough oks to commit this diff. | Michele Marchetto |
2009-09-08 | Add support for divert sockets. They allow you to: | Michele Marchetto |
2009-09-07 | de-inline a function which gains absolutely no benefit at all from it | Theo de Raadt |
2009-09-07 | Fix static-port, found by jmc@. ok henning@. | Stuart Henderson |
2009-09-01 | Clear the IP_DF bit if no-df is enabled, not if it is not enabled. | Joel Sing |
2009-09-01 | the diff theo calls me insanae for: | Henning Brauer |
2009-09-01 | Make rtinit() cope when there is a more specific route available then | Claudio Jeker |
2009-08-25 | Clearly copy the whole, and nothing but the whole, old buffer into | Kenneth R Westerback |
2009-08-25 | Remove support for packet mode of Metricom Ricochet radios. | Jonathan Gray |
2009-08-25 | Fix order of memcpy() arguments so data is copied from src to dest, | Kenneth R Westerback |
2009-08-16 | remove prototypes of a bunch of functions that had their implementations | Jonathan Gray |
2009-08-12 | revert my change to m_cluncount which tries to prevent the system | David Gwynne |
2009-08-12 | dlg deferred calling interfaces' if_start routine so we call them less, | Henning Brauer |
2009-08-12 | if we get dangerously low on clusters during interrupts, we need | David Gwynne |
2009-08-10 | At sys_reboot time, bring all the interfaces down so that their xxstop | Theo de Raadt |
2009-08-09 | Tag packets into correct rdomain in tunwrite(). For L2 traffic this will be | Claudio Jeker |
2009-08-02 | Preserve joined interface groups when tun(4) is switched | Marco Pfatschbacher |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-28 | Plug a memory leak when calling rtable_add(0) multiple times. Fixing this | Claudio Jeker |
2009-07-28 | do not leak pf_rule_item_pl items in pf_test_rule() when | Henning Brauer |
2009-07-28 | check that pool_get actually gives us memory in pf_test_rule. | Henning Brauer |
2009-07-27 | tiemout_add -> timeout_add_sec | Bret Lambert |
2009-07-21 | pf_scrub_ip/ip6 prototypes are already in pfvar.h | Henning Brauer |
2009-07-19 | clalloc() can't fail, so there's no need to handle failure cases. | Bret Lambert |
2009-07-16 | Backout rev1.79 of if_vlan.c and rev1.66 of if_trunk.c; | Thordur I. Bjornsson |