Age | Commit message (Expand) | Author |
2018-07-10 | Introduce new IPsec (per-CPU) statistics and refactor ESP input | Martin Pieuchot |
2018-07-10 | Remove DELAY(1000) from carp_send_arp() / carp_send_na() since it is not clear | friehm |
2018-07-05 | It was possible to leak the control mbuf in raw ip user request | Alexander Bluhm |
2018-07-04 | Prevent a mbuf double free by not freeing it along the error-path in | anton |
2018-06-25 | Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'. | Martin Pieuchot |
2018-06-14 | In in_pcballoc() finish the inp initialization before adding it to | Alexander Bluhm |
2018-06-14 | Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call | Alexander Bluhm |
2018-06-14 | Use mbuf (not cluster) always for t_template of tcpcb. | YASUOKA Masahiko |
2018-06-11 | Fix RAMDISK build by removing an #ifdef INET6 in tcp_trace(). | Alexander Bluhm |
2018-06-11 | Do not unlock the KERNEL_LOCK() unconditionally in sounlock(). | Martin Pieuchot |
2018-06-11 | Push the KERNEL_LOCK() inside route_input(). | Martin Pieuchot |
2018-06-11 | The output from tcp debug sockets was incomplete. After detach tp | Alexander Bluhm |
2018-06-08 | The udp control option processing was implemented three times. | Alexander Bluhm |
2018-06-07 | The global zero addresses must not change, mark them constant. | Alexander Bluhm |
2018-06-06 | Pass the socket to sounlock(), this prepare the terrain for per-socket | Martin Pieuchot |
2018-06-04 | Cleanup IPsec output error handling with consistent goto drop. | Alexander Bluhm |
2018-06-03 | Use variable names for rtable and rdomain consistently in the in_pcb | Alexander Bluhm |
2018-06-03 | Rename the incpb table field inpt_hash to inpt_mask as it contains | Alexander Bluhm |
2018-06-03 | SIOCSIFNETMASK takes a 'struct ifreq', so use 'ifr' for it and drop the | Theo Buehler |
2018-06-03 | Better version of the refactoring attempted in r1.154. Move SIOCSIFADDR | Theo Buehler |
2018-06-02 | Move the declarations of the raw ip and ip6 pcb tables into the | Alexander Bluhm |
2018-06-02 | Cleanup the in_pcbnotifymiss diagnostic printfs. Always print the | Alexander Bluhm |
2018-06-02 | The function in_pcbrehash() does not modify the pcb table queue. | Alexander Bluhm |
2018-05-31 | zap trailing whitespace | Theo Buehler |
2018-05-31 | Re-commit the correct half of revision 1.154: | Theo Buehler |
2018-05-31 | Back out previous. The handling of SIOCSIFADDR is now wrong. | Theo Buehler |
2018-05-31 | Some more code shuffling to get rid of one switch in each, in_ioctl() | Theo Buehler |
2018-05-28 | Next step in disentangling the switches in in_ioctl(). Split out the | Theo Buehler |
2018-05-25 | Prepare in_ioctl() for further refactoring with the goal of merging the | Theo Buehler |
2018-05-21 | All places that call carp_lsdrop() use the interface pointer already. | Alexander Bluhm |
2018-05-19 | Introduce a tdb_reaper() function to prevent a use-after-free when a | Martin Pieuchot |
2018-05-16 | Fix kernel builds without IPSEC. | Reyk Floeter |
2018-05-14 | When checking the IPsec enable sysctls, ipsec_common_input() had | Alexander Bluhm |
2018-05-14 | When walking the IPv6 header chain in IPsec output, check that the | Alexander Bluhm |
2018-05-12 | Cleanup IPsec common input error handling with consistent goto drop. | Alexander Bluhm |
2018-05-12 | Cleanup IPsec IPComp error handling with consistent goto drop. | Alexander Bluhm |
2018-05-10 | TCP debug sockets still had code for old TCP timers that were | Alexander Bluhm |
2018-05-09 | Cleanup IPsec ESP error handling with consistent goto drop. | Alexander Bluhm |
2018-05-09 | Cleanup IPsec AH error handling with consistent goto drop. | Alexander Bluhm |
2018-05-08 | Historically there were slow and fast tcp timeouts. That is why | Alexander Bluhm |
2018-05-02 | Do not assume that mbufs within a chain do not have M_PKTHDR set. | Alexander Bluhm |
2018-05-02 | Split out the handling of SIOCGIF* into a new function, in_ioctl_get(), | Theo Buehler |
2018-04-30 | Reduce the scope of the NET_LOCK() in in_control(). Two functions were | Theo Buehler |
2018-04-24 | Make the ramdisks compile again, we don't have MROUTING on them. | Florian Obser |
2018-04-24 | Push NET_LOCK down in the default ifioctl case. | Paul Irofti |
2018-04-06 | Use the existing pf state to speed up UDP socket lookup. This was | Alexander Bluhm |
2018-04-02 | Use memcpy on freshly allocated memory and add the free size. | David Hill |
2018-03-31 | When reusing an mbuf to send an ARP response, don't forget to clear | Stefan Sperling |
2018-03-30 | Store the allocation size in inpcbhead for free(). | David Hill |
2018-03-21 | The function carp_prepare_ad() never fails. The error handling in | Alexander Bluhm |