summaryrefslogtreecommitdiff
path: root/sys/net/if_spppsubr.c
AgeCommit message (Expand)Author
2023-03-25s/deteted/detected/ in log message.andvar
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-09-03Only use configured RPS hash functions for IPv4 and IPv6 packets.thorpej
2022-08-27Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.thorpej
2022-08-27Use IFQ_SET_MAXLEN() rather than open-coding it.thorpej
2022-03-07Don't change ifp->if_link_state directly. Pointed out by yamaguchi@n.o.knakahara
2021-10-25kpreempt_disable() before sppp_get_{ip,ip6}_addrs() are unnecessary now.knakahara
2021-10-25Fix missing curlwp_bind() for ifa_release(), ok'ed by yamaguchi@n.o.knakahara
2021-10-11Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o,...knakahara
2021-06-02Added missing definition of sppp_ipv6cp_tldyamaguchi
2021-06-01Fix the wrong timeout event handler for PAPyamaguchi
2021-06-01Send Up event in tlu action of LCPyamaguchi
2021-06-01Added logs when IPCP and IPv6CP are up or downyamaguchi
2021-06-01Added SPPP_LOG() for refactoring around logyamaguchi
2021-06-01Send RTM_IFINFO when a network configuration protocolyamaguchi
2021-06-01Drop the Open event of LCP to stop the interfaceyamaguchi
2021-06-01remove PP_CISCO that was used in obsoleted drivers e.g. lmc(4)yamaguchi
2021-06-01Remove open event on tlf of PAP/CHAP when retry of them is overyamaguchi
2021-06-01Do not if_down() when a down event of the lower layer of LCP is happenedyamaguchi
2021-06-01Fix not to do if_down() before reconnectyamaguchi
2021-06-01restart LCP when loopback packets are detectedyamaguchi
2021-05-19Make functions that use for logging MP-safeyamaguchi
2021-05-19Added clear of dns addresses when IPCP is closedyamaguchi
2021-05-19Added logs on dropping IPCP and IPv6CP packetsyamaguchi
2021-05-19remove a wrong ntohs().yamaguchi
2021-05-19Added a log about rejection of IPCP address optionyamaguchi
2021-05-14Add a parameter to change keepalive interval in each PPPoE I/Fyamaguchi
2021-05-14Added SPPP_NORECV_TIME option to change pp_max_noreceiveyamaguchi
2021-05-14Send echo request even while user data is receivedyamaguchi
2021-05-14Introduce SPPP_KEEPALIVE_INTERVAL optionyamaguchi
2021-05-11clear authentication protocol when SPPP_AUTHPROTO_NONE is specifiedyamaguchi
2021-05-11Drop packets that have no NCP not to start auto-dialyamaguchi
2021-05-11Added missing if_oerror incrementingyamaguchi
2021-05-11Move RCA event after RCR eventyamaguchi
2021-05-11Added ioctl commands for configuring NCP of pppoe(4)yamaguchi
2021-05-11Revert previous commit because of mistake of commit logyamaguchi
2021-05-11Added keywords that are ipcp, noipcp, ipv6cp, noipv6cpyamaguchi
2021-05-06do not clear destination address if there is no saved addressyamaguchi
2021-05-06Added m_freem for safetyyamaguchi
2021-04-28Introduce a pointer to refer sp->scp[cp->protoidx]yamaguchi
2021-04-28Move paese of conf-req, conf-nak and conf-rej into workqueueyamaguchi
2021-04-26Fix the wrong CHAP option length in conf-nakyamaguchi
2021-04-26Avoid updating of the state if the state is not changedyamaguchi
2021-04-26Reset LCP fail counter when doing "ifconfig pppoe* up"yamaguchi
2021-04-26Added ipcp option name for loggingyamaguchi
2021-04-26Ignore 0.0.0.0 offered from PPPoE serveryamaguchi
2021-04-26Fix locking order since IFNET_LOCK must be heldyamaguchi
2021-04-23Adjust mtu at LCP instead at IPCPyamaguchi
2021-04-23Fix to set mtu even if it is bigger than mru notified at LCPyamaguchi
2021-04-23Introduct a new flag to accept different authentication protocolyamaguchi