Age | Commit message (Expand) | Author |
2017-12-29 | Make the functions which link the pf state keys to mbufs, inpcbs, | Alexander Bluhm |
2017-12-14 | The pf code marks ICMP packets belonging to an TCP or UDP divert | Alexander Bluhm |
2017-12-07 | Initialize tcp_secret in tcp_init | Mike Belopuhov |
2017-12-04 | Make divert lookup similar for all socket types. If PF_TAG_DIVERTED | Alexander Bluhm |
2017-12-01 | Fix white spaces and shorten long line. | Alexander Bluhm |
2017-12-01 | Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST | Alexander Bluhm |
2017-11-30 | Fix typos in comments. | Nayden Markatchev |
2017-11-28 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-23 | Constify protocol tables and remove an assert now that ip_deliver() is | Martin Pieuchot |
2017-11-23 | Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch(). | Martin Pieuchot |
2017-11-22 | It does not make sense to call pcb lookup from pf during packet | Alexander Bluhm |
2017-11-21 | Move the addrhook disestablish from carpdetach() to carp_clone_destroy() | Patrick Wildt |
2017-11-20 | Keep kernel defines under #ifdef _KERNEL. | Martin Pieuchot |
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-17 | Rename etherip sysctl handler, there's no conflict with ip_ether.c any more | Jeremie Courreges-Anglas |
2017-11-17 | Add ifdef MPLS around all the MPLS-in-IP code | 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 | Drop etheripstat use in ip_ether.c | Jeremie Courreges-Anglas |
2017-11-17 | Drop all Ethernet-in-IP support from gif(4) | Jeremie Courreges-Anglas |
2017-11-17 | Move etherip counters and their allocation to etherip(4) | Jeremie Courreges-Anglas |
2017-11-15 | etherip(4) now handles etherip sysctls, move/remove code accordingly. | Jeremie Courreges-Anglas |
2017-11-15 | Make etherip(4) the single driver responsible for etherip sysctl entries. | Jeremie Courreges-Anglas |
2017-11-15 | Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.h | Martin Pieuchot |
2017-11-14 | Introduce ipsec_sysctl() and move IPsec tunables where they belong. | 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-08 | The TF_BLOCKOUTPUT flag is set around all sorwakeup() and sowwakeup() | Alexander Bluhm |
2017-11-08 | Make {ah,esp,ipcomp}stat use percpu counters. | Visa Hankala |
2017-11-07 | Convert all the fields of {ah,esp,ipcomp}stat to uint64. | Visa Hankala |
2017-11-07 | Remove unused debug macro. | Martin Pieuchot |
2017-11-06 | Use %s and __func__ in DPRINTF() to reduce false positive with grep(1). | Martin Pieuchot |
2017-11-05 | Finish off pr_drain functions, they haven't been used since 2006. | Florian Obser |
2017-11-04 | Stop calling ifp->if_ioctl() inside in{,6}_ioctl(). | Martin Pieuchot |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-11-01 | Fix typo in previous resulting in a NULL dereference. | Martin Pieuchot |
2017-10-31 | - add one more softnet taskq | Alexandr Nedvedicky |
2017-10-29 | This doesn't need the NET_LOCK, everything is protected by a mutex. | Florian Obser |
2017-10-29 | Move NET_{,UN}LOCK into individual slowtimo functions. | Florian Obser |
2017-10-27 | Dump IPsec flows by iterating over the rafdix-tree. | Martin Pieuchot |
2017-10-26 | Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use' | Martin Pieuchot |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-10-24 | Refactor handling of partial TCP acknowledgements | Mike Belopuhov |
2017-10-24 | Remove some more tests checking for a non-NULL `ifp->if_ioctl'. | Martin Pieuchot |
2017-10-24 | Remove support for never used ioctls originating from KAME. | Martin Pieuchot |
2017-10-22 | Unconditionally enable TCP selective acknowledgements (SACK) | Mike Belopuhov |
2017-10-20 | Do not test if if_ioctl is NULL, it isn't. | Martin Pieuchot |
2017-10-18 | When reusing an mbuf at the upper end of the network stack, strip | Alexander Bluhm |
2017-10-16 | Handle the case where the parent of a carp(4) is being destroyed | Martin Pieuchot |