Age | Commit message (Expand) | Author |
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 |
2015-09-13 | Get the default loopback interface pointer just after doing a route | Martin Pieuchot |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-12 | Introduce if_input_local() a function to feed local traffic back to | Martin Pieuchot |
2015-09-11 | if_put after if_get for in6_src and ip6_output which got a lot easier after | Claudio Jeker |
2015-09-11 | Rewrite in6_selectroute() to no longer return an ifp. | Martin Pieuchot |
2015-09-11 | Move the multicast option parsing out of in6_selectroute(). | Martin Pieuchot |
2015-09-11 | Kill selectroute(). | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-10 | Stop using in6_ifstat_inc(). | Martin Pieuchot |
2015-08-31 | Compute the checksum before looping back the copy of a multicast packet. | Martin Pieuchot |
2015-08-31 | `encif' should only be used under #ifdef NPF. | Martin Pieuchot |
2015-07-16 | Kill IP_ROUTETOETHER. | Martin Pieuchot |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
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 |
2015-05-23 | remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@ | Markus Friedl |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-04-17 | Stubs and support code for NIC-enabled IPsec bite the dust. | Mike Belopuhov |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |