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
2024-04-22
Show pf fragment reassembly counters.
Alexander Bluhm
2024-04-14
Run raw IP input in parallel.
Alexander Bluhm
2024-04-13
correct indentation
Jonathan Gray
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
2024-04-11
Prevent changing interface loopback flag from userland.
Alexander Bluhm
2024-04-09
Don't include net/art.h in net/rtable.h instead let the two users
Claudio Jeker
2024-03-31
Combine route_cache() and rtalloc_mpath() in new route_mpath().
Alexander Bluhm
2024-03-26
Avoid NULL pointer dereference in routing table an_match().
Alexander Bluhm
2024-03-19
count if_enqueue/ifq_enqueue errors as oqdrops.
David Gwynne
2024-03-18
expose per port information via kstats.
David Gwynne
2024-03-18
use high bits from the mbuf flowid to pick a port to transmit on.
David Gwynne
2024-03-05
Convert `t_lock', `r_keypair_lock' and `c_lock' rwlock(9)s to
Vitaliy Makkoveev
2024-03-04
white space fixes. no functional change
David Gwynne
2024-02-29
revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()"
Christian Weisgerber
2024-02-28
Enable IPv6 AF for ppp(4)
Denis Fondras
2024-02-27
Combine route_cache() and rtalloc_mpath() in new route_mpath().
Alexander Bluhm
2024-02-22
Make the route cache aware of multipath routing.
Alexander Bluhm
2024-02-14
Check IP length in ether_extract_headers().
Alexander Bluhm
2024-02-13
Analyse header layout in ether_extract_headers().
Alexander Bluhm
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2024-02-09
Route cache function returns hit or miss.
Alexander Bluhm
2024-02-07
Add missing #ifdef INET6 to fix ramdisk build.
Alexander Bluhm
2024-02-07
Use the route generation number also for IPv6.
Alexander Bluhm
2024-02-06
Invert broken check of panic string in if_linkstate().
Alexander Bluhm
2024-02-05
Add netstat counter for route cache.
Alexander Bluhm
2024-02-05
Don't send route messages while rebooting after panic. Syskaller exposed
Vitaliy Makkoveev
2024-02-05
Move route_cache() declaration from net/route.h to netinet/in.h.
Kenji Aoyama
2024-01-31
Add route generation number to route cache.
Alexander Bluhm
2024-01-26
Put checksum flags in bpf_hdr to use them in userland dhcpleased.
Jan Klemkow
2024-01-24
tag packets going out a sec interface to prevent route/encap loops.
David Gwynne
2024-01-23
Introduce pipex_iterator(), the special thing to perform
Vitaliy Makkoveev
2024-01-23
Remove `pipex_rd_head6' and `ps6_rn[2]'. They are not used.
Vitaliy Makkoveev
2024-01-18
Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9).
Vitaliy Makkoveev
2024-01-11
Use domain name for socket lock.
Alexander Bluhm
2024-01-10
Split UDP PCB table into IPv4 and IPv6.
Alexander Bluhm
2024-01-06
Do not count packets though multicast loopback and simplex interfaces.
Alexander Bluhm
2024-01-06
Take net lock before kernel lock.
Alexander Bluhm
2024-01-01
Protect link between pf and inp with mutex.
Alexander Bluhm
2024-01-01
Call if_counters_alloc() before if_attach().
Vitaliy Makkoveev
2024-01-01
Fix white space in pf.c.
Alexander Bluhm
2023-12-29
Make loopback interface counters MP safe.
Alexander Bluhm
2023-12-28
use RB_FOREACH_SAFE for pf_purge_expired_src_nodes
aisha
2023-12-23
Backout always allocate per-CPU statistics counters for network
Alexander Bluhm
2023-12-22
Always allocate per-CPU statistics counters for network interface
Vitaliy Makkoveev
2023-12-19
Initialize `sc_outputtask' before interface attachment. if_alloc_sadl()
Vitaliy Makkoveev
2023-12-16
Rework pflowioctl() lock dances.
Vitaliy Makkoveev
2023-12-12
slyle(9) fix. No functional changes.
Vitaliy Makkoveev
2023-12-12
Turn `pflowstats' statistics counters into per-CPU counters to make them
Vitaliy Makkoveev
2023-12-11
Turn `pflow_softc' list into SMR list.
Vitaliy Makkoveev
2023-12-08
Add spaces around '='. style(9) fix, no functional changes.
Vitaliy Makkoveev
[next]