Age | Commit message (Expand) | Author |
2014-09-09 | workqs were replaced with tasks in here, so dont need workq.h anymore. | David Gwynne |
2014-09-08 | Prevent addition of redundant IPv6 autoconf addresses. | Stefan Sperling |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-26 | Do not hand-roll all routers link local address. | Florian Obser |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-08-21 | Misleading comments about splnet(). | Martin Pieuchot |
2014-08-19 | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. | Martin Pieuchot |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |
2014-08-11 | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when | Martin Pieuchot |
2014-08-10 | Rename p_hdrlen to min_hdrlen to better reflect its purpose. | Lawrence Teo |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | Remove the redundant csum_flag variable and just set the checksum flag | Lawrence Teo |
2014-07-12 | Protocol checksums have been recalculated on reinjection for a while | Lawrence Teo |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Implement checksum offload for divert(4): simply set the checksum flag | Lawrence Teo |
2014-07-11 | introduce the IFXF_AUTOCONF6 interface flag which controls wether we | Henning Brauer |
2014-07-11 | move IPv6 prefix adding from workq to taskq; as a happy benefit, we | Bret Lambert |
2014-07-11 | Remove rfc 4620 Node Information Query support (from the kernel). | Sebastian Benoit |
2014-07-10 | Simplify the way divert(4) sends packets to userspace: Instead of | Lawrence Teo |
2014-07-09 | Kill unused route storages. | Martin Pieuchot |
2014-07-09 | Set default of net.inet6.icmp6.nodeinfo to 0, | Sebastian Benoit |
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 |