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