| Age | Commit message (Expand) | Author |
| 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 |
| 2019-02-04 | rework the #ifdef IPSEC code to not use fallthru. | mrg |
| 2019-01-28 | Fix memory leaks pointed out by Ilja Van Sprundel: all | martin |
| 2019-01-17 | Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-... | knakahara |
| 2018-12-27 | Remove unused arguments. | maxv |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-12-16 | sbspace() does not return negative values anymore and that broke OOB data | christos |
| 2018-12-12 | Simplify logic in ip{,6}_output(). | rin |
| 2018-12-12 | PR kern/53562 | rin |
| 2018-12-11 | PR/53775: Havard Eidnes: bind(2) may inaccurately return EADDRNOTAVAIL, | christos |
| 2018-11-29 | Don't run DAD on link-up if it's explicitly disabled | ozaki-r |