Age | Commit message (Expand) | Author |
2017-11-13 | Remove 18 year old #if 0. | Martin Pieuchot |
2017-11-10 | Introduce a reader version of the NET_LOCK(). | Martin Pieuchot |
2017-11-07 | Serialize access to the IPv6 reassembly queue with a mutex. | Visa Hankala |
2017-11-05 | Finish off pr_drain functions, they haven't been used since 2006. | Florian Obser |
2017-11-04 | Stop calling ifp->if_ioctl() inside in{,6}_ioctl(). | Martin Pieuchot |
2017-11-03 | We are processing Router Solicitation / Advertisement messages only | Florian Obser |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-11-02 | Over 17 years is probably 'a while...' | Florian Obser |
2017-11-01 | Fix typo in previous resulting in a NULL dereference. | Martin Pieuchot |
2017-10-31 | - add one more softnet taskq | Alexandr Nedvedicky |
2017-10-29 | Move NET_{,UN}LOCK into individual slowtimo functions. | Florian Obser |
2017-10-27 | Allocate IPv6 reassembly structs using pools instead of malloc(), | Visa Hankala |
2017-10-26 | Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'. | Visa Hankala |
2017-10-26 | Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use' | Martin Pieuchot |
2017-10-26 | Kill deprecated IPv6 ioctl(2)s. | Martin Pieuchot |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-24 | Remove some more tests checking for a non-NULL `ifp->if_ioctl'. | Martin Pieuchot |
2017-10-24 | Remove support for never used ioctls originating from KAME. | Martin Pieuchot |
2017-10-20 | Do not test if if_ioctl is NULL, it isn't. | Martin Pieuchot |
2017-10-18 | When reusing an mbuf at the upper end of the network stack, strip | Alexander Bluhm |
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 |