| Age | Commit message (Expand) | Author |
| 2021-03-07 | Pull up following revision(s) (requested by christos in ticket #1226): | martin |
| 2019-09-24 | Pull up following revision(s) (requested by ozaki-r in ticket #238): | martin |
| 2019-09-17 | Pull up following revision(s) (requested by bouyer in ticket #208): | martin |
| 2019-05-13 | Count packets dropped by pfil | ozaki-r |
| 2019-01-17 | Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-... | knakahara |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-09-02 | remove reference to ipnat, and duplicate comments | maxv |
| 2018-07-10 | Remove the second argument from ip_reass_packet(). We want the IP header | maxv |
| 2018-05-17 | Add KASSERTs, related to PR/39794. | maxv |
| 2018-05-14 | Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument | maxv |
| 2018-05-10 | Rename ipsec4_forward -> ipsec_mtu, and switch to void. | maxv |
| 2018-04-26 | Remove unused mbuf argument from sbsavetimestamp. | maxv |
| 2018-04-15 | Introduce a m_verify_packet function, that verifies the mbuf chain of a | maxv |
| 2018-04-11 | Don't pass IP_ALLOWBROADCAST in ipsec4_input. The flag lands in | maxv |
| 2018-04-11 | Add comment about IPsec. | maxv |
| 2018-04-11 | Small changes in ip_dooptions: replace bcopy by memcpy, the areas can't | maxv |
| 2018-02-24 | Avoid a deadlock between softnet_lock and IFNET_LOCK | ozaki-r |
| 2018-02-09 | Remove dead code. | maxv |
| 2018-02-07 | Remove null check on ip, it can't be null. (Confuses code scanners.) | maxv |
| 2018-02-06 | Typos and style a bit, no functional change. | maxv |
| 2018-02-05 | Exterminate IPSENDREDIRECTS and IPMTUDISCTIMEOUT, neither is documented. | maxv |
| 2018-02-05 | Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It | maxv |
| 2018-02-05 | Clean up this mess. This is typically the kind of places where we need to | maxv |
| 2018-02-05 | Be tougher, and don't allow LSRR+SSRR (RFC7126). | maxv |
| 2018-02-05 | Kick duplicate options, they are not allowed (RFC791). | maxv |
| 2018-02-05 | Remove unused variable. | maxv |
| 2018-02-05 | Disable ip_allowsrcrt and ip_forwsrcrt. Enabling them by default was a | maxv |
| 2018-02-05 | Style, no functional change. | maxv |
| 2018-01-01 | 1) "#define ipi_spec_dst ipi_addr" in <netinet/in.h> | christos |
| 2017-11-24 | Allow local communication over DETACHED addresses. | roy |
| 2017-11-17 | Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch | ozaki-r |
| 2017-09-27 | Take softnet_lock on pr_input properly if NET_MPSAFE | ozaki-r |
| 2017-07-27 | Don't acquire global locks for IPsec if NET_MPSAFE | ozaki-r |
| 2017-07-19 | Correct a comment | ozaki-r |
| 2017-07-08 | Reorder the controls to the ones that need an interface and the ones that | christos |
| 2017-07-06 | remove unnecessary casts (no functional change) | christos |
| 2017-07-06 | Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-31 | Don't use a single global variable to store source route information for mult... | ozaki-r |
| 2017-03-31 | Don't use a single global variable as a temporal storage for multiple packets | ozaki-r |
| 2017-03-06 | Make sure icmp_redirect_timeout_q and ip_mtudisc_timeout_q are initialized on... | ozaki-r |
| 2017-02-17 | Fix return value | ozaki-r |
| 2017-02-17 | Protect sysctl_net_inet_ip_pmtudto with icmp_mtx instead of softnet_lock | ozaki-r |
| 2017-02-07 | Add missing NULL checks for m_get_rcvif | ozaki-r |
| 2017-01-24 | Tweak softnet_lock and NET_MPSAFE | ozaki-r |
| 2016-12-12 | Make the routing table and rtcaches MP-safe | ozaki-r |
| 2016-12-08 | Use psref for ip_rtaddr | ozaki-r |
| 2016-12-08 | Add rtcache_unref to release points of rtentry stemming from rtcache | ozaki-r |
| 2016-10-18 | Don't hold global locks if NET_MPSAFE is enabled | ozaki-r |
| 2016-10-18 | Avoid double frees of mbuf | ozaki-r |