Age | Commit message (Expand) | Author |
2018-07-12 | Introduce ipsec_output_cb() to merge duplicate code and account for | Martin Pieuchot |
2018-03-27 | Use memcpy instead of bcopy when the memory does not overlap. | David Hill |
2018-03-21 | In ip6_output() check that the interface of a route is valid. For | Alexander Bluhm |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-11 | add an ipv6 "don't fragment" flag to mbufs for ip6_output to use. | David Gwynne |
2017-09-01 | Change sosetopt() to no longer free the mbuf it receives and change | Martin Pieuchot |
2017-05-09 | Kill commented out code referencing pfctlinput2() and a wrong comment | Martin Pieuchot |
2017-05-08 | Remove icmp6_reflect() micro optimization to simplify code and avoid a | Rafael Zalamena |
2017-05-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
2017-05-03 | Change the ip6_setmoptions() function to receive the rdomain as a new | Rafael Zalamena |
2017-04-19 | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. | Alexander Bluhm |
2017-02-21 | In ip6_ctloutput, check for an invalid level early like the other | David Hill |
2017-02-09 | percpu counters for TCP stats | Jeremie Courreges-Anglas |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-27 | copypktopts is only called by ip6_setpktopts using M_NOWAIT. Drop | David Hill |
2017-01-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander Bluhm |
2017-01-10 | Do not use a 'struct route_in6' when there's no need to cache the result | Martin Pieuchot |
2017-01-10 | Remove NULL checks before m_free(9), it deals with it. | Martin Pieuchot |
2016-11-18 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-11-14 | Automatically create a default lo(4) interface per rdomain. | Martin Pieuchot |
2016-09-19 | convert bcopy to memcpy. from david hill. ok jca | Ted Unangst |
2016-09-14 | Kill ip6_pcbopts, unused since the removal of IPV6_PKTOPTIONS | Jeremie Courreges-Anglas |
2016-09-14 | Delete dead code and useless parameter. | Jeremie Courreges-Anglas |
2016-08-25 | Simplify ip6_getpmtu() to use a 'struct rtentry *' instead of two | Martin Pieuchot |
2016-08-22 | Sizes for free(9) from David Hill. | Martin Pieuchot |
2016-07-01 | Unbreak getsockopt(IPV6_MINHOPCOUNT) | 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-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
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-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2016-01-13 | Prevent a double if_put(). | Martin Pieuchot |
2015-12-03 | rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen | Ted Unangst |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-11-29 | Use if_get() rather than dereferencing rt_ifp in ip6_getpmtu(). | Martin Pieuchot |
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot |
2015-11-03 | Remove dead assignments. | Charles Longeau |
2015-11-03 | Disable TCP/UDP TX hardware checksumming if an IPv4 packet contains | Christian Weisgerber |
2015-10-29 | a few redundant tests can be deleted now that switch cases are only for | Ted Unangst |
2015-10-29 | oops, one firebomb went off course. put back some code that's still used. | Ted Unangst |
2015-10-29 | RFC 2292 API support was removed 9 years ago, but left in a binary compat | Ted Unangst |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-25 | Remove IPV6_NEXTHOP implementation. Source routing is considered to be | Florian Obser |
2015-10-24 | Convert some if_ref() to if_get(). | Martin Pieuchot |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-09-23 | Always increment rt_use inside rtalloc(9) instead of doing it in some | Martin Pieuchot |