Age | Commit message (Expand) | Author |
2016-07-25 | Make sure closed bpf devices are removed from bpf_d_list to free the | Martin Natano |
2016-07-22 | Check for errors when deleting routes inside rtable_walk() and abort | Martin Pieuchot |
2016-07-19 | style: no spaces after # for define/include, ok phessler benno | Henning Brauer |
2016-07-19 | don't hide globals between function prototypes; ok phessler benno | Henning Brauer |
2016-07-19 | remove wrong and misleading comment, ok phessler | Henning Brauer |
2016-07-19 | Revert use of the _SAFE version of SRPL_FOREACH() now that the offending | Martin Pieuchot |
2016-07-19 | Return EAGAIN for every deleted route when detaching an interface. | Martin Pieuchot |
2016-07-18 | no more cbq_opts - CBQ is gone, ok mpi phessler benno | Henning Brauer |
2016-07-18 | Hide pf internals by moving code from in_ouraddr() to pf_ouraddr(). | Alexander Bluhm |
2016-07-13 | Move ARP processing back to the KERNEL_LOCK()ed task until the race | Martin Pieuchot |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-12 | Directly drop packets filtered by bpf(4) instead of going through the | Martin Pieuchot |
2016-07-11 | Path MTU discovery was slightly broken. I took two ICMP packets | Alexander Bluhm |
2016-07-11 | Revert the introduction of ``rt_addr''. | Martin Pieuchot |
2016-07-04 | Use the _SAFE_ version of SRPL_FOREACH() in rtable_walk_helper() to | Martin Pieuchot |
2016-06-24 | The function pf_get_sport() did work for out rules only. Make it | Alexander Bluhm |
2016-06-22 | No modules thus no need for extra space for additional ppp compressions. | Jeremie Courreges-Anglas |
2016-06-22 | rework art_walk so it will behave in an mpsafe world. | David Gwynne |
2016-06-21 | To assist debugging TCP connection reuse with NAT, expand the | Alexander Bluhm |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-06-15 | There's no need to convert values returned by arc4random to the network | Mike Belopuhov |
2016-06-14 | Don't hardcode vlan/queue priority for pppoe packets; inherit it from the | Stuart Henderson |
2016-06-14 | Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it via | Martin Pieuchot |
2016-06-14 | Store the source address associated with a route in its own chunk of | Martin Pieuchot |
2016-06-14 | Convert the links between art data structures used during lookups into srps. | Jonathan Matthew |
2016-06-10 | Add the "llprio" field to struct ifnet, and the corresponding keyword | Vincent Gross |
2016-06-08 | Revert previous, it breaks regression tests. | Martin Pieuchot |
2016-06-08 | Move ND resoluton logic from nd6_output() to nd6_storelladdr() and | Martin Pieuchot |
2016-06-07 | Multicast packet are already duplicated in bridge_process() so | Martin Pieuchot |
2016-06-07 | Use rtalloc(9) instead of ifa_ifwithnet() to find an interface | Martin Pieuchot |
2016-06-07 | per trending style, add continue to empty loops. | Ted Unangst |
2016-06-03 | Remove superfluous parenthesis to shut up clang, from David Hill. | Martin Pieuchot |
2016-06-03 | defer the freeing of art tables and nodes to a task. | David Gwynne |
2016-06-03 | set rt_expire times against time_uptime, not time_second. | David Gwynne |
2016-06-02 | pool_setipl at IPL_SOFTNET for all the art structures. | David Gwynne |
2016-06-02 | always clean up the heap in art_table_delete, even for the last at_refcnt | David Gwynne |
2016-06-01 | Remove ART-specific hack now that route reference counts is similar | Martin Pieuchot |
2016-06-01 | shuffle the code in rtable_insert so it inserts a populated art_node. | David Gwynne |
2016-06-01 | s/stall/stale/ in a comment about old interfaces. | David Gwynne |
2016-06-01 | rtref and rtfree around moving the rt in rtable_mpath_reprio so the list | David Gwynne |
2016-06-01 | move all the art_node initialisation to art_get in art.c | David Gwynne |
2016-05-31 | Ensure that a valid route entry is passed to ether_output() if L2 | Martin Pieuchot |
2016-05-31 | Flush dynamic route entries attached to an interface when its link state | Martin Pieuchot |
2016-05-31 | Do not call nd6_output() without route entry argument. | Martin Pieuchot |
2016-05-31 | Plug a route entry leak triggered under memory pressure. | Martin Pieuchot |
2016-05-30 | Set pppoe(4) control frames to high (NC, "network control") | Stuart Henderson |
2016-05-30 | Insert a hack to deal with interfaces removing the VLAN header before | Martin Pieuchot |
2016-05-28 | Backout pf.c r1.972, pf_norm.c r1.184, ok claudio | Stuart Henderson |
2016-05-24 | Do not call nd6_output() without route entry argument. | Martin Pieuchot |