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
/
netinet6
Age
Commit message (
Expand
)
Author
2015-12-09
Keep all ether prototypes in one place.
Martin Pieuchot
2015-12-09
Always pass a valid interface pointer to rtdeletemsg().
Martin Pieuchot
2015-12-05
Remove useless "if() else", multicast and unicast v6 route lookups are
Vincent Gross
2015-12-04
prefix function names like randomid and pmod to keep them out of global
Ted Unangst
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-03
ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task.
Alexandr Nedvedicky
2015-12-03
add sizes to some free() calls. ok claudio
Ted Unangst
2015-12-03
rewrite if to be more clear. ok bluhm stsp
Ted Unangst
2015-12-03
Implement etherip(4) driver
Kazuya Goda
2015-12-03
rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen
Ted Unangst
2015-12-02
Move port picking away from in_pcbbind()
Vincent Gross
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-01
Use rt_ifa_add(9) instead or rtrequest(9) when adding ND prefixes.
Martin Pieuchot
2015-12-01
Kill redundant or unused arguments in rtredirect().
Martin Pieuchot
2015-12-01
Remove backward compatibility for "older version of routed and gated".
Martin Pieuchot
2015-12-01
Remove "just for safety" over engineering checks.
Martin Pieuchot
2015-11-29
Use if_get() rather than dereferencing rt_ifp in ip6_getpmtu().
Martin Pieuchot
2015-11-24
No need for <net/if_types.h>
Martin Pieuchot
2015-11-21
Use if_get() rather than dereferencing rt_ifp directly.
Martin Pieuchot
2015-11-18
Factorize the bits to check if a L2 route is connected, wether it is
Martin Pieuchot
2015-11-13
Do not cast malloc(9) results.
Martin Pieuchot
2015-11-12
Do not try to guess if there's still an IPv4 multicast routing daemon
Martin Pieuchot
2015-11-12
Unbreak adding a MIFF_REGISTER interface.
Martin Pieuchot
2015-11-12
unidef MRT6DEBUG
Martin Pieuchot
2015-11-12
More PIM love. Reduce differences with ip_mroute.c and dynamically
Martin Pieuchot
2015-11-12
Sync headers and get rid of #ifdef MROUTING.
Martin Pieuchot
2015-11-12
Fix PIM build.
Martin Pieuchot
2015-11-11
Store the index of the lo0 interface instead of a pointer to its
Martin Pieuchot
2015-11-06
Change nd6_nud_hint() to no longer manipulate rt_ifp directly.
Martin Pieuchot
2015-11-03
Remove dead assignments.
Charles Longeau
2015-11-03
Disable TCP/UDP TX hardware checksumming if an IPv4 packet contains
Christian Weisgerber
2015-11-02
Retire ARP load-balacing, thanks for all the fish!
Martin Pieuchot
2015-11-02
typo in comment
Stuart Henderson
2015-11-02
Implement the list of nd6 llinfo entries with a TAILQ.
Alexander Bluhm
2015-11-02
Prefer an existing refcounted ``ifp'' to rt_ifp when possible or use the
Martin Pieuchot
2015-11-02
Stop using rt_ifp.
Martin Pieuchot
2015-11-01
Replace the nd6 llinfo malloc(9) with pool_get(9) like arp does.
Alexander Bluhm
2015-11-01
Compare nd6 llinfo pointer with NULL. No binary change.
Alexander Bluhm
2015-10-30
Rename rtrequest1() to rtrequest().
Alexander Bluhm
2015-10-29
a few redundant tests can be deleted now that switch cases are only for
Ted Unangst
2015-10-29
oops, one firebomb went off course. put back some code that's still used.
Ted Unangst
2015-10-29
RFC 2292 API support was removed 9 years ago, but left in a binary compat
Ted Unangst
2015-10-29
Kill a comment saying that rt_ifp may not be the same as ifp, that's no
Martin Pieuchot
2015-10-28
Add a missing splx for a return path introduced in rev 1.163
Jonathan Gray
2015-10-28
Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
Florian Obser
2015-10-27
Use rt_ifidx rather than rt_ifp.
Martin Pieuchot
2015-10-25
Put some comments in how nd6_rs_attach() works.
Florian Obser
2015-10-25
do not expose nd6 randomid's to userland via ioctl.
Theo de Raadt
2015-10-25
Trivial rt_ifp->if_index -> rt_ifidx conversions.
Martin Pieuchot
[next]