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
2017-03-02
Convert domain declarations to C99 initializers.
Martin Pieuchot
2017-02-28
Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6
Martin Pieuchot
2017-02-22
Use c99 struct initialization with protosw.
David Hill
2017-02-20
Crank all members of struct ipipstat to 64 bits
Jeremie Courreges-Anglas
2017-02-20
carp(4) percpu counters
Jeremie Courreges-Anglas
2017-02-17
Using ipcomp(4) with IPv6 transport mode failed with protocol family
Alexander Bluhm
2017-02-16
Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".
Martin Pieuchot
2017-02-14
Get rid of recursive splsoftnet()/splx() dances and convert a timeout to
Martin Pieuchot
2017-02-09
Unbreak 'netstat -g' and make multicast route stats sysctl more robust.
Rafael Zalamena
2017-02-09
percpu counters for divert(4) stats
Jeremie Courreges-Anglas
2017-02-09
percpu counters for raw ipv6 and icmp6 stats
Jeremie Courreges-Anglas
2017-02-09
percpu counters for TCP stats
Jeremie Courreges-Anglas
2017-02-09
Put back a return that I have removed by accident.
Alexander Bluhm
2017-02-08
Remove the ipsec protocol callbacks which all do the same. Implement
Alexander Bluhm
2017-02-08
Test for NULL before dereferencing a pointer not after.
Jonathan Gray
2017-02-07
Use percpu counters for icmp
Jonathan Matthew
2017-02-07
Error propagation does neither make sense for ip input path nor for
Alexander Bluhm
2017-02-07
IPsec packets could be dropped unaccounted if output after crypto
Alexander Bluhm
2017-02-07
Reduce the per-packet allocation costs for crypto operations (cryptop)
Patrick Wildt
2017-02-07
The return code of crp_callback is never checked, so it is not
Alexander Bluhm
2017-02-07
Release the NET_LOCK() before entering per-driver ioctl() routine.
Martin Pieuchot
2017-02-05
Always allocate counters memory using type M_COUNTERS.
Jeremie Courreges-Anglas
2017-02-05
Use percpu counters for ip6stat
Jeremie Courreges-Anglas
2017-02-04
Move the typedefs for in_{addr,port}_t from <sys/types.h> to
Philip Guenther
2017-02-01
In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with
David Hill
2017-01-31
Use CTASSERT instead of KASSERT for a few sysctl that use the counters API
Jeremie Courreges-Anglas
2017-01-29
Change the IPv4 pr_input function to the way IPv6 is implemented,
Alexander Bluhm
2017-01-26
Reduce the difference between struct protosw and ip6protosw. The
Alexander Bluhm
2017-01-25
Since raw_input() and route_input() are gone from pr_input, we can
Alexander Bluhm
2017-01-23
The function raw_input() has not been called since netiso has been
Alexander Bluhm
2017-01-23
Flag pseudo-interfaces as such in order to call add_net_randomness()
Martin Pieuchot
2017-01-23
Assert for IPL_SOFTNET rather than raising SPL recursively.
Martin Pieuchot
2017-01-20
Kill recursive splsofnet()/splx() dances.
Martin Pieuchot
2017-01-12
Clean up multicast files from unused definitions and comments.
Rafael Zalamena
2017-01-11
Remove mfc hash tables and use the OpenBSD routing table for multicast
Rafael Zalamena
2017-01-10
Remove NULL checks before m_free(9), it deals with it.
Martin Pieuchot
2017-01-09
Grab the NET_LOCK() in ipcomp input callback.
Visa Hankala
2017-01-09
Grab the NET_LOCK() in various callbacks.
Martin Pieuchot
2017-01-06
Remove the global viftable vector that holds the virtual interfaces
Rafael Zalamena
2017-01-06
Simplify code by removing some old pullup macro, killing some variables
Rafael Zalamena
2017-01-06
Kill various splsoftnet().
Martin Pieuchot
2017-01-05
Remove some unnecessary code abstractions and while here remove a
Rafael Zalamena
2017-01-04
convert igmp_stat into per-cpu counters
David Gwynne
2017-01-03
Remove some recursives splsoftnet().
Martin Pieuchot
2016-12-26
Typo, "more then" -> "more than"
Jeremie Courreges-Anglas
2016-12-24
Grab the NET_LOCK() before calling ipsp_process_done() as it ends up
Martin Pieuchot
2016-12-22
Remove PIM support from the multicast stack.
Rafael Zalamena
2016-12-21
Fix build without PIM defined.
Martin Pieuchot
2016-12-21
Fix PIM compilation even though it is disabled.
Rafael Zalamena
2016-12-20
A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl
Alexander Bluhm
[next]