index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
lagg
Age
Commit message (
Expand
)
Author
2022-06-26
lagg(4): Safely handle misaligned mbufs.
riastradh
2022-05-24
fix various typos in comment, documentation and log messages.
andvar
2022-04-10
fix various typos in comments and output/log messages.
andvar
2022-04-04
Avoid signed/unsigned comparision by casting the sizeof expression.
martin
2022-04-04
Fix missing m_reset_rcvif for allocated mbuf
yamaguchi
2022-04-04
Move input processing of lagg(4) before ether_input
yamaguchi
2022-04-01
lagg(4): reimplement add and delete port
yamaguchi
2022-03-31
rename lagg_enqueue to lagg_output
yamaguchi
2022-03-31
Use ether_ioctl to change mtu of lagg(4)
yamaguchi
2022-03-31
Use addlog(4) for putting 2 messages to one line
yamaguchi
2022-03-31
Make lagg interface specified "laggproto none" able to up
yamaguchi
2022-03-31
added log when ifpromisc is failed
yamaguchi
2022-03-31
Set flags related to MTU on adding l2tp(4) to lagg(4)
yamaguchi
2022-03-31
set active when the port is distributing
yamaguchi
2022-03-31
update state of aggregator on multi-speed changing
yamaguchi
2022-03-31
lagg(4): use KASSERT
yamaguchi
2022-03-31
handle LACPDU and MarkerDU in thread context
yamaguchi
2022-03-31
fix coding style
yamaguchi
2022-03-31
Added length check for safety
yamaguchi
2022-03-31
lagg(4): remove duplicated bpf_mtap
yamaguchi
2022-03-31
Change error code to ENOBUFS on lack of buffer memory
yamaguchi
2022-03-31
Fix missing freeing resource related to protocol
yamaguchi
2022-03-31
Switch ifp->if_output along with configuring ifp->if_lagg
yamaguchi
2022-03-31
Added missing NULL check
yamaguchi
2022-03-31
lagg(4): commonize the error handling
yamaguchi
2022-03-31
Added missing kmem_free
yamaguchi
2022-03-31
lagg(4): fix typo
yamaguchi
2022-03-31
Added a kernel option to run LACP on a half duplex interface
yamaguchi
2022-01-16
lagg: remove stray semicolon
rillig
2022-01-12
Fix to call lacp_linkstate with IFNET_LOCK held
yamaguchi
2022-01-12
lagg(4): Need to take IFNET_LOCK around if_init.
riastradh
2022-01-06
lagg(4): Take lock as required around if ioctl.
riastradh
2021-12-31
sys: Use if_init wrapper function.
riastradh
2021-12-31
sys: Use if_ioctl wrapper function.
riastradh
2021-12-31
sys: Use if_stop wrapper function.
riastradh
2021-11-30
Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.h
yamaguchi
2021-11-16
Added a kernel option to set SYNC bit of LACP
yamaguchi
2021-11-16
Set SYNC bit of LACPDU when the interface is on STANDBY state
yamaguchi
2021-11-15
introduced APIs to configure VLAN TAG to ethernet devices
yamaguchi
2021-11-12
Configure vlan to an added interface after setting ifnet::if_lagg
yamaguchi
2021-11-12
lagg: Add vid to vlanid_list in ethercom
yamaguchi
2021-11-12
Fix the wrong check of interface type
yamaguchi
2021-11-12
lagg: Notify the changes of capenables of interface
yamaguchi
2021-11-11
lagg: Use promiscuous mode instead of if_init() to avoid panic
yamaguchi
2021-11-08
remove unused ioctl command named SIOCGLAGGPORT
yamaguchi
2021-11-08
lagg: renew MAC addresses to change the value of interface type
yamaguchi
2021-11-08
Update the MAC address of all child interface
yamaguchi
2021-10-22
lagg: change hash logic to generate the same value
yamaguchi
2021-10-19
lagg: reject a vlan interface that is not configured
yamaguchi
2021-10-19
lagg: support l2tp(4) aggregation
yamaguchi
[next]