summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2021-03-09Pull up following revision(s) (requested by christos in ticket #1229):martin
2021-03-07Pull up following revision(s) (requested by christos in ticket #1226):martin
2020-12-07Pull up following revision(s) (requested by kardel in ticket #1143):martin
2020-10-08Pull up following revision(s) (requested by roy in ticket #1104):martin
2020-09-13Pull up following revision(s) (requested by kardel in ticket #1081):martin
2020-09-03Pull up following revision(s) (requested by kardel in ticket #1074):martin
2020-07-07Pull up following revision(s) (requested by christos in ticket #985):martin
2020-05-18Pull up following revision(s) (requested by maxv in ticket #915):martin
2020-01-24Pull up following revision(s) (requested by roy in ticket #645):martin
2020-01-23Pull up following revision(s) (requested by knakahara in ticket #644):martin
2019-10-11Pull up following revision(s) (requested by roy in ticket #300):martin
2019-09-30Pull up following revision(s) (requested by ozaki-r in ticket #269):martin
2019-09-24Pull up following revision(s) (requested by ozaki-r in ticket #238):martin
2019-09-17Pull up following revision(s) (requested by bouyer in ticket #208):martin
2019-09-10Pull up following revision(s) (requested by maxv in ticket #193):martin
2019-09-05Pull up following revision(s) (requested by roy in ticket #170):martin
2019-09-01Pull up following revision(s) (requested by roy in ticket #147):martin
2019-08-26Pull up following revision(s) (requested by roy in ticket #109):martin
2019-06-25Split out the prototypes for add/delete address into a separate header file.rjs
2019-06-08Don't need 'extern' for function prototypes.rjs
2019-06-05The packets which will be esp-fragmented should not be applied pfil. Pointed ...knakahara
2019-06-05Fix rtcache cannot be released once an esp-fragmented packet is sent. Pointed...knakahara
2019-06-04 Fix typo (s/recevie/receive/).msaitoh
2019-06-03 Fix typo in comment (s/seperate/separate/).msaitoh
2019-06-01Define carp6_cksum only when it is used, that is under INET6joerg
2019-06-01Replace potentially misaligned pointer dereference + htonl() with be32dec()kamil
2019-05-28s/recieve/receive/msaitoh
2019-05-15Fix build failure when INET6 is disabled and NET_MPSAFE is enabled. Pointed o...knakahara
2019-05-15Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlockozaki-r
2019-05-13Count packets dropped by pfilozaki-r
2019-04-29Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.roy
2019-04-29Move lla_snprintf from if_arp.c to dl_print.croy
2019-04-29rtsock: Route address message simplificationroy
2019-04-24ARP: Enable Address Defence again.roy
2019-03-14carp: don't skip pserialize_read_enter and ifa_releaseozaki-r
2019-02-25Improve panic messages.maxv
2019-02-25RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions.maxv
2019-02-24Add missing FALLTHROUGH in sctp_input.ckamil
2019-02-24Appease GCC7 in sctp_asconf.hkamil
2019-02-24RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()maxv
2019-02-15This really was a missing break.rjs
2019-02-12Add some fallthrough annotations.rjs
2019-02-05adjust fallthru comments to appease gcc7.mrg
2019-02-04rework the #ifdef IPSEC code to not use fallthru.mrg
2019-01-28Fix memory leaks pointed out by Ilja Van Sprundel: allmartin
2019-01-17Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-...knakahara
2018-12-27Remove unused arguments.maxv
2018-12-22Replace M_ALIGN and MH_ALIGN by m_align.maxv
2018-12-22Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since themaxv
2018-12-16sbspace() does not return negative values anymore and that broke OOB datachristos