Age | Commit message (Expand) | Author |
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 |
2016-05-23 | remove the function pointer from mbufs. this memory is shared with data | Ted Unangst |
2016-05-23 | Pass a route entry to if_output() instead of relying on arpresolve() magic. | Martin Pieuchot |
2016-05-18 | Remove some superflous if_get(9)/if_put(9) dances now that ARP input | Martin Pieuchot |
2016-05-18 | rework the srp api so it takes an srp_ref struct that the caller provides. | David Gwynne |
2016-05-10 | make the bpf tap functions take const struct mbuf * | David Gwynne |
2016-05-10 | make bpf_mtap callers set the M_FILDROP flag if they care about it. | David Gwynne |
2016-05-08 | Do not export the IFXF_MPSAFE flag to userland, it is a kernel-only | Martin Pieuchot |
2016-05-03 | Stop using a soft-interrupt context to process incoming network packets. | Martin Pieuchot |
2016-05-03 | Put back a panic() if an incoming packet already has a statekey. | Martin Pieuchot |
2016-05-02 | Simplify life for routing table implementations by requiring that rtable_walk | Jonathan Matthew |
2016-05-01 | Remove a bogus "else" that was causing breakage with LCP echoes, | Stuart Henderson |
2016-04-29 | Make if_output() return EAFNOSUPPORT instead of just dropping packets | Kenneth R Westerback |
2016-04-27 | Remove unused arguments from rt_checkgate(). | Martin Pieuchot |
2016-04-19 | tabs, not spaces | David Gwynne |
2016-04-19 | make setting a vlan interfaces lladdr more likely to work | David Gwynne |
2016-04-18 | Remove the hack that prevents changing pppoe params at runtime. | Mike Belopuhov |
2016-04-15 | remove ml_filter, mq_filter, niq_filter. | David Gwynne |
2016-04-15 | rename ifv_p to ifv_ifp0 | David Gwynne |
2016-04-15 | rework vlan config to make it mpsafe and done by standard ioctls | David Gwynne |
2016-04-15 | replace m_copym2 with m_dup_pkt for the dup-to handling. | David Gwynne |
2016-04-14 | Enable device cloning for bpf. This allows to have just one bpf device | Martin Natano |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-04-13 | Keep all pools in the same place. | Martin Pieuchot |
2016-04-12 | Remove unneeded art_free(). | Martin Pieuchot |
2016-04-12 | Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT as | Martin Pieuchot |