Age | Commit message (Expand) | Author |
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 |
2018-01-23 | Bring back the PRU_ATTACH constant and description. Then trpt(8) | Alexander Bluhm |
2018-01-23 | Fix printf(9) format strings so that a kernel with TCPDEBUG compiles. | Alexander Bluhm |
2018-01-22 | Bring back the detach messages in trpt(8) for tcp debugging. They | Alexander Bluhm |
2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip | Martin Pieuchot |
2018-01-15 | There was an issue that dynamic path MTU discovery together with | Alexander Bluhm |
2018-01-12 | have carp use standard detach hooks instead of getting special handling | David Gwynne |
2018-01-12 | unbreak configurations using carppeers | David Gwynne |
2018-01-12 | restrict carp to configuring ethernet interfaces as carpdevs. | David Gwynne |
2018-01-11 | carp_ourether gets passed the parent interface, not the carp interface. | David Gwynne |
2018-01-10 | get rid of struct carp_if by moving the srpl into struct ifnet if_carp. | David Gwynne |
2018-01-10 | simplify the input interface type check in carp_proto_input_if. | David Gwynne |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2018-01-09 | Change `so_state' and `so_error' to unsigned int such that they can | Martin Pieuchot |
2018-01-09 | make mpls_input take a struct ifnet *ifp argument. | David Gwynne |
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 |