Age | Commit message (Expand) | Author |
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 |
2018-02-08 | When multiple RTF_CLONING routes for the same subnet are present, use | Martin Pieuchot |
2018-02-08 | Add a new '-protected' option for bridge members. | Martin Pieuchot |
2018-02-08 | make the watermarks/thresholds for entering and leaving syncookie mode when | Henning Brauer |
2018-02-08 | gre doesnt need ifmedia | David Gwynne |
2018-02-08 | reintroduce support for keepalives. | David Gwynne |
2018-02-08 | add DIOCGETSYNFLWATS to get current synflood detection watermarks, | Henning Brauer |
2018-02-07 | add SIOCSETKALIVE to the list of ioctls that need root and NET_LOCK | David Gwynne |
2018-02-07 | update the gre driver. | David Gwynne |
2018-02-07 | Unbreak carp(4) MAC check in bridge_process(). | Martin Pieuchot |
2018-02-07 | look ma, henning forgot to PF_LOCK/_UNLOCK in the new ioctls, ok procter | Henning Brauer |
2018-02-07 | dont return ENETRESET from SIOCSIFFLAGS, it wont't be handled properly | David Gwynne |
2018-02-07 | take the interface down if it is being destroyed. | David Gwynne |
2018-02-07 | provide counters for # of synfloods detected, # of syncookies sent, | Henning Brauer |
2018-02-07 | remove mobileip(4) tendrils | David Gwynne |
2018-02-07 | unbreak strict alignment archs by using SIPHASH_KEY for siphash | David Gwynne |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-02-06 | syncookies for pf. | Henning Brauer |
2018-02-06 | syncookies implementation to be used in pf, based on the FreeBSD one by | Henning Brauer |
2018-02-06 | some finger muscle workout: | Henning Brauer |
2018-02-05 | bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudio | Henning Brauer |
2018-02-05 | implement an arp filter | Henning Brauer |
2018-02-04 | Add media types for 802.11 AC. | Stefan Sperling |
2018-02-03 | Add support for dumping USB transfers via bpf(4) using USBPcap headers. | Martin Pieuchot |
2018-02-02 | In ether_input() use goto dropanyway instead of repeating m_freem() | Alexander Bluhm |
2018-02-01 | Done means to stop processing the protocol loop, but IP proto none | Alexander Bluhm |
2018-02-01 | add bpf_tap_hdr(), for handling a buffer (not an mbuf) with a header. | David Gwynne |
2018-01-25 | Assert that ifiq_destroy() is not called with the NET_LOCK() held. | Martin Pieuchot |