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
2017-10-18
Setting the IPV6_MINMTU flag in the call to ip6_output() was moved
Alexander Bluhm
2017-10-16
Remove kernel support for the following ioctl(2)s, deprecated since 2001:
Martin Pieuchot
2017-10-09
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Martin Pieuchot
2017-10-08
ramdisks do not contain MROUTING, so the local variable becomes unused.
Theo de Raadt
2017-10-06
Unfortunately I removed too much in my previous commit and broke
Alexander Bluhm
2017-10-06
Kill the divert-packet socket option IP_DIVERTFL to filter packets.
Alexander Bluhm
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-09-06
Replace the call to ifa_ifwithaddr() in divert6_output() with a
Alexander Bluhm
2017-09-05
Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().
Martin Pieuchot
2017-09-01
Use in6_get_rand_ifid() instead of get_last_resort_ifid() and delete the
Florian Obser
2017-09-01
Change sosetopt() to no longer free the mbuf it receives and change
Martin Pieuchot
2017-08-22
Prevent a race against ipsec_in_use.
Martin Pieuchot
2017-08-15
Convert hand rolled sockaddr checks to the nam2sin functions.
Alexander Bluhm
2017-08-15
After we stopped processing router advertisements in the kernel
Florian Obser
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-11
Validate sockaddr from userland in central functions. This results
Alexander Bluhm
2017-08-10
Do not invalidate ND for local routes, make it consistent like ARP.
Alexander Bluhm
2017-08-10
icmp_mtudisc() might be called by TCP even on loopback after a
Alexander Bluhm
2017-08-09
Remove knob and always do neighbor unreachable detection.
Florian Obser
2017-08-09
accept_rtadv doesn't do anything since some time.
Florian Obser
2017-08-09
We are no longer generating privacy addresses in the
Florian Obser
2017-08-09
We are no longer processing router advertisements in the
Florian Obser
2017-08-08
Stop running nd6_expire every second.
Florian Obser
2017-08-08
Increase the limit of the IP protocol queues from 256 to 2048 mbufs.
Alexander Bluhm
2017-08-06
Reduce contention on the NET_LOCK() by moving the nd6 address expiration
Martin Pieuchot
2017-08-06
in6_leavegroup can't fail; OK phessler
Florian Obser
2017-08-04
Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessary
Alexander Bluhm
2017-08-04
The in_pcbhashlookup() in in_pcbconnect() enforces that the 4 tupel
Alexander Bluhm
2017-08-04
We do have SO_TIMESTAMP since some time and there is other code in the
Florian Obser
2017-08-03
RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoleted
Florian Obser
2017-07-28
Add an error argument to rtm_send() instead of rerolling it inside
Martin Pieuchot
2017-07-27
Grab the KERNEL_LOCK() before calling sorwakeup().
Martin Pieuchot
2017-07-13
Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no
Florian Obser
2017-07-12
Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls
Florian Obser
2017-07-11
Purging is at last at hand. Day of Doom is here. All that is evil
Florian Obser
2017-07-08
Enable slaacd on the installer and temporarily neuter router
Florian Obser
2017-07-05
The IP in IP input function strips the outer header and reinserts
Alexander Bluhm
2017-07-05
If we are sending a neighbor solicitation for a link local address
Florian Obser
2017-06-30
In OpenBSD 6.0 we had the check (ip6_forward_rt.ro_tableid !=
Alexander Bluhm
2017-06-27
Convert ip6_input() to a pr_input style function. Goal is to process
Alexander Bluhm
2017-06-26
When pinging an IPv6 link-local address, the reflected packet had
Alexander Bluhm
2017-06-26
Assert that the corresponding socket is locked when manipulating socket
Martin Pieuchot
2017-06-19
When dealing with mbuf pointers passed down as function parameters,
Alexander Bluhm
2017-06-19
The IP multicast forward functions return an errno, call the variable
Alexander Bluhm
2017-06-09
Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even
Martin Pieuchot
2017-06-08
Notify userland when a new ND is reachable.
Martin Pieuchot
2017-06-07
Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals
Martin Pieuchot
2017-05-31
Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and
Martin Pieuchot
2017-05-30
Carp balancing ip does not work since there is a mac filter in
friehm
2017-05-30
Keep ipv6_input() definition inside _KERNEL.
Martin Pieuchot
[next]