Age | Commit message (Expand) | Author |
2018-04-08 | on output, actually attach the mbuf tag to packet. | David Gwynne |
2018-04-06 | All users of the PFLOG_PACKET() macro are inside "#if NPFLOG > 0". | Alexander Bluhm |
2018-04-05 | Zap the obsolete PF_TRANS_ALTQ. | Lawrence Teo |
2018-04-05 | Explicitly check PF_TRANS_RULESET in DIOCXBEGIN, DIOCXCOMMIT, and DIOCXROLLBACK. | Lawrence Teo |
2018-04-03 | use link0 to use llprio in transmitted packets, regardless of mbuf prio. | David Gwynne |
2018-03-29 | NET_LOCK is also required in pppxwrite and pppxclose. | Jonathan Matthew |
2018-03-28 | - memory leak occurs when adding same table twice. | Alexandr Nedvedicky |
2018-03-20 | Call bpfdetach() without holding the NET_LOCK(). | Martin Pieuchot |
2018-03-15 | Remove the check for flags M_AUTH and M_CONF (AH and ESP). | remi |
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 |