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
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
2017-03-02
Convert domain declarations to C99 initializers.
Martin Pieuchot
2017-02-22
Use c99 struct initialization with protosw.
David Hill
2017-02-01
In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with
David Hill
2017-01-31
Use CTASSERT instead of KASSERT for a few sysctl that use the counters API
Jeremie Courreges-Anglas
2017-01-24
Introduce rt_report() a function that generates a route message from an
Claudio Jeker
2017-01-23
i botched the copyout to ifr->ifr_data in SIOCGIFDATA.
David Gwynne
2017-01-23
merge the ifnet and ifqueue stats together when userland wants them.
David Gwynne
2017-01-23
Zap some bad whitespace.
Kenneth R Westerback
2017-01-22
Cleanup error handling. Do not use 'goto flush' early on since the message
Claudio Jeker
2017-01-21
Change route_input to a non-variadic function and just pass the address
Claudio Jeker
2017-01-20
use per-cpu counters for rtstat.
David Gwynne
2017-01-19
add hooks so we can query the current state of a BFD session
Peter Hessler
2016-12-20
A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl
Alexander Bluhm
2016-12-19
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
Martin Pieuchot
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-21
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
Martin Pieuchot
2016-10-18
Place splsoftnet() in route_input() to shut up splassert warnings
Alexander Bluhm
2016-09-27
Protect sbappendaddr() and sorwakeup() with splsoftnet in
Alexander Bluhm
2016-09-24
a route message for BFD, so we can notify userland about the status.
Peter Hessler
2016-09-17
*** empty log message ***
Peter Hessler
2016-09-07
Rename rtable_mpath_next() into rtable_iterate() and make it do a proper
Martin Pieuchot
2016-09-05
Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not
Claudio Jeker
2016-09-04
Make it possible to toggle RTF_BFD via RTM_CHANGE and fix some minor things
Claudio Jeker
2016-09-01
No longer needed to special case RTM_GET in these if statements since
Claudio Jeker
2016-09-01
Move RTM_GET into its own case block not intermixing it with RTM_CHANGE
Claudio Jeker
2016-09-01
Move the RTF_LOCAL check that only makes sense for userland to
Martin Pieuchot
2016-09-01
Use rtable_match() rather than rtalloc() when looking for an existing
Martin Pieuchot
2016-09-01
RTM_CHANGE should not allow to change the gateway of a mpath route.
Martin Pieuchot
2016-08-23
Update the L2 content of a RTF_CACHED entry instead of going though
Martin Pieuchot
2016-08-22
Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable.
Martin Pieuchot
2016-07-11
Path MTU discovery was slightly broken. I took two ICMP packets
Alexander Bluhm
2016-07-11
Revert the introduction of ``rt_addr''.
Martin Pieuchot
2016-06-14
Pass the configured ``ifa'' to rt_sendaddrmsg() instead of getting it via
Martin Pieuchot
2016-06-14
Store the source address associated with a route in its own chunk of
Martin Pieuchot
2016-06-03
set rt_expire times against time_uptime, not time_second.
David Gwynne
2016-06-01
Remove ART-specific hack now that route reference counts is similar
Martin Pieuchot
2016-03-30
Implement proxy ARP for ART based on mpath support.
Martin Pieuchot
[next]