Age | Commit message (Expand) | Author |
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 |
2018-01-12 | move gif_encap from gif_output to gif_start. | David Gwynne |
2018-01-11 | Advance data pointer after exporting SA type to userland. Otherwise | Alexander Bluhm |
2018-01-10 | get rid of struct carp_if by moving the srpl into struct ifnet if_carp. | David Gwynne |
2018-01-10 | Use pf_send_icmp() consistently in pf_route(). It sets the routing | Alexander Bluhm |
2018-01-10 | shuffle how the protocol family input is done in ether_input. | David Gwynne |
2018-01-09 | Stop grabing the KERNEL_LOCK() for running protocol input routines. | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2018-01-09 | Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion. | Martin Pieuchot |
2018-01-09 | make mpls_input take a struct ifnet *ifp argument. | David Gwynne |
2018-01-08 | Convert IF_CLONE_INITIALIZER() into C99 initializer. | Alexander Bluhm |
2018-01-04 | Back out tx mitigation again because it breaks suspend and resume at | Theo Buehler |
2018-01-04 | Include timeout & tasks in 'struct ifnet' instead of always allocating | Martin Pieuchot |
2018-01-04 | remove support for decapsulating LLC/SNAP frames. | David Gwynne |
2018-01-03 | Add support for IPv6 over MPLS pseudowire aka mpw(4) | denis |