tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
netinet
/
at
jcs
66 files
icmp6.h
Remove upper layer neighbor reachability hints.
6 months ago
icmp_var.h
Convert icmp_sysctl to sysctl_bounded_args
5 years ago
if_ether.c
In ARP timer iterate over llinfo list without net lock.
7 months ago
if_ether.h
let the ether_port ref api have the caller carry local state for the port
4 months ago
igmp.c
Backout: Protect IGMP and MLD6 fast timer with rwlock.
3 months ago
igmp.h
igmp_var.h
Cache route per softnet thread with netstack.
1 year ago
in.c
Backout: Protect IGMP and MLD6 fast timer with rwlock.
3 months ago
in.h
Cache route per softnet thread with netstack.
1 year ago
in4_cksum.c
When a struct ipovly needs to be computed and checksummed in in4_cksum(), do not bother operating on its first 8 bytes, which will always be zero.
4 years ago
in_cksum.c
In in_cksum() and in6_cksum() convert types to C99 style and make both functions consistent. In in_cksum() panic if len is longer than mbuf, but in in6_cksum() do not panic if off and len match exactly to the end of mbuf. OK claudio@
7 years ago
in_pcb.c
Replace macro IFP_TO_IA() with function in_ifp2ia().
4 months ago
in_pcb.h
revert "use pf_states to link mbufs/inpcbs and forwarded connections together"
2 months ago
in_proto.c
Push netlock down to mrt_sysctl_vif().
8 months ago
in_systm.h
Stop using old n_time, n_long and n_short types in netinet headers.
11 years ago
in_var.h
Backout: Protect IGMP and MLD6 fast timer with rwlock.
3 months ago
inet_nat64.c
remove unneeded includes; ok bluhm@
9 months ago
inet_ntop.c
Implement a sockaddr_ntop() function that works like inet_ntop() but prints sockaddrs. Works for all sockaddrs so can be used to print sockaddrs nicely. OK phessler@
9 years ago
ip.h
netinet/ip.h: fix IPTOS_DSCP_VA value to be 0xb0
3 months ago
ip6.h
Convert IP6_EXTHDR_GET() macro to ip6_exthdr_get() inline function.
10 months ago
ip_ah.c
populate the enchdr in network byte order instead of host byte order.
3 months ago
ip_ah.h
Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr
5 years ago
ip_carp.c
replace SRPs with SMRs for carp iface list hanging off an ethernet iface
3 months ago
ip_carp.h
Cache route per softnet thread with netstack.
1 year ago
ip_divert.c
remove unneeded includes; ok bluhm@
9 months ago
ip_divert.h
Remove ip6_divert.h header file.
9 months ago
ip_ecn.c
remove unneeded includes; ok bluhm@
9 months ago
ip_ecn.h
provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum.
7 years ago
ip_esp.c
populate the enchdr in network byte order instead of host byte order.
3 months ago
ip_esp.h
Fix whitespace.
1 year ago
ip_ether.h
gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip.
6 years ago
ip_gre.c
remove unneeded includes; ok bluhm@
9 months ago
ip_gre.h
Fix whitespace.
1 year ago
ip_icmp.c
remove unneeded includes; ok bluhm@
9 months ago
ip_icmp.h
Cache route per softnet thread with netstack.
1 year ago
ip_id.c
Fix whitespace.
1 year ago
ip_input.c
Allow to compile a kernel without the NETHER attribute
4 months ago
ip_ipcomp.c
populate the enchdr in network byte order instead of host byte order.
3 months ago
ip_ipcomp.h
Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr
5 years ago
ip_ipip.c
Unlock IPV6CTL_DEFHLIM case of ip6_sysctl().
8 months ago
ip_ipip.h
Cache route per softnet thread with netstack.
1 year ago
ip_ipsp.c
remove unneeded includes; ok bluhm@
9 months ago
ip_ipsp.h
Move ipsec-enc-alg, ipsec-auth-alg and ipsec-comp-alg sysctl variables out of netlock.
11 months ago
ip_mroute.c
Push netlock down to mrt_sysctl_vif().
8 months ago
ip_mroute.h
mp-safe multicast stats with per cpu counters
11 months ago
ip_output.c
init error to 0 in ip_output_ipsec_send()
3 months ago
ip_spd.c
remove unneeded includes; ok bluhm@
9 months ago
ip_var.h
Unlock ip6_sysctl().
8 months ago
ipsec_input.c
populate the enchdr in network byte order instead of host byte order.
3 months ago
ipsec_output.c
remove unneeded includes; ok bluhm@
9 months ago
raw_ip.c
remove unneeded includes; ok bluhm@
9 months ago
tcp.h
Move tcp_info structure to be under '#if __BSD_VISIBLE' to repair compliance with POSIX/SUS restrictions on <netinet/tcp.h>
2 years ago
tcp_debug.c
remove unneeded includes; ok bluhm@
9 months ago
tcp_debug.h
TCP debug sockets still had code for old TCP timers that were implemented as slow and fast protocol user requests. Replace that with a proper timer debug implementation. OK visa@
8 years ago
tcp_fsm.h
Declare some global TCP variables constant.
1 year ago
tcp_input.c
Retire TCP flag TF_BLOCKOUTPUT.
6 months ago
tcp_output.c
unifdef m_copypack() use
3 months ago
tcp_seq.h
tcp_subr.c
Unlock IPV6CTL_DEFHLIM case of ip6_sysctl().
8 months ago
tcp_timer.c
Fix TCP keepalive intervals.
6 months ago
tcp_timer.h
remove unused tcp_ttl extern, var replaced by ip_defttl in 1993
3 months ago
tcp_usrreq.c
Use softnet threads for socket splicing.
5 months ago
tcp_var.h
Retire TCP flag TF_BLOCKOUTPUT.
6 months ago
udp.h
udp_usrreq.c
Use softnet threads for socket splicing.
5 months ago
udp_var.h
Cache route per softnet thread with netstack.
1 year ago