Age | Commit message (Expand) | Author |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2016-10-03 | Convert some of the remaining usages of time_second to time_uptime. | Martin Pieuchot |
2016-08-24 | Kill ip6_forward_rt reducing differences between v4 and v6. | Martin Pieuchot |
2016-06-15 | Kill nd6_output(), it doesn't do anything since the resolution logic | Martin Pieuchot |
2016-05-02 | Merge two identical code paths. | Martin Pieuchot |
2016-04-27 | factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@ | Markus Friedl |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2015-11-02 | Stop using rt_ifp. | Martin Pieuchot |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-25 | Trivial rt_ifp->if_index -> rt_ifidx conversions. | Martin Pieuchot |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-09-10 | Fewer in6_ifstat_inc() | Martin Pieuchot |
2015-09-09 | Kill some commented out in6_ifstat_inc(). | 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-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 |
2015-05-23 | remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@ | Markus Friedl |
2015-04-17 | Stubs and support code for NIC-enabled IPsec bite the dust. | Mike Belopuhov |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-06-03 | Do not include <sys/malloc.h> where it is not needed. | Martin Pieuchot |
2014-05-06 | Fix a memleak when lookup of SA fails during forwarding of encrypted IPv6 | Gerhard Roth |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-01-29 | move the allocation of the mbuf copy to use for sending icmp errors | David Gwynne |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-07-04 | format string fixes: size_t and uint16_t | Stefan Fritsch |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-05 | Make sure that in[6]_proto_cksum_out() is called unconditinally and not | Claudio Jeker |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-03-24 | Reassemble IPv6 fragments in pf. In the forward case, pf refragments | Alexander Bluhm |
2011-03-23 | With pf IPv6 fragment reassembly, a large packet gets refragmented | Alexander Bluhm |
2011-01-09 | In ip6_forward() only one call to icmp6_error() was not protected | Alexander Bluhm |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |