| Age | Commit message (Expand) | Author |
| 2020-08-28 | inet: reduce silent packet discards | ozaki-r |
| 2020-08-28 | inet: pull m_get_rcvif_psref out of ip_input for simplicity | ozaki-r |
| 2020-08-28 | inet: reduce indents of a normal path to improve readability (NFCI) | ozaki-r |
| 2020-08-28 | ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy | ozaki-r |
| 2020-08-28 | inet, inet6: count packets dropped by IPsec | ozaki-r |
| 2020-08-22 | Mark KASSERT-only variable __diagused. | riastradh |
| 2020-08-20 | [ozaki-r] Changes to the kernel core for wireguard | riastradh |
| 2020-07-27 | icmp6: Remove __packed attribute from icmp6 structures | roy |
| 2020-07-27 | ip6: Remove __packed attribute from ip6 structures | roy |
| 2020-07-06 | - always set both ip and ip6, otherwise a kernel assertion can be triggered | christos |
| 2020-06-15 | icmp6.h: #define ND_RA_FLAG_PROXY | roy |
| 2020-06-15 | icmp6.h: #define ND_OPT_PI_FLAG_ROUTER | roy |
| 2020-06-13 | SCTP: Use ifp->if_mtu rather than ND_IFINFO(ifp)->linkmtu | roy |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2020-05-15 | igmp_sendpkt() expects ip_output() to set 'imo.imo_multicast_ttl' into | maxv |
| 2020-04-30 | Omit needless #include <sys/rnd.h>. | riastradh |
| 2020-04-27 | Do sctp_connectx() handling using ioctl() for IPv6 as well. | rjs |
| 2020-04-13 | hardclock_ticks -> getticks() | maxv |
| 2020-03-27 | fix in4_cksum() panic "in4_cksum: mbuf 14 too short for IP header 20" | jdolecek |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-03-09 | route: RTM_MISS now puts the message source address in RTA_AUTHOR | roy |
| 2020-03-09 | arp: report RTM_MISS when removing an unresolved entry in the arp table | roy |
| 2020-03-05 | Revert "Include opt_diagnostic.h for DIAGNOSTIC." | riastradh |
| 2020-03-05 | Include opt_diagnostic.h for DIAGNOSTIC. | riastradh |
| 2020-02-07 | Use percpu_foreach_xcall() to gather volatile per-cpu counters. These | thorpej |
| 2020-02-06 | Perform link state change processing on a work queue, rather than in a | thorpej |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-02-01 | Switch sys/net to percpu_create. | riastradh |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-23 | arp: find source address then target address when processing input | roy |
| 2020-01-23 | Fix PR security/54881. Pointed out by ohishi@IIJ, thanks. | knakahara |
| 2020-01-20 | Remove FDDI support. | thorpej |
| 2020-01-19 | Replace kooky sctp random number generation by cprng_strong32(). | riastradh |
| 2020-01-19 | Remove Token Ring support. | thorpej |
| 2020-01-16 | Provide SIOCGIFMEDIA ioctl to deliver link status. | kardel |
| 2019-12-27 | s/referece/reference/ in comment. | msaitoh |
| 2019-12-27 | s/inital/initial/ | msaitoh |
| 2019-12-26 | Fix typo in comment. | msaitoh |
| 2019-12-18 | inet: Add support for IPv4 /31 prefixes, as described in RFC 3021. | roy |
| 2019-12-03 | s/upate/update/ in comment. | msaitoh |
| 2019-11-17 | Don't allow zero sized segments that will panic the stack. | mlelstv |
| 2019-11-16 | Call rtcache_unref() only when the checks succeed, instead of relying on | maxv |
| 2019-11-13 | Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp | ozaki-r |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-11-01 | Add comments to the tcp flags. | christos |
| 2019-10-18 | s/initalize/initialize/ in comment or printf message. | msaitoh |
| 2019-10-11 | ARP: Don't defend ARP probes. | roy |
| 2019-10-09 | All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long, | msaitoh |
| 2019-10-01 | in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP | chs |
| 2019-09-25 | PR/54572 - Edgar Fuß -- error in comment | jnemeth |