index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
rtsock.c
Age
Commit message (
Expand
)
Author
2022-08-27
Add a little const. NFC.
skrll
2020-03-09
route: RTM_MISS now puts the message source address in RTA_AUTHOR
roy
2020-02-03
rtsock: favour ifatoia and ifatoia6 over direct struct casts
roy
2020-01-29
Do not reference ifp->if_data directly; use if_export_if_data().
thorpej
2019-09-01
inet6: Send RTM_MISS when we fail to resolve an address.
roy
2019-08-22
rtsock: rework rt_clonedmsg to take a message type and lladdr
roy
2019-05-27
Don't take softnet_lock in sysctl_rtable
ozaki-r
2019-04-29
For the rtsock compat code, make sure we create the "oroute" sysctl
pgoyette
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-02-27
Protect sysctl_rtable with KERNEL_LOCK and softnet_lock
ozaki-r
2019-01-29
Normalize all the compat hooks' names to the form
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2018-11-13
Fix kernel info leak. There are 2 bytes of padding in struct if_msghdr.
maxv
2018-09-07
Set unused pr_input field to NULL, discussed on tech-net@.
maxv
2018-08-31
Fix buffer overflow, detected by kASan.
maxv
2018-04-25
Fix a deadlock (rt_free vs. route_intr on rt_so_mtx)
ozaki-r
2018-04-12
Resolve tangled lock dependencies in route.c
ozaki-r
2018-03-19
rtsock: log dropped messages that we cannot report to userland
roy
2018-01-25
Fix another deadlock
ozaki-r
2018-01-19
Release rt_so_mtx on updating a rtentry to avoid a deadlock with route_intr
ozaki-r
2017-12-18
Fix compile error (may be used uninitialized)
ozaki-r
2017-12-18
Revert "Spinkle __noinline to some non-performance-sensitive functions for de...
ozaki-r
2017-12-14
Fix a bug that tries to psref_acquire ifa with a psref used before
ozaki-r
2017-12-14
Protect ifp returned from route_output_get_ifa surely
ozaki-r
2017-12-14
Spinkle __noinline to some non-performance-sensitive functions for debugging
ozaki-r
2017-11-19
Avoid using a zero family mask.
christos
2017-11-17
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
ozaki-r
2017-09-25
Use a dedicated mutex for rt_rawcb instead of softnet_lock if NET_MPSAFE
ozaki-r
2017-09-25
Fix race condition on the rawcb list shared by rtsock and keysock
ozaki-r
2017-07-01
put the code that returns the sizeof the socket by family in one place.
christos
2017-06-30
Avoid DIAGNOSTIC warning with previous fix and simplify it (don't require
christos
2017-06-30
Restore the original length of a sockaddr for netmask
ozaki-r
2017-06-28
Restore ARP/NDP entries to route show and netstat -r
ozaki-r
2017-06-26
Drop RTF_UP from a routing message of a deleted ARP/NDP entry
ozaki-r
2017-06-26
Fix ifdef; care about a case w/ INET6 and w/o INET
ozaki-r
2017-06-26
Improve backward compatibility of (fake) routing messages on adding an ARP/ND...
ozaki-r
2017-06-26
Fix usage of routing messages on arp -d and ndp -d
ozaki-r
2017-06-23
Tweak lltable_sysctl_dumparp
ozaki-r
2017-06-23
Fix build of kernels without both INET and INET6
ozaki-r
2017-06-22
Purge L2 caches on changing an interface of a route
ozaki-r
2017-06-16
Drop RTF_CONNECTED from a result of RTM_GET for ARP/NDP entries
ozaki-r
2017-06-16
Sending a routing message (RTM_ADD) on adding an llentry
ozaki-r
2017-06-15
Simplify
ozaki-r
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-04-11
Add RO_MSGFILTER socket option to PF_ROUTE to filter out
roy
2017-03-24
Forbit installing a route which its gateway is unreachable
ozaki-r
2017-03-22
Tweak and KNF some functions
ozaki-r
2017-03-17
Add missing NULL check
ozaki-r
2017-03-14
Add missing pserialize_read_exit
ozaki-r
2017-03-14
Use if_acquire and if_release instead of using psref API directly
ozaki-r
[next]