Age | Commit message (Expand) | Author |
2016-08-08 | Execute address hooks in the update case. | Martin Pieuchot |
2016-08-04 | Commit in6_selectsrc() split again, with missing assignment fixed. | Vincent Gross |
2016-07-22 | Revert in_selectsrc() refactoring, it breaks IPv6. | Martin Pieuchot |
2016-07-20 | Split in6_selectsrc() into a low-level part and a pcb-level part, and | Vincent Gross |
2016-07-19 | protect a pf specific function with the correct #if. Fixes ramdisk building. | Peter Hessler |
2016-07-19 | In ip6_input() use a shortcut to detect our own address if the pf | Alexander Bluhm |
2016-07-19 | Use a flag to indicate that a packet has been received on an IPv6 | Martin Pieuchot |
2016-07-18 | Kill the rtableid variable in ip6_input(). It does not make sense | Alexander Bluhm |
2016-07-14 | Drop received packets with an IPv4-compatible address as source or | Martin Pieuchot |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-13 | store nd6 expiries in the route, not separately in the llinfo struct. | David Gwynne |
2016-07-06 | Move Hop-by-Hop processing into its own function ip6_hbhchcheck(). | Martin Pieuchot |
2016-07-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-07-05 | Do not use ``rt_addr'' in in{6,}_selectsrc() it doesn't work with magic | Martin Pieuchot |
2016-07-01 | Unbreak getsockopt(IPV6_MINHOPCOUNT) | Jeremie Courreges-Anglas |
2016-06-30 | Use ``rt_addr'' rather than ``rt_ifa'' to get the source address | Martin Pieuchot |
2016-06-30 | Restore the automagically added /64 route on p2p interfaces in order to | Martin Pieuchot |
2016-06-27 | Kill outdated comment. Reading the code is enough. | Jeremie Courreges-Anglas |
2016-06-27 | Implement IPV6_MINHOPCOUNT support. | Jeremie Courreges-Anglas |
2016-06-15 | With the introduction of ip6_output_ipsec_lookup() we didn't exit the | Florian Obser |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-06-13 | Move the ioctl(2) logic of in{,6}_control() into two new functions | Martin Pieuchot |
2016-06-08 | Move ND resoluton logic from nd6_output() to nd6_storelladdr() and | Martin Pieuchot |
2016-06-06 | Move nd6_output()'s "short-circuiting" for non-lladdr interface types earlier. | Stuart Henderson |
2016-06-03 | measure nd expiry times against time_uptime, not time_second. | David Gwynne |
2016-06-01 | make nd6_llinfo_settimer take seconds instead of ticks. | David Gwynne |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-05-31 | Stop creating and inserting a route entry for ARP and ND automagically. | Martin Pieuchot |
2016-05-30 | remove code compensating for the "short" range of timeouts. | David Gwynne |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2016-05-19 | Do not check if source address is available when the UDP6 socket is bound | Vincent Gross |
2016-05-17 | Completely skip link-layer address resolution and NUD on gif(4). | Martin Pieuchot |
2016-05-07 | Remove duplicate check. | Martin Pieuchot |
2016-05-02 | Simplify life for routing table implementations by requiring that rtable_walk | Jonathan Matthew |
2016-05-02 | Merge two identical code paths. | Martin Pieuchot |
2016-04-29 | Do not allow to change the routing table of a bound socket. This | Alexander Bluhm |
2016-04-27 | factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@ | Markus Friedl |
2016-04-27 | Remove unused arguments from rt_checkgate(). | Martin Pieuchot |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-04-11 | Rename in_pcblookup() to in_pcblookup_local() and change its prototype | Vincent Gross |
2016-04-11 | This code chunk has been disabled since its import, and what is does is | Vincent Gross |
2016-04-11 | Search in the correct routing table if NPF is not defined. | Martin Pieuchot |
2016-04-05 | Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind(). | Vincent Gross |
2016-03-31 | Don't forget to initialize scope_id. This fixes semarie@ and sthen@'s | Vincent Gross |
2016-03-30 | Use in6_pcbhashlookup() in in6_pcbconnect(). We don't need in_pcblookup() | Vincent Gross |
2016-03-30 | Implement proxy ARP for ART based on mpath support. | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2016-03-23 | Merge in_pcbbind() and in6_pcbbind(), and change every call to | Vincent Gross |
2016-03-21 | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when | Vincent Gross |
2016-03-20 | Revert, missing decl for in6_pcbaddrisavail() breaks kernel build. | Jeremie Courreges-Anglas |