| Age | Commit message (Expand) | Author |
| 2019-12-03 | s/upate/update/ in comment. | msaitoh |
| 2019-11-17 | Don't allow zero sized segments that will panic the stack. | mlelstv |
| 2019-11-16 | Call rtcache_unref() only when the checks succeed, instead of relying on | maxv |
| 2019-11-13 | Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp | ozaki-r |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-11-01 | Add comments to the tcp flags. | christos |
| 2019-10-18 | s/initalize/initialize/ in comment or printf message. | msaitoh |
| 2019-10-11 | ARP: Don't defend ARP probes. | roy |
| 2019-10-09 | All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long, | msaitoh |
| 2019-10-01 | in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP | chs |
| 2019-09-25 | PR/54572 - Edgar Fuß -- error in comment | jnemeth |
| 2019-09-25 | Make panic messages more informative | ozaki-r |
| 2019-09-25 | Initialize DAD components properly | ozaki-r |
| 2019-09-19 | Avoid having a rtcache directly in a percpu storage for tunnel protocols. | knakahara |
| 2019-09-19 | Apply some missing changes lost on the previous commit | ozaki-r |
| 2019-09-19 | wqinput: avoid having struct wqinput_worklist directly in a percpu storage | ozaki-r |
| 2019-09-19 | Avoid having a rtcache directly in a percpu storage | ozaki-r |
| 2019-09-15 | Packet filters can return an mbuf chain with fragmented headers, so | bouyer |
| 2019-09-01 | inet: Send RTM_MISS when we fail to resolve an address. | roy |
| 2019-08-30 | ARP: change default sysctl entry log_movements to 0 | roy |
| 2019-08-30 | ARP: remove unused sysctl entry log_unknown_network | roy |
| 2019-08-22 | rtsock: rework rt_clonedmsg to take a message type and lladdr | roy |
| 2019-08-19 | Initialize dom_mowner for MBUFTRACE | ozaki-r |
| 2019-08-13 | Remove unused checksum code. | rjs |
| 2019-08-06 | Clamp tcp timer quantities to reasonable ranges. | riastradh |
| 2019-06-25 | Split out the prototypes for add/delete address into a separate header file. | rjs |
| 2019-06-08 | Don't need 'extern' for function prototypes. | rjs |
| 2019-06-05 | The packets which will be esp-fragmented should not be applied pfil. Pointed ... | knakahara |
| 2019-06-05 | Fix rtcache cannot be released once an esp-fragmented packet is sent. Pointed... | knakahara |
| 2019-06-04 | Fix typo (s/recevie/receive/). | msaitoh |
| 2019-06-03 | Fix typo in comment (s/seperate/separate/). | msaitoh |
| 2019-06-01 | Define carp6_cksum only when it is used, that is under INET6 | joerg |
| 2019-06-01 | Replace potentially misaligned pointer dereference + htonl() with be32dec() | kamil |
| 2019-05-28 | s/recieve/receive/ | msaitoh |
| 2019-05-15 | Fix build failure when INET6 is disabled and NET_MPSAFE is enabled. Pointed o... | knakahara |
| 2019-05-15 | Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock | ozaki-r |
| 2019-05-13 | Count packets dropped by pfil | ozaki-r |
| 2019-04-29 | Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message. | roy |
| 2019-04-29 | Move lla_snprintf from if_arp.c to dl_print.c | roy |
| 2019-04-29 | rtsock: Route address message simplification | roy |
| 2019-04-24 | ARP: Enable Address Defence again. | roy |
| 2019-03-14 | carp: don't skip pserialize_read_enter and ifa_release | ozaki-r |
| 2019-02-25 | Improve panic messages. | maxv |
| 2019-02-25 | RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. | maxv |
| 2019-02-24 | Add missing FALLTHROUGH in sctp_input.c | kamil |
| 2019-02-24 | Appease GCC7 in sctp_asconf.h | kamil |
| 2019-02-24 | RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() | maxv |
| 2019-02-15 | This really was a missing break. | rjs |
| 2019-02-12 | Add some fallthrough annotations. | rjs |
| 2019-02-05 | adjust fallthru comments to appease gcc7. | mrg |