Age | Commit message (Expand) | Author |
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 |
2018-03-21 | In ip6_output() check that the interface of a route is valid. For | Alexander Bluhm |
2018-03-18 | Refactor tcp_mtudisc() like NetBSD did. Do the route lookup only | Alexander Bluhm |
2018-03-14 | When processing IPsec AH packets check that the header fits into | Alexander Bluhm |
2018-03-13 | Mbuf data is used as struct ether_header before it has been made | Alexander Bluhm |
2018-03-02 | Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. | Claudio Jeker |
2018-02-27 | make kernel compile again without INET6 | Sebastian Benoit |