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
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
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
[next]