summaryrefslogtreecommitdiff
path: root/sys/net/lagg
AgeCommit message (Expand)Author
2022-06-26lagg(4): Safely handle misaligned mbufs.riastradh
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2022-04-04Avoid signed/unsigned comparision by casting the sizeof expression.martin
2022-04-04Fix missing m_reset_rcvif for allocated mbufyamaguchi
2022-04-04Move input processing of lagg(4) before ether_inputyamaguchi
2022-04-01lagg(4): reimplement add and delete portyamaguchi
2022-03-31rename lagg_enqueue to lagg_outputyamaguchi
2022-03-31Use ether_ioctl to change mtu of lagg(4)yamaguchi
2022-03-31Use addlog(4) for putting 2 messages to one lineyamaguchi
2022-03-31Make lagg interface specified "laggproto none" able to upyamaguchi
2022-03-31added log when ifpromisc is failedyamaguchi
2022-03-31Set flags related to MTU on adding l2tp(4) to lagg(4)yamaguchi
2022-03-31set active when the port is distributingyamaguchi
2022-03-31update state of aggregator on multi-speed changingyamaguchi
2022-03-31lagg(4): use KASSERTyamaguchi
2022-03-31handle LACPDU and MarkerDU in thread contextyamaguchi
2022-03-31fix coding styleyamaguchi
2022-03-31Added length check for safetyyamaguchi
2022-03-31lagg(4): remove duplicated bpf_mtapyamaguchi
2022-03-31Change error code to ENOBUFS on lack of buffer memoryyamaguchi
2022-03-31Fix missing freeing resource related to protocolyamaguchi
2022-03-31Switch ifp->if_output along with configuring ifp->if_laggyamaguchi
2022-03-31Added missing NULL checkyamaguchi
2022-03-31lagg(4): commonize the error handlingyamaguchi
2022-03-31Added missing kmem_freeyamaguchi
2022-03-31lagg(4): fix typoyamaguchi
2022-03-31Added a kernel option to run LACP on a half duplex interfaceyamaguchi
2022-01-16lagg: remove stray semicolonrillig
2022-01-12Fix to call lacp_linkstate with IFNET_LOCK heldyamaguchi
2022-01-12lagg(4): Need to take IFNET_LOCK around if_init.riastradh
2022-01-06lagg(4): Take lock as required around if ioctl.riastradh
2021-12-31sys: Use if_init wrapper function.riastradh
2021-12-31sys: Use if_ioctl wrapper function.riastradh
2021-12-31sys: Use if_stop wrapper function.riastradh
2021-11-30Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.hyamaguchi
2021-11-16Added a kernel option to set SYNC bit of LACPyamaguchi
2021-11-16Set SYNC bit of LACPDU when the interface is on STANDBY stateyamaguchi
2021-11-15introduced APIs to configure VLAN TAG to ethernet devicesyamaguchi
2021-11-12Configure vlan to an added interface after setting ifnet::if_laggyamaguchi
2021-11-12lagg: Add vid to vlanid_list in ethercomyamaguchi
2021-11-12Fix the wrong check of interface typeyamaguchi
2021-11-12lagg: Notify the changes of capenables of interfaceyamaguchi
2021-11-11lagg: Use promiscuous mode instead of if_init() to avoid panicyamaguchi
2021-11-08remove unused ioctl command named SIOCGLAGGPORTyamaguchi
2021-11-08lagg: renew MAC addresses to change the value of interface typeyamaguchi
2021-11-08Update the MAC address of all child interfaceyamaguchi
2021-10-22lagg: change hash logic to generate the same valueyamaguchi
2021-10-19lagg: reject a vlan interface that is not configuredyamaguchi
2021-10-19lagg: support l2tp(4) aggregationyamaguchi