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
Age
Commit message (
Expand
)
Author
2019-02-26
don't check the pseudowire type in tx and rx paths.
David Gwynne
2019-02-26
use NET_LOCK to coordinate destroying a cloned interface.
David Gwynne
2019-02-26
add support for the new pwe3 ioctls.
David Gwynne
2019-02-26
check for root on mpls and pwe3 ioctls
David Gwynne
2019-02-20
Protect the hash table with a mutex.
Martin Pieuchot
2019-02-20
add support for rfc 6391: flow-aware transport of pseudowires.
David Gwynne
2019-02-20
don't store the BOS flag as part of the remote label, add it at tx time.
David Gwynne
2019-02-20
replace sc_flgas with sc_cword
David Gwynne
2019-02-20
add the locking for coordinating between ioctls and a clone destroy.
David Gwynne
2019-02-20
sigh, more whitespace fixes
David Gwynne
2019-02-20
oops, whitespace tweak
David Gwynne
2019-02-20
add support for SIOCGETLABEL
David Gwynne
2019-02-20
make ether_output with AF_MPLS use a routes gateway address if available
David Gwynne
2019-02-18
Change ps_len of struct pfioc_states and psn_len of struct
Alexander Bluhm
2019-02-18
get rid of some trailing whitespace.
David Gwynne
2019-02-17
Make bridge_rtupdate() return an error value instead of a pointer.
Martin Pieuchot
2019-02-15
Remove KASSERT() for now. It triggers when destroying lo(4) of a rdomain
Claudio Jeker
2019-02-15
Use `ifidx' when storing an interface index.
Martin Pieuchot
2019-02-15
coordinate configuration of local mpls labels with destroying an interface
David Gwynne
2019-02-15
allow configuration of the rdomain that mpls operates in
David Gwynne
2019-02-14
Use timeout_barrier() when bringing the bridge(4) down and only execute
Martin Pieuchot
2019-02-14
mpw.h is no longer needed.
Martin Pieuchot
2019-02-14
Remove mpw(4) hacks now that all the world is Ethernet.
Martin Pieuchot
2019-02-14
the rdomain for the mpls stuff should still be hardcoded to 0 in mpw.
David Gwynne
2019-02-14
use the configured route domain for the mpls tunnel when sending packets.
David Gwynne
2019-02-14
consistently use the same flags for rt_ifa_add and _del.
David Gwynne
2019-02-14
allow configuration of the rdomain the mpls encap operates in
David Gwynne
2019-02-13
don't confuse the interface rdomain with the one the local label is in.
David Gwynne
2019-02-13
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
David Gwynne
2019-02-11
add M_CANFAIL to malloc, and return ENOMEM if allocating an interface
David Gwynne
2019-02-10
assign the m_prepend result to the right variable.
David Gwynne
2019-02-10
whitespace tweak, no functional change
David Gwynne
2019-02-10
get rid of the global list of mpe interfaces, it's not needed anymore
David Gwynne
2019-02-10
remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.
David Gwynne
2019-02-10
"non-existant" is one of those words that don't exist, so use "non-existent"
Peter Hessler
2019-02-08
Fix kernel info leak in routing message.
Alexander Bluhm
2019-02-04
Avoid an mbuf double free in the oob soreceive() path. In the
Alexander Bluhm
2019-02-03
let tun read AF_MPLS packets from userland.
David Gwynne
2019-02-01
Export per-TDB counters to userland.
Martin Pieuchot
2019-02-01
Do not silently return if extensions do not match the filters.
Martin Pieuchot
2019-01-31
Fix compilation of amd64 kernel when optimization is disabled.
Todd C. Miller
2019-01-31
use "sc" as the name of the softc variable in the ioctl code too.
David Gwynne
2019-01-30
use MPLS_SHIM2LABEL and MPLS_LABEL2SHIM
David Gwynne
2019-01-30
dont store the unit when creating the interface, it's never used
David Gwynne
2019-01-29
Plumbing to simplify upcoming locking.
Martin Pieuchot
2019-01-29
call the "parent" interface ifp0 to be consistent with other drivers.
David Gwynne
2019-01-29
use a sockaddr_mpls when preparing an AF_MPLS sockaddr for mpls_output
David Gwynne
2019-01-28
get rid of unused global
David Gwynne
2019-01-28
fix mpe_start by if_put()ting the right ifp
David Gwynne
2019-01-28
make a start at supporting ipv6 on mpe.
David Gwynne
[next]