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