summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2021-12-15Fix typo in comment.knakahara
2021-12-13Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2021-12-12fix various typos, mainly in comments.andvar
2021-12-10Add comment to clarify.msaitoh
2021-12-06decrease the MTU of vlan(4)yamaguchi
2021-12-05s/preceed/preced/ in comment.msaitoh
2021-12-05s/gurantee/guarantee/ in comment.msaitoh
2021-12-05s/accomodate/accommodate/ in comment.msaitoh
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-11-30Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.hyamaguchi
2021-11-25Better counting for ierrors, iqdrops and noproto in ether_input().msaitoh
2021-11-22Add LLDP and MACSec.msaitoh
2021-11-22Modify comment:msaitoh
2021-11-22s/repsonse/response/ in comment.msaitoh
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-08Don't classify dropped packets that we don't understand as errors, forchristos
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-25frame's vlan tag must be ntohs()'ed.ryo
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-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
2021-10-19lagg: clear I/G bitg and set G/L bit in a generated MAC addressyamaguchi
2021-10-12Set a port interface of lagg(4) in promiscuous modeyamaguchi
2021-10-12lagg: update capabilities of ifnet and ethercomyamaguchi
2021-10-11Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o,...knakahara
2021-10-06s/acccess/access/andvar
2021-10-05Drop unicast packets that are not for usyamaguchi
2021-10-05Replace the list for vlan interfaces with the counteryamaguchi
2021-10-02avoid set-but-unused-variable warnings.mrg
2021-09-30lagg: Register lagg_ifdetach to ether_ifdetach hookyamaguchi
2021-09-30Make a link-layer address of lagg(4) configurable by ifconfig(8)yamaguchi
2021-09-30Fix to acquire LAGG_LOCK without psrefyamaguchi
2021-09-30vlan: Register vlan_ifdetach to ether_ifdetach hookyamaguchi
2021-09-30bridge: Register bridge_ifdetach to ether_ifdetach hookyamaguchi
2021-09-30Provide a hook point called when ether_ifdetach is calledyamaguchi
2021-09-30net: obsolete ifnet::if_link_state_chengedyamaguchi
2021-09-30vlan: Register the callback to update link-state of vlan I/Fyamaguchi
2021-09-30carp: Register carp_carpdev_state to link-state change hookyamaguchi
2021-09-30lagg: Register lagg_linkstate_changed to link-state change hookyamaguchi