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
2020-08-24
Convert divert*_sysctl to sysctl_bounded_args
gnezdo
2020-08-22
Convert icmp_sysctl to sysctl_bounded_args
gnezdo
2020-08-22
Convert ip_sysctl to sysctl_bounded_args
gnezdo
2020-08-22
Convert udp_sysctl to sysctl_bounded_args
gnezdo
2020-08-18
Style fixups from hurried commits
gnezdo
2020-08-18
Convert tcp_sysctl to sysctl_bounded_args
gnezdo
2020-08-17
Simplify igmp_sysctl to directly return error in default case
gnezdo
2020-08-08
No longer prevent TCP connections to IPv6 anycast addresses.
Florian Obser
2020-08-05
Don't compare pointers against zero.
Marcus Glocker
2020-08-01
Move range check inside sysctl_int_arr
gnezdo
2020-07-28
Don't treat an error if carppeer is an unicast and the peer is down.
YASUOKA Masahiko
2020-07-28
After the previous commit, src/regress/sys/netinet/carp triggered
Alexander Bluhm
2020-07-24
netinet: tcp_close(): delay reaper timeout by one tick
cheloha
2020-07-24
Use interface index instead of pointer to `ifnet' in carp(4).
mvs
2020-07-22
deprecate interface input handler lists, just use one input function.
David Gwynne
2020-07-22
move carp_input into ether_input, instead of via an input handler.
David Gwynne
2020-07-22
add code to coordinate how bridges attach to ethernet interfaces.
David Gwynne
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-21
wrap a long line. no functional change.
David Gwynne
2020-06-21
if an inp_upcall is set, let it look at and maybe steal the udp packet.
David Gwynne
2020-06-21
knf: the inp_upcall line was too long.
David Gwynne
2020-06-21
add a inp_upcall function pointer and inp_upcall_arg to struct in_pcb.
David Gwynne
2020-06-19
Break a glass ceiling on cwnd due to integer division during congestion
Richard Procter
2020-06-18
Refuse to set 0 or a negative value for net.inet.tcp.synbucketlimit.
Martin Pieuchot
2020-05-27
Connectionless sockets like UDP can be re-connected to a different
Alexander Bluhm
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
Martin Pieuchot
2020-05-21
don't count packets in the carp protocol handling against an interface.
David Gwynne
2020-05-21
implement a carp_transmit that bypasses the ifq on output.
David Gwynne
2020-04-29
remove some trailing whitespace. no functional change.
David Gwynne
2020-04-23
Add support for autmatically moving traffic between rdomains on ipsec(4)
tobhe
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
Martin Pieuchot
2020-03-15
Guard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK() where the call is
Visa Hankala
2020-03-06
Fix uninitialized use of variable 'len'.
tobhe
2020-01-26
add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardised
Damien Miller
2019-12-23
rdr-to with loopback destination should work even though
Alexandr Nedvedicky
2019-12-10
Make bundled IPcomp/ESP policies work with IPSEC_LEVEL_REQUIRE.
tobhe
2019-12-09
always pull in if_types.h, to unbreak ramdisks
Theo de Raadt
2019-12-08
Make sure packet destination address matches interface address,
Alexandr Nedvedicky
2019-12-06
Checking the IPsec policy is expensive. Check only when IPsec is used.
tobhe
2019-12-01
Don't require a valid sa_len for a bunch of IPv4 "get" ioctls
Jeremie Courreges-Anglas
2019-11-29
Change the default security level for incoming IPsec flows from
tobhe
2019-11-28
Although ifconfig(8) checks it already, enforce contiguous inet
Alexander Bluhm
2019-11-13
Add DoT 853 to DEFBADDYNAMICPORTS_TCP. This port will be increasingly
Theo de Raadt
2019-11-11
Prevent underflows in tp->snd_wnd if the remote side ACKs more than
Alexander Bluhm
2019-11-08
void being too clever about setting/clearing ifpromisc on the parent.
David Gwynne
2019-11-08
convert interface address change hooks to tasks and a task_list.
David Gwynne
2019-11-07
Do propper kernel input validation for in_control() ioctl(2)
Alexander Bluhm
2019-11-07
Avoid NULL dereference in arpinvalidate() and nd6_invalidate() by
Kenneth R Westerback
2019-11-07
turn the linkstate hooks into a task list, like the detach hooks.
David Gwynne
2019-11-06
replace the hooks used with if_detachhooks with a task list.
David Gwynne
[next]