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
2018-07-05
not all route messages have a priority. Move the priority filter check
Sebastian Benoit
2018-07-01
Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE.
Martin Pieuchot
2018-06-25
Factorize MPLS setup/teardown into two functions.
Martin Pieuchot
2018-06-25
Push the NET_LOCK() down in rtm_output().
Martin Pieuchot
2018-06-11
Rename routing & pfkey tables for coherency with other PCB tables.
Martin Pieuchot
2018-06-11
Push the KERNEL_LOCK() inside route_input().
Martin Pieuchot
2018-06-06
Prefix fields of pfkey & routing PCBs, part 2, no functionnal change.
Martin Pieuchot
2018-06-06
Prefix fields of pfkey & routing PCBs, no functionnal change.
Martin Pieuchot
2018-06-06
Asseert that a pfkey or routing socket is referenced by a `fp' instead
Martin Pieuchot
2018-05-14
Use a SRP list to protect pfkeyv2 sockets, thus removing the need to
Martin Pieuchot
2018-05-08
Introduce rtm_sendup() a function to deliver routing messages to a
Martin Pieuchot
2018-04-24
Remove unused rtentry parameter.
Florian Obser
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-11
Add a ROUTE_PRIOFILTER socket option for roueing sockets that
Sebastian Benoit
2018-02-08
Make the routing socket more MP save by using a SRPL list for the pcb list.
Claudio Jeker
2017-12-18
Size for free(9).
Martin Pieuchot
2017-12-13
Spacing from kshe59@zoho.eu.
Martin Pieuchot
2017-12-13
Sizes for free in route_output().
Martin Pieuchot
2017-12-10
Remove outdated comment and trailing spaces.
Martin Pieuchot
2017-11-03
After inlining of raw_detach we know the sizes for free; pointed out
Florian Obser
2017-11-03
use rop->rcb similar like in pfkeyv2_detach(); suggested by visa
Florian Obser
2017-11-03
Inline trivial functions from raw_cb.c and tedu it.
Florian Obser
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-09-05
Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().
Martin Pieuchot
2017-09-01
Change sosetopt() to no longer free the mbuf it receives and change
Martin Pieuchot
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-10
Prevent userland to modify RTF_LOCAL route entries.
Martin Pieuchot
2017-08-02
Move a sanity check that only makes sense for userland where it belongs.
Martin Pieuchot
2017-07-30
Enable mpath support in the Allotment Routing Table (ART) on the ramdisk.
Florian Obser
2017-07-30
Switch installer to Allotment Routing Table (ART).
Florian Obser
2017-07-28
Add an error argument to rtm_send() instead of rerolling it inside
Martin Pieuchot
2017-07-26
Fix typo in comment, ok deraadt@
anton
2017-07-24
rt_getifa() is only needed for routing commands submited by userland.
Martin Pieuchot
2017-07-03
Both PF_ROUTE and PF_KEY need to start to take care of their own PCB list
Claudio Jeker
2017-06-26
Assert that the corresponding socket is locked when manipulating socket
Martin Pieuchot
2017-06-09
Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even
Martin Pieuchot
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
2017-04-05
When building counter memory in preparation to copy to userland, always
Theo de Raadt
2017-03-16
Do not allow to change the gateway of an existing entry if the AF
Martin Pieuchot
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-03-09
Remove unecessary splsoftnet()/splx() dances.
Martin Pieuchot
2017-03-07
Do not grab the NET_LOCK() for routing sockets operations.
Martin Pieuchot
2017-03-07
Since route_input is no longer part of the protosw struct it is possible to
Claudio Jeker
2017-03-06
Move the guts of route_output() meesing with the routing table in their
Martin Pieuchot
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-03-03
Convert the variable argument list of the pr_output functions to
Alexander Bluhm
2017-03-03
It is allowed to sleep in route_output() as we run in process context
Alexander Bluhm
2017-03-02
Implement a new routing message RTM_PROPOSAL that communicates
Kenneth R Westerback
2017-03-02
Fix a rtentry leak in error path.
Martin Pieuchot
[prev]
[next]