Age | Commit message (Expand) | Author |
2018-02-24 | when comparing nvgre entries, compare a with b, not a with itself. | David Gwynne |
2018-02-22 | remove some debug code in nvgre | David Gwynne |
2018-02-22 | Always reallocate a new memory chunk when changing the gateway of a | Martin Pieuchot |
2018-02-22 | don't get in the way of setting the rdomain on gre(4) | David Gwynne |
2018-02-21 | implement nvgre(4) based on rfc7637 aka NVGRE | David Gwynne |
2018-02-21 | if egre takes the packet, it's done, don't fall through to l3 processing. | David Gwynne |
2018-02-21 | whitespace fixes | David Gwynne |
2018-02-20 | Removing an RTF_CLONING route entry should not invalidate an RTF_CACHED | Martin Pieuchot |
2018-02-20 | cisco set the tos on their keepalive packets to ip precedence | David Gwynne |
2018-02-20 | add support for vnetflowid. | David Gwynne |
2018-02-20 | only allow root to use SIOCSVNETFLOWID. | David Gwynne |
2018-02-20 | add support for setting the tunnel df bit. | David Gwynne |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-19 | tunneldf needs ifr_df | David Gwynne |
2018-02-19 | support configuration of fragmentation of the tunnel traffic | David Gwynne |
2018-02-19 | enable configuration of tunnel fragmentation. | David Gwynne |
2018-02-19 | initialise sc_df to 0 in clone create rather than setting sc_ttl badly | David Gwynne |
2018-02-19 | add code to support configuration of tunnel traffic fragmentation | David Gwynne |
2018-02-19 | make sure only root can configure an interface with SIOCSLIFPHYDF. | David Gwynne |
2018-02-18 | don't allow configuration of non-ipv4 addresses. | David Gwynne |
2018-02-18 | - regression in pflog output | Alexandr Nedvedicky |
2018-02-16 | make gre_encap prepend both the gre and tunnel ip headers. | David Gwynne |
2018-02-16 | put egre back in a tree | David Gwynne |
2018-02-16 | allow wccp processing to be enabled per interface with the link0 flag. | David Gwynne |
2018-02-15 | take egre(4) packets out early in gre input | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | use a mobileip_tunnel struct to represent the interfaces tunnel info. | David Gwynne |
2018-02-12 | restore the previous semantics wrt if up, tunnel, and address config. | David Gwynne |
2018-02-12 | ; ends c statements, not ;; | David Gwynne |
2018-02-12 | dont handle SIOCSIFRDOMAIN twice, egre isn't supposed to filter it. | David Gwynne |
2018-02-11 | Add a ROUTE_PRIOFILTER socket option for roueing sockets that | Sebastian Benoit |
2018-02-11 | if an interface is added to the bridge that doesn't exist, try to create it | Henning Brauer |
2018-02-10 | There is a problem with assigning 127.0.0.1 here. Revert the call | Claudio Jeker |
2018-02-10 | If the kernel fails to clone an entry, report rtrequest(9) error. | Martin Pieuchot |
2018-02-10 | rework gif to be more consistent. | David Gwynne |
2018-02-10 | Implement RFC 7217: "A Method for Generating Semantically Opaque | Florian Obser |
2018-02-10 | Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act | Claudio Jeker |
2018-02-09 | use in_addr and in6_addr instead of uint32_ts | David Gwynne |
2018-02-09 | oh carp - i didnt mean to commit these | David Gwynne |
2018-02-09 | use struct in_addr to represent an address. | David Gwynne |
2018-02-09 | add support for setting the ttl on the tunnel traffic. | David Gwynne |
2018-02-09 | rework etherip to make it more consistent and reduce code duplication. | David Gwynne |
2018-02-09 | bring back the wccp shizz. | David Gwynne |
2018-02-08 | implement support for tunnelttl copy. | David Gwynne |
2018-02-08 | Make the routing socket more MP save by using a SRPL list for the pcb list. | Claudio Jeker |
2018-02-08 | ttl 0 is not valid on the wire, so dont accept it. | David Gwynne |
2018-02-08 | implement ethernet over gre encapsulation with a thing egre(4) driver. | David Gwynne |
2018-02-08 | handle SIOCGLIFPHYTTL and say that the ttl is always "copied" | David Gwynne |