index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_bridge.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
We have this sequence in bridge(4) ioctl(2) path:
mvs
2021-01-25
1
-1
/
+3
*
`struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'.
mvs
2020-07-30
1
-4
/
+5
*
Interface index is unsigned integer. Fix the places where it referenced
mvs
2020-07-29
1
-2
/
+2
*
Use interface index instead of pointer to `ifnet' in `struct bstp_port'.
mvs
2020-07-22
1
-2
/
+2
*
turn the linkstate hooks into a task list, like the detach hooks.
dlg
2019-11-07
1
-2
/
+2
*
replace the hooks used with if_detachhooks with a task list.
dlg
2019-11-06
1
-2
/
+2
*
Switch the list of span interfaces and interfaces to SMR.
mpi
2019-05-12
1
-12
/
+16
*
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
mpi
2019-04-28
1
-12
/
+9
*
Move the tag mechanism outside of net/if_bridge.c.
mpi
2019-03-08
1
-3
/
+3
*
Protect the hash table with a mutex.
mpi
2019-02-20
1
-5
/
+14
*
Make bridge_rtupdate() return an error value instead of a pointer.
mpi
2019-02-17
1
-2
/
+2
*
Plumbing to simplify upcoming locking.
mpi
2019-01-29
1
-1
/
+2
*
Convert interface lists from TAILQ to SLIST in preparation for fine
mpi
2019-01-17
1
-4
/
+4
*
Stop passing `sc' when it isn't needed and use `ifp' where it's good
mpi
2018-12-07
1
-8
/
+3
*
Add a new '-protected' option for bridge members.
mpi
2018-02-08
1
-1
/
+3
*
implement an arp filter
henning
2018-02-05
1
-1
/
+18
*
Stop using pfsockaddr_union outside of pf so that we can remove its usage
claudio
2017-01-20
1
-3
/
+14
*
No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is what
mpi
2017-01-11
1
-2
/
+2
*
Use detach hook to notify bridge of interface removal instead of adding
rzalamena
2016-10-03
1
-2
/
+2
*
Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
reyk
2016-09-29
1
-3
/
+3
*
Add support for a multipoint-to-multipoint mode in vxlan(4). In this
reyk
2016-09-03
1
-6
/
+16
*
Add switch(4) support to ifconfig
goda
2016-09-02
1
-4
/
+14
*
Import switch(4), an in-kernel OpenFlow switch which can work alone.
goda
2016-09-01
1
-1
/
+3
*
Split functions in if_bridge.c into if_bridge.c bridgectl.c .
goda
2015-12-01
1
-1
/
+18
*
Delete sc_root_port which became unused when RSTP is merged.
yasuoka
2015-11-28
1
-2
/
+1
*
Use input handlers for bridge(4).
mpi
2015-11-07
1
-2
/
+1
*
The bridge list is a relict, delete the remaining LIST_REMOVE.
bluhm
2015-08-24
1
-2
/
+1
*
By design if_input_process() needs to hold a reference on the receiving
mpi
2015-07-02
1
-2
/
+2
*
Adapt bridge(4) to the new if_input() framework.
mpi
2015-06-23
1
-3
/
+2
*
dont rely on hfsc.h via pfvar.h to include sys/timeout.h.
dlg
2015-04-12
1
-1
/
+2
*
Userland (base & ports) was adapted to always include <netinet/in.h>
deraadt
2015-01-24
1
-2
/
+2
*
convert to using siphash
tedu
2014-12-22
1
-2
/
+2
*
Just use sockaddr_union instead of a handcrafted version and rename
reyk
2013-10-13
1
-10
/
+2
*
Import vxlan(4), the virtual extensible local area network tunnel
reyk
2013-10-13
1
-1
/
+14
*
Change interface and span interface lists from LIST to TAILQ.
camield
2013-01-23
1
-4
/
+4
*
Point an interface directly to its bridgeport configuration, instead
camield
2012-10-05
1
-1
/
+6
*
Don't filter spanning tree BPDUs. Either process, or forward them.
mpf
2012-09-20
1
-2
/
+2
*
remove bs_list occurrences. fixes panic on destroy.
fgsch
2010-11-20
1
-2
/
+1
*
Remove unused bstp_list and bstp_attach.
mpf
2010-10-31
1
-2
/
+1
*
A function that only returns NULL should return void.
claudio
2010-10-28
1
-2
/
+2
*
refer to the RSTP point to point option as "PTP" instead of "P2P".
reyk
2006-12-11
1
-5
/
+5
*
Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work
reyk
2006-12-03
1
-49
/
+217
*
fix a whitespace error causing confusion
henning
2006-05-28
1
-2
/
+2
*
if the wireless hostap interface belongs to a bridge, learn the node's
reyk
2005-10-09
1
-1
/
+2
*
Simplify hashtable (de)allocation by moving it into the clone functions.
camield
2004-12-23
1
-2
/
+7
*
add support for ifconfig clone/destroy; ok henning deraadt
markus
2003-12-03
1
-1
/
+2
*
no named args in prototypes
jason
2003-07-15
1
-2
/
+2
*
add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode.
henning
2003-06-25
1
-1
/
+5
*
nuke clause 3 & 4
jason
2003-06-02
1
-6
/
+1
*
KNF & ANSI, jason agrees
henning
2003-05-30
1
-2
/
+2
[next]