index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_bridge.c
Age
Commit message (
Expand
)
Author
2018-12-12
Various cleanups:
Martin Pieuchot
2018-12-07
Stop passing `sc' when it isn't needed and use `ifp' where it's good
Martin Pieuchot
2018-11-14
Batch copyout(9)s in preparation for finer locking.
Martin Pieuchot
2018-10-01
Put bridge_input & output back under the KERNEL_LOCK().
Martin Pieuchot
2018-09-27
Coherently name "struct bridge_iflist" variables `bif'.
Martin Pieuchot
2018-09-26
Move bridge input/output paths outside of the KERNEL_LOCK().
Martin Pieuchot
2018-09-19
Always call bridge_iflist `bif'.
Martin Pieuchot
2018-04-19
when adding span ports, restrict them to ether and mplstunnel interfaces.
David Gwynne
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-11
if an interface is added to the bridge that doesn't exist, try to create it
Henning Brauer
2018-02-08
Add a new '-protected' option for bridge members.
Martin Pieuchot
2018-02-07
Unbreak carp(4) MAC check in bridge_process().
Martin Pieuchot
2018-02-05
bcmp -> memcmp; kinda req'd / not-just-kinda ok'd by claudio
Henning Brauer
2018-02-05
implement an arp filter
Henning Brauer
2018-01-10
get rid of struct carp_if by moving the srpl into struct ifnet if_carp.
David Gwynne
2018-01-09
Creating a cloned interface could return ENOMEM due to temporary
Alexander Bluhm
2017-11-20
Remove duplicated code working around the fact that ifpromisc() required
Martin Pieuchot
2017-08-17
Skip SPD lookups for short packets on IPsec-enabled bridge
Mike Belopuhov
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-15
bridge_ioctl() doesn't need to call splnet().
Martin Pieuchot
2017-05-12
Unify duplicate code from address family switch in bridge_ipsec().
Alexander Bluhm
2017-02-05
Use percpu counters for ip6stat
Jeremie Courreges-Anglas
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2017-01-23
Flag pseudo-interfaces as such in order to call add_net_randomness()
Martin Pieuchot
2017-01-11
No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is what
Martin Pieuchot
2016-12-19
Assert that IPL_SOFTNET is needed rather than calling splsoftnet()
Martin Pieuchot
2016-11-21
bridge(4) does not distinguish between routing/forwarding ports, so
Reyk Floeter
2016-11-14
turn ipstat into a set of percpu counters.
David Gwynne
2016-10-03
Use detach hook to notify bridge(4) about span port removals.
Rafael Zalamena
2016-10-03
Use detach hook to notify bridge of interface removal instead of adding
Rafael Zalamena
2016-09-29
Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
Reyk Floeter
2016-09-03
Add support for a multipoint-to-multipoint mode in vxlan(4). In this
Reyk Floeter
2016-09-02
Add switch(4) support to ifconfig
Kazuya Goda
2016-09-01
Import switch(4), an in-kernel OpenFlow switch which can work alone.
Kazuya Goda
2016-08-31
Drop gif(4) support, etherip(4) is what you want now.
Martin Pieuchot
2016-06-07
Multicast packet are already duplicated in bridge_process() so
Martin Pieuchot
2016-05-30
Insert a hack to deal with interfaces removing the VLAN header before
Martin Pieuchot
2016-04-12
Set bridge(4)'s if_output to a dummy function returning EAFNOSUPPORT as
Martin Pieuchot
2016-03-30
replace bridge_m_dup with m_dup_pkt.
David Gwynne
2016-03-08
- bridge_localbroadcast() must call pf_pkt_addr_changed()
Alexandr Nedvedicky
2015-12-05
remove old lint annotations
Ted Unangst
2015-12-04
bridge(4) never outputs packets so set its if_output and if_start to NULL.
Martin Pieuchot
2015-12-02
Include cleanup.
Martin Pieuchot
2015-12-01
Split functions in if_bridge.c into if_bridge.c bridgectl.c .
Kazuya Goda
2015-12-01
Fix bridge to forward broadcast/multicast frames from gif.
Kazuya Goda
2015-11-07
Use input handlers for bridge(4).
Martin Pieuchot
2015-11-07
Don't try to be clever testing if a queue is full before calling
Martin Pieuchot
2015-10-12
Introduce bridge_ifinput() to handle some repeated logic before
Reyk Floeter
2015-10-05
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
Masao Uebayashi
2015-10-05
Don't count IF_DROP()'ed packets as if_oerrors too.
Masao Uebayashi
[next]