summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2018-05-01Remove now unused net_osdep.h includes, the other BSDs did the same.maxv
2018-05-01Move if_name() from net_osdep.h to if.h. net_osdep.h is now unused and canmaxv
2018-04-29Add missing pserialize_read_exit in error branch, spotted during mymaxv
2018-04-29Remove references to m_copy in comments.maxv
2018-04-27Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created.knakahara
2018-04-27Fix "how" argument of MGET(). Pointed out by maxv@n.o, thanks.knakahara
2018-04-26m_copy -> m_copymmaxv
2018-04-25Fix a deadlock (rt_free vs. route_intr on rt_so_mtx)ozaki-r
2018-04-23PR/53207: David Binderman: Use logical andchristos
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-19s/static inline/static __inline/g for consistency.christos
2018-04-18Fix sending PADT to unexpected hosts when net.pppoe.term_unknown is enabled.knakahara
2018-04-18net.pppoe.term_unknown can be written safely now.knakahara
2018-04-18Add missing PSLIST_ENTRY_INIT and PSLIST_ENTRY_DESTROYozaki-r
2018-04-18Get rid of a unnecessary semicolonozaki-r
2018-04-18bridge: use pslist(9) for rtlist and rthashozaki-r
2018-04-18Simplify bridge_rtnode_insert (NFC)ozaki-r
2018-04-18Remove obsolete NULL checksozaki-r
2018-04-12disentangle a bit more the compat ioctl code.christos
2018-04-12Resolve tangled lock dependencies in route.cozaki-r
2018-04-10Fix previous my mistake and odd unaligned case. Pointed out by maxv@n.o, thanks.knakahara
2018-04-10Fix bridge_rtdeleteozaki-r
2018-04-10apply some INET6 so this compiles in INET6-less kernels again.mrg
2018-04-09Replace KASSERTMSG by a real check. L2 encapsulation protocols (at leastmaxv
2018-04-09Add KASSERT. The input point expects struct ether_header to be there.maxv
2018-04-09Minor stylistic changes, add XXX and fix typo. No functional change.maxv
2018-04-09Improve comment. Pointed out by maxv@n.o, thanks.knakahara
2018-04-09Fix l2tp(4) alignment check. Pointed out and reviewed by k-goda@IIJ.knakahara
2018-04-08Fix bug I introduced in previous commit.maxv
2018-04-07Fix an inverted logic.maxv
2018-04-07Rewrite npf_fetch_tcpopts:maxv
2018-04-06If we're trying to read the mss on a packet that for some reason has twomaxv
2018-04-06Fix unexpected failure when ipsecif(4) over IPv6 is changed port number only.knakahara
2018-04-06fix ipsecif(4) stack overflow.knakahara
2018-04-06fix ipsecif(4) unmatch curlwp_bind.knakahara
2018-04-06fix ipsec(4) encap_lock leak.knakahara
2018-04-05Kill remaining rt->rt_refcnt++ozaki-r
2018-03-30Reset fail counter when link goes down so that next session startsmlelstv
2018-03-30add prototypes, validate ifm_change and ifm_status vectors. NFC.mlelstv
2018-03-23In addition to checking L4 in the cache, here we also need to check themaxv
2018-03-23If we fail to advance inside TCP/UDP/ICMPv4/ICMPv6, stop pretending L4maxv
2018-03-23Don't take RT_LOCK in DDBozaki-r
2018-03-22Ah, fix compilation. I tested my previous change by loading the kernelmaxv
2018-03-22Retrieve the complete IPv4 header right away, and make sure we did retrievemaxv
2018-03-22Change npf_cache_all so that it ensures the potential ICMP Query Id is inmaxv
2018-03-22Fix use-after-free.maxv
2018-03-21Add XXX (we don't handle IPv6 Jumbograms), and whitespace.maxv
2018-03-21Don't read the L4 payload after IPPROTO_AH when handling IPv6 packets.maxv
2018-03-19rtsock: log dropped messages that we cannot report to userlandroy