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
/
netinet
Age
Commit message (
Expand
)
Author
2024-04-19
Merge IPv4 and IPv6 options in inpcb.
Alexander Bluhm
2024-04-17
Use struct ipsec_level within inpcb.
Alexander Bluhm
2024-04-16
Use route cache function in IP input.
Alexander Bluhm
2024-04-15
Delete unused inp_csumoffset define.
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-12
Fix race between rip_input() and soisdisconnected().
Alexander Bluhm
2024-04-10
Make TCP debug code MP safe.
Alexander Bluhm
2024-04-10
Move global variables for TCP debug onto the tcp_input() stack.
Alexander Bluhm
2024-04-09
Plug route leak in IP output.
Alexander Bluhm
2024-04-06
IP multicast sysctl mrtmfc must not write outside of allocation.
Alexander Bluhm
2024-03-31
Combine route_cache() and rtalloc_mpath() in new route_mpath().
Alexander Bluhm
2024-03-22
Remove padding from union inpaddru.
Alexander Bluhm
2024-03-22
Make local port which is bound during connect(2) unique per laddr.
Alexander Bluhm
2024-03-05
Validate IPv4 packet options in divert output.
Alexander Bluhm
2024-02-29
revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()"
Christian Weisgerber
2024-02-28
Cleanup IP input, forward, output.
Alexander Bluhm
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-11
Use `sb_mtx' instead of `inp_mtx' in receive path for inet sockets.
Vitaliy Makkoveev
2024-02-11
Remove include netinet6/ip6_var.h from netinet/in_pcb.h.
Alexander Bluhm
2024-02-09
Route cache function returns hit or miss.
Alexander Bluhm
2024-02-07
Use the route generation number also for IPv6.
Alexander Bluhm
2024-02-05
Add netstat counter for route cache.
Alexander Bluhm
2024-02-05
Move route_cache() declaration from net/route.h to netinet/in.h.
Kenji Aoyama
2024-02-03
Rework socket buffers locking for shared netlock.
Vitaliy Makkoveev
2024-02-02
In in_pcbrtentry() add missing return of in6_pcbrtentry() value.
Alexander Bluhm
2024-01-31
Add route generation number to route cache.
Alexander Bluhm
2024-01-31
Split in_pcbrtentry() and in6_pcbrtentry() based on INP_IPV6.
Alexander Bluhm
2024-01-29
Run TCP timer without kernel lock.
Alexander Bluhm
2024-01-28
Use more specific sockaddr type for inpcb notify.
Alexander Bluhm
2024-01-27
Assert that tcp_timer_rexmt() uses IPv4 inpcb.
Alexander Bluhm
2024-01-27
Declare address parameter in TCP SYN cache const.
Alexander Bluhm
2024-01-21
Assert that inpcb table has correct address family.
Alexander Bluhm
2024-01-19
Unify inpcb API for inet and inet6.
Alexander Bluhm
2024-01-18
Move the rtable_exists() check into in_pcbset_rtableid().
Claudio Jeker
2024-01-11
Use domain name for socket lock.
Alexander Bluhm
2024-01-11
Fix white spaces in TCP.
Alexander Bluhm
2024-01-10
Split UDP PCB table into IPv4 and IPv6.
Alexander Bluhm
2024-01-09
Convert some struct inpcb parameter to const pointer.
Alexander Bluhm
2024-01-06
Take net lock before kernel lock.
Alexander Bluhm
2024-01-03
Run connect(2) in parallel within inet doamin.
Alexander Bluhm
2024-01-01
Protect link between pf and inp with mutex.
Alexander Bluhm
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-18
Fix race between ifconfig destroy and ARP timer.
Alexander Bluhm
[next]