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
/
net
/
rtsock.c
Age
Commit message (
Expand
)
Author
2021-12-16
When adding the extra 10% of space to a needed sysctl buffer use math
Claudio Jeker
2021-09-14
Add missing kernel lock for Bi-directional Forwarding Detection data.
Vitaliy Makkoveev
2021-09-07
Fix NULL pointer dereference introduced by previous commit.
Vitaliy Makkoveev
2021-09-07
Fix the race between if_detach() and rtm_output().
Vitaliy Makkoveev
2021-06-23
rtsock: revert from timeout_set_flags(9) to timeout_set_proc(9); ok mvs@
cheloha
2021-06-01
Check `so_state' in rtm_senddesync() and return if SS_ISCONNECTED or
mvs
2021-05-30
Declare all struct protosw as constant.
Alexander Bluhm
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2021-05-17
Revert. Last change should not have been committed.
Claudio Jeker
2021-05-17
Increase the default buffer space using on PF_UNIX sockets to 8k.
Claudio Jeker
2021-05-16
In route detach we delete `rop_timeout' while `rop' is still linked to
mvs
2021-05-01
Implement per-socket `so_lock' rwlock(9) and use it to protect routing
mvs
2021-04-26
Revert per-socket `so_lock' rwlock(9) and use it to protect routing
Claudio Jeker
2021-04-25
Implement per-socket `so_lock' rwlock(9) and use it to protect routing
mvs
2021-03-26
Push kernel lock down to rt_setsource() to make `ifa' dereference safe.
mvs
2021-03-18
Like in the sysctl case include the ifp_sadl as RTA_IFP address in RTM_IFINFO
Claudio Jeker
2021-02-27
Rework route_input() and rtm_sendup(). While we perform foreach loop
mvs
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2021-02-15
Simplify error path in in route_attach(). We always call it in thread
mvs
2020-11-07
Rework source IP address setting.
denis
2020-10-29
Add feature to force the selection of source IP address
denis
2020-09-23
Fix declaration of `routedomain'. It's not external here.
mvs
2020-09-22
Document locks which protect `rtpcb' struct members.
mvs
2020-08-13
Add a ROUTE_FLAGFILTER socket option for routing sockets, allowing
Jonathan Matthew
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-03-24
Remove redundant 'NULL' check for 'rtm'.
tobhe
2019-11-24
If the RTM_PROPOSAL is a solicitation proposal forward the request to
Claudio Jeker
2019-11-22
The DNS proposal list can (soon) be empty to signal a withdraw, relax
Florian Obser
2019-11-22
Add rtm_proposal, a function to send out RTM_PROPOSAL messages from the
Claudio Jeker
2019-11-06
Pull break into ifdef; noticed by bluhm who also OK'ed the previous
Florian Obser
2019-11-06
Fix RTA_DNS checks:
Florian Obser
2019-09-23
Do more sanity checks when accepting socket addresses in routing
Alexander Bluhm
2019-08-28
Fix white spaces and wrap long lines.
Alexander Bluhm
2019-08-28
In rev 1.273 RTM_LOCK has been removed from net/rtsock.c. Since
Alexander Bluhm
2019-07-17
Convert struct rtpcb malloc(9) to pool_get(9). PCB for routing
Alexander Bluhm
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2019-06-05
Remove workaround and return EINVAL when userland sends routing messages
Claudio Jeker
2019-05-11
Make rt_mpls_set() be more strict in what it accepts. Also ensure that
Claudio Jeker
2019-04-05
Broken userland software sets address bit in routing message without
Alexander Bluhm
2019-03-31
Add a more strict rtm_hdrlen size check. Make sure that at least
Claudio Jeker
2019-02-08
Fix kernel info leak in routing message.
Alexander Bluhm
2019-02-04
Avoid an mbuf double free in the oob soreceive() path. In the
Alexander Bluhm
2018-12-20
Convert to timeout_add_msec instead of counting ticks.
Claudio Jeker
2018-11-12
Add new routing socket message RTM_80211INFO to provide details of
Kenneth R Westerback
2018-07-10
Remove net/raw_cb.h from includes and replace the RAWSNDQ, RAWRCVQ with
Claudio Jeker
2018-07-10
After removing raw_usrreq() from route and pfkey, the global sockaddr
Alexander Bluhm
2018-07-09
Inline the raw_usrreq() function into route_usrreq(). This simplifies the
Claudio Jeker
2018-07-05
fix comment: s/always send/always sent/
Stuart Henderson
2018-07-05
RTM_BFD route messages are also a special case. suggested by claudio@,
Sebastian Benoit
2018-07-05
not all route messages have a priority. Move the priority filter check
Sebastian Benoit
[next]