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-03-31
Fix output accounting when bridge(4) is down.
Martin Pieuchot
2019-03-31
Document that it is safe to dereference `if_softc' when the caller has
Martin Pieuchot
2019-03-31
The KERNEL_LOCK() is still what serializes access to bridge(4) data structures.
Martin Pieuchot
2019-03-29
while here, drop ifq_is_serialized and IFQ_ASSERT_SERIALIZED
David Gwynne
2019-03-29
deprecate ifiq_barrier.
David Gwynne
2019-03-20
States in pf(4) let ICMP and ICMP6 packets pass if they have a
Alexander Bluhm
2019-03-18
tweak SIOCGETLABEL and add SIOCDELLABEL
David Gwynne
2019-03-18
make SIOCGETLABEL fail with EADDRNOTAVAIL if the label is not set.
David Gwynne
2019-03-18
extend BIOCSFILDROP so it can be configured to not capture packets.
David Gwynne
2019-03-17
extend BIOCSFILDROP so it can be configured to not capture packets.
David Gwynne
2019-03-12
Merge copy/pasted code to export STP states via ioctl into a function.
Martin Pieuchot
2019-03-08
Do not grab a `bif' pointer again, we already have it.
Martin Pieuchot
2019-03-08
Move the tag mechanism outside of net/if_bridge.c.
Martin Pieuchot
2019-03-05
Make sure pointer is within bounds before dereferencing it.
anton
2019-03-04
move back to ifiq_input counting packets instead of queue operations.
David Gwynne
2019-03-04
don't need to initialise qdrops twice when setting up ifqs and ifiqs.
David Gwynne
2019-03-04
allow IPv6 to flow through pppx(4)
denis
2019-03-04
Add padding to struct sadb_x_counter to make it comply with
Stefan Sperling
2019-03-03
Found some historical code. Don't cast the pointer for bzero to a different ...
Theo de Raadt
2019-03-01
rework how ifiq_input decides the stack is busy and whether it should drop
David Gwynne
2019-02-28
IPv6 fragments with malformed extension headers could be erroneously
Alexander Bluhm
2019-02-28
Add mpip(4), an IP tunnel interface for "IP Layer 2" over MPLS pseudowires
David Gwynne
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
[prev]
[next]