Age | Commit message (Expand) | Author |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-29 | Make sure that pf_mbuf_link_state_key() does not overwrite an | Alexander Bluhm |
2017-12-29 | Make the functions which link the pf state keys to mbufs, inpcbs, | Alexander Bluhm |
2017-12-28 | pf drops IPv4 packets with any options by default. For IPv6 the | Alexander Bluhm |
2017-12-24 | There was a corner case where linking the inp to the state key did | Alexander Bluhm |
2017-12-21 | drivers might want to call ifiq_barrier. | David Gwynne |
2017-12-21 | prototype if_attach_iqueues so drivers can configure multiple iqs. | David Gwynne |
2017-12-18 | Size for free(9). | Martin Pieuchot |
2017-12-15 | ifq_barrier should be callable by any nic, not just MPSAFE ones. | David Gwynne |
2017-12-15 | add ifiqueues for mp safety and nics with multiple rx rings. | David Gwynne |
2017-12-14 | i forgot to convert ifq_barrier_task to cond_signal. | David Gwynne |
2017-12-14 | replace the bare sleep state handling in barriers with wait cond code | David Gwynne |
2017-12-13 | Spacing from kshe59@zoho.eu. | Martin Pieuchot |
2017-12-13 | Sizes for free in route_output(). | Martin Pieuchot |
2017-12-10 | Remove outdated comment and trailing spaces. | Martin Pieuchot |
2017-12-04 | RFC 4861 requires that all neighbor discovery packets have 255 in | Alexander Bluhm |
2017-12-01 | Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST | Alexander Bluhm |
2017-11-29 | Make mpe(4) work again by: | Claudio Jeker |
2017-11-29 | Revert 1.353, this breaks mpe(4). Also it seems not complete since rt_ifa_del | Claudio Jeker |
2017-11-28 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-27 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-27 | lenght->length, mostly in comments | Stuart Henderson |
2017-11-22 | It does not make sense to call pcb lookup from pf during packet | Alexander Bluhm |
2017-11-20 | Remove #if'0ed decls | Jeremie Courreges-Anglas |
2017-11-20 | Flush flows using the radix-tree instead of a global list. | Martin Pieuchot |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-20 | Remove duplicated code working around the fact that ifpromisc() required | Martin Pieuchot |
2017-11-20 | Do not fail if an interface is DOWN when calling ifpromisc(). | Martin Pieuchot |
2017-11-17 | #if -> #ifdef for consistency | Jeremie Courreges-Anglas |
2017-11-17 | Rename etherip sysctl handler, there's no conflict with ip_ether.c any more | Jeremie Courreges-Anglas |
2017-11-17 | Rename functions that now handle only MPLS-in-IP | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip_allow where it is used | Jeremie Courreges-Anglas |
2017-11-17 | Don't pass unhandled packets to gif(4) | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip counters and their allocation to etherip(4) | Jeremie Courreges-Anglas |
2017-11-17 | add if_rxr_livelocked so rxr users can request backpressure themselves. | David Gwynne |
2017-11-15 | etherip(4) now handles etherip sysctls, move/remove code accordingly. | Jeremie Courreges-Anglas |
2017-11-15 | some more 25g media types, and a bunch of AOC types. | David Gwynne |
2017-11-14 | Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get(). | Theo Buehler |
2017-11-14 | anton@ reports that ifq tx mitigation breaks iwm somehow. | David Gwynne |
2017-11-14 | move the adding of an ifqs counters in if_getdata to ifq.c | David Gwynne |
2017-11-14 | reintroduce tx mitigation, like dfly does and like we used to do. | David Gwynne |
2017-11-13 | Grab the KERNEL_LOCK() to iterate on the global list of PF_KEY sockets. | Martin Pieuchot |
2017-11-13 | Remove useless comment about if_ioctl() & reduce grep noise. | Martin Pieuchot |
2017-11-13 | add a generic packet rate matching filter. allows things like | Henning Brauer |
2017-11-13 | remove the ability for pf_ouraddr to say that a packet is forwarded. | David Gwynne |
2017-11-12 | Only use a single taskq to process incoming network packets as soon as | Martin Pieuchot |
2017-11-10 | Introduce a reader version of the NET_LOCK(). | Martin Pieuchot |
2017-11-10 | Use percpu counters with etheripstat. | Visa Hankala |
2017-11-09 | The cmd argument of ifconf() has been unused since COMPAT_LINUX was | Theo Buehler |
2017-11-04 | Move the ioctls that only need a read lock from ifioctl into a new | Theo Buehler |