Age | Commit message (Expand) | Author |
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 |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-10 | Kill unneeded caddr_t cast. | Claudio Jeker |
2018-02-10 | rework gif to be more consistent. | David Gwynne |
2018-02-10 | Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act | Claudio Jeker |
2018-02-07 | comment change only. ok bluhm@ | Richard Procter |
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 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-02-07 | Historically TCP timeouts were implemented with pr_slowtimo and | Alexander Bluhm |
2018-02-06 | There was a race in the TCP timers. As they may sleep to grab the | Alexander Bluhm |
2018-02-06 | Do some cleanup in ah_massage_headers(). | Alexander Bluhm |
2018-02-05 | Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also | Alexander Bluhm |
2018-02-03 | Since tcp_attach() has moved to a separate protocol function, the | Alexander Bluhm |
2018-02-01 | When processing IPsec AH packets with IP options or IPv6 extension | Alexander Bluhm |
2018-01-25 | Use a workaround for detached parent in carp_proto_input_c(). | Martin Pieuchot |
2018-01-23 | The TCP reaper timeout was still imlemented as soft timeout. So | Alexander Bluhm |
2018-01-23 | Although it is a dead store here, always reassign the tcpcb after | Alexander Bluhm |