Age | Commit message (Expand) | Author |
2018-03-13 | on input, check the unicast address before the multicast handling. | David Gwynne |
2018-03-12 | Delete unused variable. | Kenji Aoyama |
2018-03-12 | give mgre(4) the IFF_MULTICAST and IFF_SIMPLEX flags | David Gwynne |
2018-03-06 | If source and destination addresses are equal, the incoming and | Alexander Bluhm |
2018-03-02 | Protect the calls to ifpromisc() in bpf(4) with net lock. This | Alexander Bluhm |
2018-03-02 | Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. | Claudio Jeker |
2018-03-01 | copy p2p_rtrequest to mgre_rtrequest, so it can be tweaked | David Gwynne |
2018-02-28 | fix up matching of incoming traffic to interfaces. | David Gwynne |
2018-02-27 | change mgre tunnel configuration to only accept a single local address. | David Gwynne |
2018-02-27 | make kernel compile again without INET6 | Sebastian Benoit |
2018-02-27 | use a macro for the default if_hdrlen, not a magic number | David Gwynne |
2018-02-27 | annotate some data structures with the lock protecting them. | David Gwynne |
2018-02-27 | add support for point to multipoint GRE via mgre(4). | David Gwynne |
2018-02-25 | default the nvgre vnetid to the first valid value according to the rfc | David Gwynne |
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 |