Age | Commit message (Expand) | Author |
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 |
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 |