| Age | Commit message (Expand) | Author |
| 2021-08-20 | Pull up following revision(s) (requested by ozaki-r in ticket #1338): | martin |
| 2021-08-11 | Pull up following revision(s) (requested by kardel in ticket #1332): | martin |
| 2021-03-07 | Pull up following revision(s) (requested by christos in ticket #1226): | martin |
| 2020-10-08 | Pull up following revision(s) (requested by roy in ticket #1104): | martin |
| 2020-04-23 | Pull up following revision(s) (requested by roy in ticket #845): | martin |
| 2020-04-14 | Pull up following revision(s) (requested by kim in ticket #834): | martin |
| 2020-01-05 | Pull up following revision(s) (requested by maxv in ticket #606): | martin |
| 2019-11-16 | Pull up following revision(s) (requested by maxv in ticket #432): | martin |
| 2019-10-23 | Pull up following revision(s) (requested by ozaki-r in ticket #368): | martin |
| 2019-09-30 | Pull up following revision(s) (requested by ozaki-r in ticket #269): | martin |
| 2019-09-24 | Pull up following revision(s) (requested by ozaki-r in ticket #238): | martin |
| 2019-09-22 | Pull up following revision(s) (requested by ozaki-r in ticket #212): | martin |
| 2019-09-17 | Pull up following revision(s) (requested by bouyer in ticket #208): | martin |
| 2019-09-06 | Pull up following revision(s) (requested by kamil in ticket #183): | martin |
| 2019-09-05 | Pull up following revision(s) (requested by roy in ticket #169): | martin |
| 2019-09-05 | Pull up following revision(s) (requested by roy in ticket #168): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by roy in ticket #148): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by roy in ticket #131): | martin |
| 2019-08-26 | Pull up following revision(s) (requested by roy in ticket #109): | martin |
| 2019-08-19 | Pull up following revision(s) (requested by ozaki-r in ticket #97): | martin |
| 2019-07-26 | Decrease the reference count before freeing, so that the entries actually | christos |
| 2019-07-24 | Fix typo in comment (s/alreay/already/). | msaitoh |
| 2019-06-28 | nd6: restore a missing reachability confirmation | ozaki-r |
| 2019-06-25 | Split out the prototypes for add/delete address into a separate header file. | rjs |
| 2019-05-28 | Decorate struct in6_addr with the __packed attribute | kamil |
| 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-05-13 | print the name of the interface that was disabled. | christos |
| 2019-04-29 | Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message. | roy |
| 2019-04-29 | rtsock: Route address message simplification | roy |
| 2019-04-03 | Fix small read overflow; harmless, because since I removed RH0, the memory | maxv |
| 2019-03-19 | Fix typos in comment: | msaitoh |
| 2019-03-18 | s/pakcet/packet/ in comment. | msaitoh |
| 2019-02-25 | Fix the order in udp6_attach: soreserve should be called before | maxv |
| 2019-02-25 | RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. | maxv |
| 2019-02-24 | RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() | maxv |
| 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 |
| 2019-01-14 | Fix bug, should be ip6_protox[]. | maxv |
| 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_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the | maxv |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-12-16 | netinet6: only flush prefixes and routers for the given interface. | roy |
| 2018-12-13 | inet6: discard any received NA with a LL address we own | roy |
| 2018-12-12 | Simplify logic in ip{,6}_output(). | rin |
| 2018-12-12 | PR kern/53562 | rin |
| 2018-12-10 | need <sys/endian.h> (or arpa/inet.h) for ntohl() used in macros. | christos |