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-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
2021-01-04
Process pppoe(4) packets directly, do not queue through netis
kn
2021-01-04
Remove kernel lock from pppoe(4) input path
kn
2021-01-04
Minor refactoring in pf(4). Note that struct pfsync_state is no
Alexander Bluhm
2021-01-04
Remove unused `pipex_iface_context' struct.
mvs
2021-01-02
Don't call if_deactivate() in switch_clone_destroy(). Following
mvs
2021-01-02
Don't call if_deactivate() in bridge_clone_destroy(). Following
mvs
2021-01-02
Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummy
mvs
2021-01-02
optimise bpf_catchpacket and bpf_wakeup.
David Gwynne
2021-01-02
bpf(4): remove ticks
cheloha
2020-12-30
Fix pppoe_dispatch_disc_pkt definition to be in accordance with style(9)
mvs
2020-12-30
Convert the `off' argument of pppoe_dispatch_disc_pkt function to
mvs
2020-12-28
Remove unused start routine
kn
2020-12-26
bpf(4): bpf_d struct: replace bd_rdStart member with bd_nreaders member
cheloha
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-16
Reject rules with invalid port ranges
kn
2020-12-15
missing NET_LOCK()/NET_UNLOCK() in pf_osfp_flush()
Alexandr Nedvedicky
2020-12-15
clear M_TIMESTAMP in if_enqueue.
David Gwynne
2020-12-14
Make sure that the address families of a flow's source address,
tobhe
2020-12-12
Correct wrong type of variable and remove useless casts.
jan
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
call if_enqueue() to send a packet, not a member ports (*ifp->if_enqueue)
David Gwynne
2020-12-12
get bpf_mtap_ether to call _bpf_mtap directly instead of via bpf_mtap.
David Gwynne
2020-12-12
try to read the mbuf timestamp from the mbuf with the pkthdrs in it.
David Gwynne
2020-12-11
bpf(4): BIOCGRTIMEOUT, BIOCSRTIMEOUT: protect bd_rtout with bd_mtx
cheloha
2020-12-10
classify packets without a flowid into bucket 0, not a random bucket.
David Gwynne
2020-12-10
when setting a flowid, set the M_FLOWID csum_flags bit too.
David Gwynne
2020-12-10
Convert gre_sysctl to sysctl_bounded_arr
gnezdo
2020-12-09
add RCS tags
Theo Buehler
2020-12-07
synproxy should be processing incoming SYN packets only.
Alexandr Nedvedicky
2020-12-01
bzero the antireplay counter rwlock before rw_init'ing it, not after.
Stuart Henderson
2020-11-12
Document art locking.
Martin Pieuchot
2020-11-07
Rework source IP address setting.
denis
2020-11-05
Enable support for ASN1_DN ipsec identifiers.
Peter Hessler
2020-11-05
Replace wrong cast with satosin.
denis
2020-11-04
Use sysctl_int_bounded in bpf_sysctl
gnezdo
2020-11-03
replace the nvgre node when the endpoint ip changes.
David Gwynne
2020-10-31
release the correct lock in noise_remote_begin_session()
Jasper Lievisse Adriaanse
2020-10-29
Add feature to force the selection of source IP address
denis
2020-10-22
- missing NET_UNLOCK() in pf_ioctl.c error path
Alexandr Nedvedicky
2020-10-21
Provide dummy definitions for NET_LOCK() and PF_LOCK() when compiling this
Mark Kettenis
2020-10-21
- fixing fatal typos fp vs fp_prealloc.
Alexandr Nedvedicky
2020-10-21
Prevent NULL dereference introduced in previous.
Martin Pieuchot
2020-10-21
- move NET_LOCK() further down in pf_ioctl.c. Also move memory allocations
Alexandr Nedvedicky
2020-10-14
replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won't
Christian Weisgerber
2020-10-04
fix indent
anton
[next]