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