summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
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
2018-04-11Don't pass IP_ALLOWBROADCAST in ipsec4_input. The flag lands inmaxv
2018-04-11Add comment about IPsec.maxv
2018-04-11Small changes in ip_dooptions: replace bcopy by memcpy, the areas can'tmaxv
2018-04-11Add 'static', like the prototype.maxv
2018-04-11Add XXX.maxv
2018-04-11Add XXX.maxv
2018-04-11Add XXX.maxv
2018-04-10Remove unused mbuf argument from arpcreate() and arplookup().maxv
2018-04-10Replace comment by KASSERT.maxv
2018-04-08Protect ip_dad_count with if NARP > 0 to fix compilationchristos
2018-04-08Remove the ipre_mlast field and the TRAVERSE macro.maxv
2018-04-08Remove unused field, and sync comment with reality.maxv
2018-04-07Remove dead code.maxv
2018-04-06Make GARP work again when DAD is disabledozaki-r
2018-04-06Revert the previous two commits as per roy@'s requestozaki-r
2018-04-06Don't set IN_IFF_* flags to ia4_flags if DAD is disabledozaki-r
2018-04-06Simplify; clear then set flags to ia4_flags (NFCI)ozaki-r
2018-04-03Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change,maxv
2018-04-03Remove unused fields and outdated comment.maxv
2018-04-03bcopy -> memcpy, it's obvious the areas don't overlap.maxv
2018-04-01Change the check to be <= instead of <. This fixes one occurrence of anmaxv
2018-04-01Reorder and style, for clarity.maxv
2018-03-30correct typo: and and -> and (comments only)maya
2018-03-30Remove dead code. It was introduced in rev1 (25 years ago), and ismaxv
2018-03-30Style, use NULL for pointers, use KASSERT, and don't inline huge functions,maxv