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