Age | Commit message (Expand) | Author |
2017-04-19 | icmp6_rip6_input() was mostly duplicated code from rip6_input(). | Alexander Bluhm |
2017-04-19 | Use the rt_rmx defines that hide the struct rt_kmetrics indirection. | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-04-05 | When building counter memory in preparation to copy to userland, always | Theo de Raadt |
2017-03-03 | Replace a panic with a compile time assert in icmp6_reflect(). | Alexander Bluhm |
2017-03-02 | Use the routing table rather than the global list of IPv6 address. | Martin Pieuchot |
2017-02-09 | Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytes | Jeremie Courreges-Anglas |
2017-02-09 | percpu counters for raw ipv6 and icmp6 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-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander Bluhm |
2017-01-18 | Use LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. | Alexander Bluhm |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-11-28 | Explicitly initialize rti_ifa when automagically adding a route. | Martin Pieuchot |
2016-11-16 | Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The | Alexander Bluhm |
2016-11-16 | Inherit route label when creating dynamic routes for path MTU. | Alexander Bluhm |
2016-11-09 | Do not call splsoftnet() recursively, this won't work with a lock. | Martin Pieuchot |
2016-08-24 | Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect(). | 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-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2016-01-21 | add a missing if_put() in a carp specific path | Jonathan Gray |
2015-12-09 | Always pass a valid interface pointer to rtdeletemsg(). | Martin Pieuchot |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-12-01 | Kill redundant or unused arguments in rtredirect(). | Martin Pieuchot |
2015-11-21 | Use if_get() rather than dereferencing rt_ifp directly. | Martin Pieuchot |
2015-11-03 | Remove dead assignments. | Charles Longeau |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-22 | Inspired by satosin(), use inline functions to convert sockaddr dl. | Alexander Bluhm |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-09-18 | Do not manually decrement rt's refcounter in nd6_lookup() and let the | Martin Pieuchot |
2015-09-11 | Bad whatever, that if_put() should not be there. Found the hard way by deraadt@ | Claudio Jeker |
2015-09-11 | if_put after if_get when IP6_EXTHDR_GET fails in icmp6_input. | David Gwynne |
2015-09-11 | When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in | Alexander Bluhm |
2015-09-11 | if_put for icmp6. Again we cheat a bit with the hop limit to simplify the code. | Claudio Jeker |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-09-09 | Kill icmp6_ifstat_inc() and associated per-ifp storage. | Martin Pieuchot |
2015-07-28 | Implement pf divert-reply for raw sockets. Note that an empty | Alexander Bluhm |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-08 | Pass an interface index instead of a pointer to in6_addr2scopeid(). | Martin Pieuchot |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |