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-02-11
We link `ifp' to `if_list' before we perform if_attachsetup(). It is not
mvs
2021-02-10
Interface group names must fit into IFNAMSIZ and be unique. But
Alexander Bluhm
2021-02-10
Remove `sc_dead' logic from pppac(4). It is used to prevent
mvs
2021-02-09
pfsync_state_import() must not be called with the pf state lock held,
Patrick Wildt
2021-02-09
Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.
Patrick Wildt
2021-02-08
Start refcounting interface groups with 1. if_creategroup() returns
Alexander Bluhm
2021-02-06
Simplex interface sends packet back without hardware checksum
Alexander Bluhm
2021-02-05
Fix whitespace.
Alexander Bluhm
2021-02-04
make if_pfsync.c a better friend with PF_LOCK
Alexandr Nedvedicky
2021-02-03
change pf_route so pf only runs when packets enter and leave the stack.
David Gwynne
2021-02-01
Netlock should be grabbed before pppx_if_find() call in pppxwrite().
mvs
2021-02-01
Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Since
mvs
2021-02-01
ifunit() was fully replaced by if_unit(9) and should go away.
mvs
2021-02-01
change route-to so it sends packets to IPs instead of interfaces.
David Gwynne
2021-01-28
bridge(4): convert ifunit() to if_unit(9)
mvs
2021-01-28
trunk(4): convert ifunit to if_unit(9)
mvs
2021-01-28
handle "once" rules before letting pfsync defer tx of a packet.
David Gwynne
2021-01-27
if the route resolved in pf_route is invalid, generate an icmp error.
David Gwynne
2021-01-27
have pf_route{,6} clear the pf_pdesc mbuf ref early for route-to/reply-to.
David Gwynne
2021-01-27
don't run copies of packets made by dup-to through pf_test.
David Gwynne
2021-01-25
We have this sequence in bridge(4) ioctl(2) path:
mvs
2021-01-25
Fix wg(4) ioctl to be able to handle multiple wgpeers.
YASUOKA Masahiko
2021-01-21
vlan(4): convert ifunit() to if_unit(9)
mvs
2021-01-21
let vfs keep track of nonblocking state for us.
David Gwynne
2021-01-20
An invalid packet may not have set src and dst in packet descriptor.
Alexander Bluhm
2021-01-20
Print rewritten addresses in tcpdump(8) logged with pflog(4) for
Alexander Bluhm
2021-01-19
pflog(4) tried to log the translated packet with rdr-to, nat-to,
Alexander Bluhm
2021-01-19
pipex(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
switch(4): convert ifunit to if_unit(9)
mvs
2021-01-19
pppoe(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
pipex(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
gre(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
tpmr(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
bpe(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
aggr(4): convert ifunit() to if_unit(9)
mvs
2021-01-18
Convert ifunit() to if_unit(9).
mvs
2021-01-18
Introduce new function if_unit(9). This function returns a pointer the
mvs
2021-01-17
don't encode the mbuf prio as part of the vlan tag in bpf_mtap_ether.
David Gwynne
2021-01-16
The sysctl variable net.inet.ip.forwarding is checked before
Alexander Bluhm
2021-01-15
Remove a check that bypasses pf state tests. It dates back to 2003
Alexander Bluhm
2021-01-14
Fix build without carp: ifp0 is only used within #if NCARP > 0.
Theo Buehler
2021-01-13
Link pflog(4) instances to `pflog_ifs' list instead of allocating
mvs
2021-01-13
Send without kernel lock
kn
2021-01-12
Sometimes a user ID was logged in pflog(4) although the logopt of
Alexander Bluhm
2021-01-11
Remove unused start routine
kn
2021-01-09
Enforce range with sysctl_int_bounded in etherip_sysctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in pipex_sysctl
gnezdo
2021-01-09
Syzkaller has found a stack overflow in socket splicing. Broadcast
Alexander Bluhm
2021-01-08
don't check local carp addresses as part of the antispoof checks.
David Gwynne
2021-01-05
pppoeintr() is no more
kn
[next]