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
/
netinet
/
if_ether.c
Age
Commit message (
Expand
)
Author
2016-03-30
Implement proxy ARP for ART based on mpath support.
Martin Pieuchot
2016-03-24
Ensure that a found proxy ARP entry has the correct flag.
Martin Pieuchot
2016-03-07
Do not remove RTF_STATIC L2 entries from the routing table.
Martin Pieuchot
2016-01-21
remove the arp_inuse and arp_allocated counters
David Gwynne
2016-01-14
Grab the KERNEL_LOCK before delivering a message to the routing socket
Martin Pieuchot
2016-01-08
Get rid of the arp and revarp input queues.
Martin Pieuchot
2015-12-17
rm a bit more trailers code. no longer accept them as alias for ethernet.
Ted Unangst
2015-12-02
Since we want to print the interface names in the log messages it is
Claudio Jeker
2015-12-02
More rt_ifp killing. There checks in in_arpinput() to verify that the
Claudio Jeker
2015-12-02
There is no reason for this carp magic in arpresolve. rt->rt_ifp has to
Claudio Jeker
2015-12-02
When destroying an interface, we have to wait until all references
Alexander Bluhm
2015-12-02
Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages
Claudio Jeker
2015-12-02
Do not delete a conflicting & cloned route entry in the hot path.
Martin Pieuchot
2015-12-01
Remove backward compatibility for "older version of routed and gated".
Martin Pieuchot
2015-11-20
This no longer depends on bridge.h, fewer "#ifdef NBRIDGE", say yeah!
Martin Pieuchot
2015-11-20
Fewer uses of rt_ifp.
Martin Pieuchot
2015-11-18
Factorize the bits to check if a L2 route is connected, wether it is
Martin Pieuchot
2015-11-18
Make use of srp_enter()/srp_leave() in carp_iamatch() in preparation
Martin Pieuchot
2015-11-13
Sore the index of the interface used for revarp instead of a pointer to
Martin Pieuchot
2015-11-06
In in_arpinput() do not make an extra route lookup to check wether
Alexander Bluhm
2015-11-05
In in_arpinput() replace the loops over the interface addresses
Alexander Bluhm
2015-11-04
use ml_purge to flush the arp hold lists instead of dequeue/free loops.
David Gwynne
2015-11-02
Retire ARP load-balacing, thanks for all the fish!
Martin Pieuchot
2015-11-02
Rename the list of arp entries to arp_list. This is consistent to
Alexander Bluhm
2015-11-01
Replace the nd6 llinfo malloc(9) with pool_get(9) like arp does.
Alexander Bluhm
2015-10-27
RIP arp_ifinit().
Martin Pieuchot
2015-10-27
Move code around for clarity, no functional change.
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-22
Drop historical comment and an old '#if notyet'.
Martin Pieuchot
2015-10-22
Make sure that the address matching the key (destination) of a route
Martin Pieuchot
2015-10-22
Inspired by satosin(), use inline functions to convert sockaddr dl.
Alexander Bluhm
2015-10-22
Do not pass an ``ia'' just to dereference ``ia_ifp''.
Martin Pieuchot
2015-10-13
Simplify arptfree() to no longer look at the route entry's refcounter.
Martin Pieuchot
2015-10-07
Move route entry debug helpers where they belong.
Martin Pieuchot
2015-09-28
Do not manually decrement rt's refcounter in arplookup() and let the
Martin Pieuchot
2015-09-16
Fix uninitalized use of variable.
Claudio Jeker
2015-09-13
There's no point in abstracting ifp->if_output() as long as pf_test()
Martin Pieuchot
2015-09-13
queue revarps to softnet so we can defer processing to a context with
David Gwynne
2015-09-12
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
Martin Pieuchot
2015-09-10
correctly hold and put a reference to the revarp ifp while trying
David Gwynne
2015-09-09
Rewrite arpproxy() to no longer iterate on the global list of interfaces.
Martin Pieuchot
2015-09-09
Fix English in comment. OK dlg@
Claudio Jeker
2015-08-19
KNF
Martin Pieuchot
2015-08-19
Make arplookup() return a pointer to a "struct rtentry".
Martin Pieuchot
2015-08-17
Use __func__ rather than the function name in log(9) calls to remove
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-07-17
Announce an IP address after inserting its corresponding RTF_LOCAL
Martin Pieuchot
2015-07-07
Always use "ifp" instead of mixing it with "ac->ac_if" in in_arpinput().
Martin Pieuchot
2015-06-23
Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve().
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
[next]