Age | Commit message (Expand) | Author |
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 |
2018-01-24 | add support for bpf on "subsystems", not just network interfaces | David Gwynne |
2018-01-22 | Use ip_send() to not call ip_output() recursively in *start() routine. | Martin Pieuchot |
2018-01-22 | Do not call ip_output() recursively in vxlan_start(). | Martin Pieuchot |
2018-01-19 | In pfioctl() a pf unlock was missing in the error path. | Alexander Bluhm |
2018-01-19 | Use the pf state key linking functions in two more places instead | Alexander Bluhm |
2018-01-16 | If pf route-to is used for locally generated packets, they may have | Alexander Bluhm |
2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip | Martin Pieuchot |
2018-01-15 | When pf(4) forwards incoming packets with route-to or reply-to, | Alexander Bluhm |
2018-01-12 | have carp use standard detach hooks instead of getting special handling | David Gwynne |