Age | Commit message (Expand) | Author |
2019-11-07 | turn the linkstate hooks into a task list, like the detach hooks. | David Gwynne |
2019-11-06 | replace the hooks used with if_detachhooks with a task list. | David Gwynne |
2019-07-29 | The IPv6 duplicate address detection may send a packet before the | Alexander Bluhm |
2019-07-17 | Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate. | Martin Pieuchot |
2019-04-23 | give gre and mgre percpu counters too | David Gwynne |
2019-04-23 | a first cut at converting some virtual ethernet interfaces to if_vinput | David Gwynne |
2019-04-22 | support rxprio | David Gwynne |
2019-04-19 | use the common code in if.c to check if txhprio is good. | David Gwynne |
2019-04-15 | Use timeout_del_barrier(9) instead of timeout_del(9) followed by | Visa Hankala |
2019-01-04 | make kernel build without MPLS/mpe/mpw | Sebastian Benoit |
2019-01-04 | make kernel build without INET6 again. | Sebastian Benoit |
2018-12-17 | Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code. | David Gwynne |
2018-12-17 | If something like ether_ioctl returns ENETRESET, don't let it bubble out. | David Gwynne |
2018-12-03 | Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR | Claudio Jeker |
2018-11-29 | allow configuration of ecn processing | David Gwynne |
2018-11-15 | the variable holding the ip tos should be called tos, not ttl. | David Gwynne |
2018-11-14 | use the txprio setting to populate the tos in keepalive packets. | David Gwynne |
2018-11-14 | according to ip_ipip.c, rfc1853 says not to copy the ttl on decapsulation | David Gwynne |
2018-11-13 | add txprio support to gre, mgre, egre, nvgre, and eoip | David Gwynne |
2018-11-12 | set the hardmtu on ether encap ifs so the mtu can be raised above 1500 | David Gwynne |
2018-11-11 | when encapsulating mpls, map the mpls qos value to an ip tos. | David Gwynne |
2018-11-11 | actually use the if_llprio to set the mbuf prio. | David Gwynne |
2018-11-11 | use the llprio on gre(4) and eoip(4) interfaces for the keepalive tos | David Gwynne |
2018-10-25 | start both the sc_ka_send and sc_ka_hold timeout when | David Gwynne |
2018-10-18 | provide a default case for all switch statements handling address families | David Gwynne |
2018-10-18 | make sure keepalive ioctl values are either both zero, or both not zero. | David Gwynne |
2018-10-18 | make sure the tunnel is configured in gre_keepalive_send | David Gwynne |
2018-10-18 | move the timeout_add in gre_keepalive_send up. | David Gwynne |
2018-10-18 | Process incoming gre(4) keepalives early to avoid bpf seeing them. | David Gwynne |
2018-10-16 | pull and put the traffic class in ipv6 headers | David Gwynne |
2018-07-24 | When a GRE packet goes to "decline", the mbuf pointer was not updated | YASUOKA Masahiko |
2018-05-28 | implement support for MikroTik's Ethernet over IP protocol as eoip(4) | 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-01 | copy p2p_rtrequest to mgre_rtrequest, so it can be tweaked | 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 | 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 | cisco set the tos on their keepalive packets to ip precedence | David Gwynne |
2018-02-20 | add support for vnetflowid. | David Gwynne |
2018-02-19 | support configuration of fragmentation of the tunnel traffic | David Gwynne |