| Age | Commit message (Expand) | Author |
| 2019-09-18 | nd6: remove extra pserialize_read_exit | ozaki-r |
| 2019-09-15 | Packet filters can return an mbuf chain with fragmented headers, so | bouyer |
| 2019-09-05 | Revert regression introduced in in6.h r. 1.95 | kamil |
| 2019-09-01 | inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN | roy |
| 2019-09-01 | inet6: Send RTM_MISS when we fail to resolve an address. | roy |
| 2019-08-31 | inet6: don't set an invalid lladdr in nd6_free() | roy |
| 2019-08-30 | inet6: Revert prior | roy |
| 2019-08-29 | Userland really has no business with NA messages. | roy |
| 2019-08-29 | more bool | roy |
| 2019-08-29 | inet6: change rt_announce and llchange to bool in nd6_na_input() | roy |
| 2019-08-27 | inet6: nd6_free assumes all routers are processed by kernel RA | roy |
| 2019-08-22 | nd6: notify userland of neighbour lla updates once more | roy |
| 2019-08-22 | rtsock: rework rt_clonedmsg to take a message type and lladdr | roy |
| 2019-08-14 | Add missing IFNET_LOCK for regen_tmpaddr | ozaki-r |
| 2019-08-05 | add forward decl | christos |
| 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 |
| 2018-12-07 | inet6: match NS nonce to any interface | roy |
| 2018-12-04 | inet6: remove needless ifa_release. | roy |
| 2018-12-04 | inet6: use one function for nd6_dad_input | roy |
| 2018-12-04 | inet6: simplify NA DaD checking | roy |
| 2018-12-04 | inet6: remove unused dad ns/na counters | roy |