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-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
2016-12-20
Prevent grabing the NET_LOCK() twice in the ioctl(2) and input path.
Martin Pieuchot
2016-12-20
Kill recursive splsoftnet()/splx() in tcp_ctloutput().
Martin Pieuchot
2016-12-20
Remove duplicate in_ioctl() prototype, it is in in_var.h now.
Alexander Bluhm
2016-12-20
Call the multicast timer callback per domain instead of for all domains
Rafael Zalamena
2016-12-20
No need for splsoftnet()/splx() dance around a pool_put() if the pool
Martin Pieuchot
2016-12-20
Remove unused timeout that was never being set.
Rafael Zalamena
2016-12-19
Remove redundant splsoftnet().
Martin Pieuchot
2016-12-19
Kill unused function.
Rafael Zalamena
2016-12-19
Remove a recursive splsoftnet() in in_ioctl() that already asserts that
Martin Pieuchot
2016-12-19
If rt_ifa_addlocal() in in_ifinit() fails, the address has been
Alexander Bluhm
2016-12-19
Extend the multicast sockets and multicast hash table support to multiple
Rafael Zalamena
2016-12-19
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
Martin Pieuchot
2016-12-16
Move the if_get/if_put to the caller of igmp_sendpkt so we avoid having
Rafael Zalamena
2016-12-14
Set the rtableid for new mbufs when sending packets in igmp_sendpkt().
Rafael Zalamena
2016-12-13
Propagate the routing table id in ip_mrouter_set() so the MRT_ADD_VIF
Rafael Zalamena
2016-12-10
Pass the correct offset of the next protocol field for the given IP
Patrick Wildt
2016-12-05
Remove recursive splsoftnet()s in ioctl(2) path.
Martin Pieuchot
2016-11-29
Kill unused 'struct route'.
Martin Pieuchot
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-29
For virtual Ethernet drivers that don't have a technical limit of the
Reyk Floeter
2016-11-28
Path MTU discovery and traceroute did not always work with pf af-to.
Alexander Bluhm
2016-11-28
Explicitly initialize rti_ifa when automagically adding a route.
Martin Pieuchot
2016-11-28
Assert that every slow/fast timeout routine is called at IPL_SOFTNET.
Martin Pieuchot
2016-11-28
Allow to build kernels without IPSEC but with PIPEX.
Martin Pieuchot
2016-11-28
Kill a micro optimization that no longer make sense since the two routing
Martin Pieuchot
2016-11-23
Keep checks for local delivery close to in_ouraddr().
Martin Pieuchot
2016-11-21
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
Martin Pieuchot
2016-11-20
Make rtable_iterate(9) mpsafe by using the new SRPL_NEXT(9).
Martin Pieuchot
2016-11-20
Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW().
Martin Pieuchot
2016-11-18
turn ipstat into a set of percpu counters.
David Gwynne
2016-11-16
Be consistent and do not use braces for single line statements.
Martin Pieuchot
2016-11-16
Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The
Alexander Bluhm
[next]