| Age | Commit message (Expand) | Author |
| 2023-04-19 | Again allow multicast packets to be sent from unnumbered interfaces. | mlelstv |
| 2023-04-19 | Revert "Fix panic on packet sending via a route with rt_ifa of AF_LINK." | ozaki-r |
| 2022-11-21 | Fix panic on packet sending via a route with rt_ifa of AF_LINK. | knakahara |
| 2022-11-04 | inpcb: rename functions to inpcb_* | ozaki-r |
| 2022-10-28 | inpcb: separate inpcb again to reduce the size of PCB for IPv4 | ozaki-r |
| 2022-10-28 | inpcb: integrate data structures of PCB into one | ozaki-r |
| 2020-09-08 | Add IP_BINDANY, IPV6_BINDANY which can be used to bind to any address in | christos |
| 2020-08-28 | Don't cache the sa, because we are dealing with multiple mbufs (from ozaki-r) | christos |
| 2020-08-28 | inet: reduce silent packet discards | ozaki-r |
| 2020-08-28 | inet: reduce indents of a normal path to improve readability (NFCI) | ozaki-r |
| 2020-08-28 | inet, inet6: count packets dropped by IPsec | ozaki-r |
| 2019-12-27 | s/referece/reference/ in comment. | msaitoh |
| 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-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-02-04 | rework the #ifdef IPSEC code to not use fallthru. | mrg |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-12-12 | Simplify logic in ip{,6}_output(). | rin |
| 2018-07-11 | Rename | maxv |
| 2018-06-02 | Copy more mbuf flags. | maxv |
| 2018-05-29 | Fix an XXX of mine, be clearer about what we're doing. Basically we want to | maxv |
| 2018-04-29 | Remove unused and misleading argument from ipsec_set_policy. | maxv |
| 2018-04-21 | Remove #ifndef __vax__. | maxv |
| 2018-04-13 | Remove useless comment and style. | maxv |
| 2018-04-13 | Reduce the diff between similar blocks. | maxv |
| 2018-04-13 | Reorder a few instructions to clarify. Replace two bcopy by memcpy. | maxv |
| 2018-03-30 | correct typo: and and -> and (comments only) | maya |
| 2018-03-03 | Add KASSERTs, we don't want m_nextpkt in ipsec{4/6}_process_packet. | maxv |
| 2018-02-27 | Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the | maxv |
| 2018-02-27 | Dedup: merge | maxv |
| 2018-02-12 | Keep a pointer to the interface of the multicast membership, because the | christos |
| 2018-02-07 | ip_add_membership() has an missing {} issue, but solve it by | mrg |
| 2018-02-06 | Several changes, mostly cosmetic: | maxv |
| 2018-01-10 | from ozaki-r: use the proper ifp. | christos |
| 2018-01-10 | - this is not python, we need braces | christos |
| 2018-01-01 | Remove comment now that the getsockopt code passes the size. | christos |
| 2018-01-01 | 1) "#define ipi_spec_dst ipi_addr" in <netinet/in.h> | christos |
| 2017-12-22 | Fix usage of curlwp_bind in ip_output | ozaki-r |
| 2017-12-15 | Ensure to call if_mcast_op with holding IFNET_LOCK | ozaki-r |
| 2017-12-11 | As is the case with IPV6_PKTINFO, IP_PKTINFO can be sent without EADDRINUSE | ryo |
| 2017-11-17 | Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch | ozaki-r |
| 2017-08-10 | Add support IP_PKTINFO for sendmsg(2). | ryo |
| 2017-07-23 | kmem_intr_free kmem_intr_[z]alloced memory | para |
| 2017-07-04 | Rename u to udst, .dst to .sa and .dst4 to sin. | roy |
| 2017-07-03 | Typo | khorben |
| 2017-07-03 | When outputting, search for the sending address on the sending interface | roy |
| 2017-05-12 | replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr() | ryo |
| 2017-05-10 | Stop ipsec4_output returning SP to the caller | ozaki-r |
| 2017-05-07 | PR/52074: Frank Kardel: current npf map directive broken | christos |