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
/
if_bridge.c
Age
Commit message (
Expand
)
Author
2022-07-29
Sprinkle const
skrll
2022-07-29
Trailing whitespace
skrll
2022-06-20
bridge(4): support VLAN frames stripped by hardware tagging
yamaguchi
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-09-30
bridge: Register bridge_ifdetach to ether_ifdetach hook
yamaguchi
2021-09-30
bridge: Register bridge_calc_link_state to link-state change hook
yamaguchi
2021-07-02
Use if_ioctl() for changing MTU, not ether_ioctl to prevent panic
yamaguchi
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
christos
2021-02-14
- centralize header align and pullup into a single inline function
christos
2020-11-02
bridge: revert prior
roy
2020-09-27
bridge: When an interface joins then mark addresses on it as tentative
roy
2020-09-27
bridge: Calculate link state as the best link state of any member
roy
2020-08-01
Remove #ifdef BRIDGE_IPF, compile in the code by default. Sent to
maxv
2020-05-01
report no enabled capabilities when no interface is part of bridge
jdolecek
2020-04-30
for bridge(4), report the common enabled capabilities of the members
jdolecek
2020-04-27
if MTU of the added interface doesn't match the bridge, modify the MTU
jdolecek
2020-03-27
replace the conditional m_pullup() on start of bridge_output() with
jdolecek
2020-03-24
reset the csum_flags in bridge_brodcast() also for bmcast path
jdolecek
2020-02-24
Remove debug printf I put into bridge_calc_csum_flags().
rin
2020-02-23
disable the DEBUG bridge_calc_csum_flags() printf
jdolecek
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-08-05
Cast uint32_t to avoid undefined behavior in bridge_rthash(). Found by kUBSan.
msaitoh
2018-12-22
Take the interface out of promiscuous mode in bridge_delete_member()
rin
2018-12-15
Improve wording in comments: replace "chain" with "queue" for
rin
2018-12-14
Need <netinet6/ip6_var.h> for ip6_statinc() prototype.
martin
2018-12-12
PR kern/53562
rin
2018-11-09
Fix that brconfig <bridge> (addr) can't show a large number of MAC addresses
ozaki-r
2018-09-19
Micro optimization. m_copym(M_COPYALL) -> m_copypacket().
msaitoh
2018-09-18
- Fix bridge_enqueue() which was broken by last commit. Use correct mbuf
msaitoh
2018-09-14
Fix a bug that bridge_enqueue() incorrectly cleared outgoing packet's offload
msaitoh
2018-05-25
Ensure to call if_register after interface initializations finish
ozaki-r
2018-05-14
Protect packet input routines with KERNEL_LOCK and splsoftnet
ozaki-r
2018-04-18
Add missing PSLIST_ENTRY_INIT and PSLIST_ENTRY_DESTROY
ozaki-r
2018-04-18
Get rid of a unnecessary semicolon
ozaki-r
2018-04-18
bridge: use pslist(9) for rtlist and rthash
ozaki-r
2018-04-18
Simplify bridge_rtnode_insert (NFC)
ozaki-r
2018-04-18
Remove obsolete NULL checks
ozaki-r
2018-04-10
Fix bridge_rtdelete
ozaki-r
2018-01-15
If the bridge is not running, don't call bridge_stop. Otherwise the
maxv
2017-12-28
Ensure the timer isn't running by using workqueue_wait
ozaki-r
2017-12-19
Don't set IFEF_MPSAFE unless NET_MPSAFE at this point
ozaki-r
2017-12-11
Wrap if_ioctl_lock with IFNET_* macros (NFC)
ozaki-r
2017-12-08
Fix build of kernels without ether
ozaki-r
2017-12-06
Ensure to not turn on IFF_RUNNING of an interface until its initialization co...
ozaki-r
2017-12-06
Ensure to hold if_ioctl_lock when calling if_flags_set
ozaki-r
2017-11-17
Add missing IFEF_NO_LINK_STATE_CHANGE to bridge
ozaki-r
2017-11-16
Unify IFEF_*_MPSAFE into IFEF_MPSAFE
ozaki-r
[next]