| Age | Commit message (Expand) | Author |
| 2018-06-02 | Copy more mbuf flags. | maxv |
| 2018-06-01 | Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers | ozaki-r |
| 2018-05-31 | Remove the non-IKE part of the computation, too. | maxv |
| 2018-05-31 | Remove support for non-IKE markers in the kernel. Discussed on tech-net@, | maxv |
| 2018-05-29 | Fix an XXX of mine, be clearer about what we're doing. Basically we want to | maxv |
| 2018-05-23 | Add XXX. | maxv |
| 2018-05-18 | IP6_EXTHDR_GET -> M_REGION_GET, no functional change. | maxv |
| 2018-05-18 | IP6_EXTHDR_GET performs a basic mbuf operation, which has nothing to do | maxv |
| 2018-05-18 | Remove IP6_EXTHDR_GET0, remove pointless XXXs, and style. | maxv |
| 2018-05-17 | Add KASSERTs, related to PR/39794. | maxv |
| 2018-05-17 | Remove reference to tcpiphdr in comment. | maxv |
| 2018-05-15 | When reassembling IPv4/IPv6 packets, ensure each fragment has been subject | maxv |
| 2018-05-14 | Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument | maxv |
| 2018-05-14 | Don't crash if there is no inner IP header. | maxv |
| 2018-05-13 | Fix spello in a comment | khorben |
| 2018-05-13 | Clarify ESP-in-UDP. | maxv |
| 2018-05-11 | Retire ICMPPRINTFS, it's annoying and it doesn't build. | maxv |
| 2018-05-11 | Make sure we have at least an IP header, and remove pointless XXXs (there | maxv |
| 2018-05-11 | static | maxv |
| 2018-05-10 | Rename ipsec4_forward -> ipsec_mtu, and switch to void. | maxv |
| 2018-05-07 | Fix unsigned wraparound on window size calculations. | uwe |
| 2018-05-07 | Fix possible buffer overflow. We need to make sure the inner IPv4 packet | maxv |
| 2018-05-03 | Rename m_pkthdr_remove -> m_remove_pkthdr, to match the existing naming | maxv |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2018-05-03 | Remove m_copy completely. | maxv |
| 2018-05-01 | Remove unused argument from udp4_espinudp, and remove unused includes. | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-05-01 | Redefine the structure, not to rely on tcpiphdr. | maxv |
| 2018-04-29 | Move struct tcpiphdr from tcpip.h to tcp_var.h, to match UDP (udpiphdr in | maxv |
| 2018-04-29 | Remove unused and misleading argument from ipsec_set_policy. | maxv |
| 2018-04-28 | Remove unused ipsec_var.h includes. | maxv |
| 2018-04-27 | Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created. | knakahara |
| 2018-04-26 | Remove unused mbuf argument from sbsavetimestamp. | maxv |
| 2018-04-26 | Use M_UNWRITABLE, no functional change. | maxv |
| 2018-04-24 | Add code 3 of paramprob, part of RFC7112: "IPv6 First Fragment has | maxv |
| 2018-04-24 | Fix sys/netinet/in.c:r1.229 problem. I have missed FALLTHROUGH, sorry. | knakahara |
| 2018-04-21 | Remove #ifndef __vax__. | maxv |
| 2018-04-20 | SIOCSIFDSTADDR uses struct ifreq instead of struct ifaddr or struct in_aliasreq. | knakahara |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-18 | Remove unused netipsec/xform.h includes. | maxv |
| 2018-04-18 | Remove misleading comments. | maxv |
| 2018-04-15 | Introduce a m_verify_packet function, that verifies the mbuf chain of a | maxv |
| 2018-04-13 | Improve the check, we want to have len >= udphdr all the time, and not | maxv |
| 2018-04-13 | Remove useless comment and style. | maxv |
| 2018-04-13 | Reduce the diff between similar blocks. | maxv |
| 2018-04-13 | Reorder a few instructions to clarify. Replace two bcopy by memcpy. | maxv |
| 2018-04-12 | Make 'opts' local to rip_sbappendaddr(). | maxv |
| 2018-04-12 | Synchronize the code between raw_ip6.c<->icmp6.c<->raw_ip.c, so that it is | maxv |
| 2018-04-12 | Remove misleading comment; we're just checking the SP, not verifying the | maxv |
| 2018-04-11 | Remove whitespaces/tabs, and one non-ASCII character. | maxv |