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-20
move from calling l3 protocol input handlers to using if_vinput.
David Gwynne
2021-02-20
move gre and mgre from calling l3 input handlers to using if_vinput.
David Gwynne
2021-02-20
move gif from calling l3 protocol input handlers to using if_vinput.
David Gwynne
2021-02-20
add p2p_input, like ether_input but for l3 tunnel interfaces.
David Gwynne
2021-02-20
let tun use bpf_mtap for handling input packets.
David Gwynne
2021-02-20
default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.
David Gwynne
2021-02-20
give interfaces an if_bpf_mtap handler.
David Gwynne
2021-02-20
add a MONITOR flag to ifaces to say they're only used for watching packets.
David Gwynne
2021-02-19
we dont need to wrap some short lines.
David Gwynne
2021-02-19
check the state for PF_ROUTE when undeferring a packet, not the rule.
David Gwynne
2021-02-16
use rtalloc_mpath in pf_route and pf_route6.
David Gwynne
2021-02-15
Simplify error path in in route_attach(). We always call it in thread
mvs
2021-02-12
pf_remove_divert_state() is an entry point into pf, modifying the pf state
Patrick Wildt
2021-02-12
Fix null pointer dereference in pf_route6(). Embedding scope into
Alexander Bluhm
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
[next]