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
2021-04-26
Revert per-socket `so_lock' rwlock(9) and use it to protect routing
Claudio Jeker
2021-04-25
Implement per-socket `so_lock' rwlock(9) and use it to protect routing
mvs
2021-04-23
call klist_invalidate from bpfsdetach to tell kq listeners what happened.
David Gwynne
2021-04-23
only skip pf once for packets that are injected by a divert-packet socket.
David Gwynne
2021-03-26
Push kernel lock within rtable_add(9) and rework it to return 0 in the
mvs
2021-03-26
Push kernel lock down to rt_setsource() to make `ifa' dereference safe.
mvs
2021-03-26
Only install route with label, fix route leak on destroy
kn
2021-03-21
wg(4): fix race between tx/rx handshakes, from Matt Dunwoodie, ok mpi@
Stuart Henderson
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
Florian Obser
2021-03-18
When changing the link local address send a RTM_IFINFO message out.
Claudio Jeker
2021-03-18
Do not call rtm_ifchg() if IFF_UP changed. The code in if_up() and if_down()
Claudio Jeker
2021-03-18
Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFO
Claudio Jeker
2021-03-18
Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completely
kn
2021-03-17
Make "ifconfig mpw0 -mplslabel" work
kn
2021-03-17
Use correct rdomain when adding/deleting routes
kn
2021-03-17
Hide kernel internals from userland by wrapping more bits in _KERNEL blocks.
Claudio Jeker
2021-03-11
When RFC 8981 obsoleted RFC 4941 the terminology changed from
Florian Obser
2021-03-11
There is no need to try to attach IPv6 to an interface when the
Florian Obser
2021-03-11
If the AUTOCONF4 or AUTOCONF6 flags get enabled, force the interface up.
Theo de Raadt
2021-03-10
spelling
Jonathan Gray
2021-03-09
Issuing FIOSETOWN and TIOCSPGRP ioctl commands on a tun(4) device leaks
anton
2021-03-09
Shorten the if_cloners_lock name preventing it from being truncated in
anton
2021-03-07
use uint64_t ethernet addresses for compares in carp.
David Gwynne
2021-03-05
ansi
Jonathan Gray
2021-03-05
pass the uint64_t dst ethernet address from ether_input to bridges.
David Gwynne
2021-03-05
work with 64bit ethernet addresses in ether_input().
David Gwynne
2021-03-03
clean up span ports as span ports, not bridge ports.
David Gwynne
2021-03-02
fix an assert in veb_p_ioctl() that failed when called by a span port.
David Gwynne
2021-03-02
include of netinet/in.h here is incorrect, because net/route.h will pull
Theo de Raadt
2021-03-01
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
Alexander Bluhm
2021-02-28
big numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64.
David Gwynne
2021-02-27
Rework route_input() and rtm_sendup(). While we perform foreach loop
mvs
2021-02-27
trim some code i accidentally left into the nvgre add address function
David Gwynne
2021-02-27
recover scope from v6 nvgre endpoint addresses for userland to look at.
David Gwynne
2021-02-27
put the mac addr into a uint64_t to compare it to the ethernet slow addr.
David Gwynne
2021-02-26
only store the current time on address table entries if it changes.
David Gwynne
2021-02-26
tpmr can use the eth64 bits too.
David Gwynne
2021-02-26
try do a better job of filtering 802.1 reserved group addresses.
David Gwynne
2021-02-26
use uint64_ts for ethernet addresses in the src/dst bits of rules.
David Gwynne
2021-02-26
use a uint64_t for the ethernet address in the etherbridge table.
David Gwynne
2021-02-26
add some helpers for working with ethernet addresses as uint64_t
David Gwynne
2021-02-26
gcc is more strict about union decls
Theo de Raadt
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2021-02-24
add support for hashing 64 and 32 bit numbers in host byte order.
David Gwynne
2021-02-24
white space tweak, no functional change
David Gwynne
2021-02-24
fix stoeplitz_n16 and stoeplitz_h16
David Gwynne
2021-02-24
whitespace tweaks, no functional change.
David Gwynne
2021-02-24
fix the length check on arp packets when handling arp filter rules.
David Gwynne
2021-02-24
add support for adding and deleting mac addr entries on nvgre.
David Gwynne
2021-02-24
add support for adding and deleting address table entries.
David Gwynne
[next]