Age | Commit message (Expand) | Author |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-01 | When a carp interface is created with IFXF_NOINET6 flag, no link-local | Sebastian Benoit |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |
2014-06-13 | Remove deprecated RFC2292 ancillary data convenience functions. | Christopher Zimmermann |
2014-06-07 | g/c unused IFT_L2VLAN, ok reyk bluhm | Henning Brauer |
2014-06-03 | Do not include <sys/malloc.h> where it is not needed. | Martin Pieuchot |
2014-05-20 | Fix eui64 address generation, broken since the removal of the link-layer | Martin Pieuchot |
2014-05-15 | Do not use nd6_rtrequest() for addresses configured on loopback | Martin Pieuchot |
2014-05-13 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-07 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-06 | Fix a memleak when lookup of SA fails during forwarding of encrypted IPv6 | Gerhard Roth |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-28 | sync bzero => memset that was done for ip_divert.c before. | Reyk Floeter |
2014-04-23 | No need for vargs here. | Florian Obser |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-20 | move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdr | Christian Weisgerber |
2014-04-18 | Remove the dead KAME code that dealt with IPv4-mapped IPv6 addresses. | Jeremie Courreges-Anglas |
2014-04-18 | This remnant comment doesn't belong here. ok claudio@ | Jeremie Courreges-Anglas |
2014-04-18 | Invert the signature logic of in{,6}_selectsrc, make them return the | Jeremie Courreges-Anglas |
2014-04-16 | Merge in_fixaddr() into in_selectsrc() in order to prepare for | Martin Pieuchot |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-09 | Fix m_freem(NULL) in error case. | Christopher Zimmermann |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-06 | Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT. | Christopher Zimmermann |
2014-04-03 | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-27 | Stop mixing interface address flags with routing entry ones. | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-21 | If a NA is received on a carp interface in BACKUP state and match one | Martin Pieuchot |
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot |
2014-03-12 | ANSIfy a declaration, no object change. | Martin Pieuchot |
2014-03-11 | Remove gratuitous differences between arp and nd6 rtrequests, | Martin Pieuchot |
2014-03-10 | In ip6_mrouter_set() and ip6_mrouter_get(), change the error number | Lawrence Teo |
2014-02-17 | The device driver ioctl code can sleep, so calling it from a timeout is *not* | Mark Kettenis |
2014-02-13 | Another chunk of IPv6 dead code bites the dust. | Martin Pieuchot |
2014-02-12 | Kill a never defined old compatibility goo from 12 years ago. | Martin Pieuchot |
2014-02-05 | Kill some dead code. | Martin Pieuchot |
2014-01-29 | move the allocation of the mbuf copy to use for sending icmp errors | David Gwynne |
2014-01-24 | Instead of calculating the ICMPv6 checksum here, just set the flag that | Christian Weisgerber |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2014-01-23 | Merge two chunks of code to inform listeners of a route change into a | Martin Pieuchot |
2014-01-23 | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes | Christian Weisgerber |
2014-01-22 | Split the checksum calculation for IPv6 like for IPv4: | Christian Weisgerber |
2014-01-22 | There's no reason to pass a netmask argument when doing a RTF_HOST | Martin Pieuchot |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-15 | Remove assigned but never read value. | Martin Pieuchot |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |