summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2019-09-25Make panic messages more informativeozaki-r
2019-09-25Initialize DAD components properlyozaki-r
2019-09-19Avoid having a rtcache directly in a percpu storage for tunnel protocols.knakahara
2019-09-19Apply some missing changes lost on the previous commitozaki-r
2019-09-19wqinput: avoid having struct wqinput_worklist directly in a percpu storageozaki-r
2019-09-19Avoid having a rtcache directly in a percpu storageozaki-r
2019-09-15Packet filters can return an mbuf chain with fragmented headers, sobouyer
2019-09-01inet: Send RTM_MISS when we fail to resolve an address.roy
2019-08-30ARP: change default sysctl entry log_movements to 0roy
2019-08-30ARP: remove unused sysctl entry log_unknown_networkroy
2019-08-22rtsock: rework rt_clonedmsg to take a message type and lladdrroy
2019-08-19Initialize dom_mowner for MBUFTRACEozaki-r
2019-08-13Remove unused checksum code.rjs
2019-08-06Clamp tcp timer quantities to reasonable ranges.riastradh
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
2018-12-12Simplify logic in ip{,6}_output().rin
2018-12-12PR kern/53562rin
2018-12-11PR/53775: Havard Eidnes: bind(2) may inaccurately return EADDRNOTAVAIL,christos
2018-11-29Don't run DAD on link-up if it's explicitly disabledozaki-r