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-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
2015-09-29
add sizes to some of the simpler free calls
Theo de Raadt
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
Even the driver that should not be named needs if_put() after if_get().
Martin Pieuchot
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-09-09
Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats.
Martin Pieuchot
2015-08-26
Use the specialized m_copym2() preserving the alignment of the payload
Martin Pieuchot
2015-08-24
The bridge list is a relict, delete the remaining LIST_REMOVE.
Alexander Bluhm
2015-08-18
Apply the logic used for "protocol" queues to bridge(4). This allows
Martin Pieuchot
2015-07-20
Remove splassert(IPL_NET) from if_input().
Martin Pieuchot
2015-07-20
Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.
Rafael Zalamena
2015-07-17
Explicitly do EtherIP encapsulation in bridge_ifenqueue().
Martin Pieuchot
[next]