summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-5/+5
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-3/+16
* New way to manage reference counting of mbuf external storage.glebius2016-03-011-1/+1
* Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing APImelifaro2016-01-041-20/+22
* Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().melifaro2016-01-031-32/+94
* Add the appropriate case statement for IPV6_BINDMULTI so the option can bejtl2015-12-301-0/+1
* Bring back the ability of passing cached route via nd6_output_ifp().melifaro2015-11-151-2/+2
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-2/+2
* Add support for receiving flowtype, flowid and RSS bucket information as part...adrian2015-09-061-0/+24
* Simplify ip[6] simploop:melifaro2015-08-081-3/+3
* Keep IPv6 address specified by IPV6_PKTINFO socket option in kernelae2015-07-031-4/+7
* Mark data checksum as valid for multicast packets, that we send backae2015-05-071-9/+5
* Preserve IPv6 fragment IDs accross reassembly and refragmentationkp2015-04-011-3/+4
* Fix deadlock in IPv6 PCB code.ae2015-03-041-12/+5
* Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4).glebius2015-02-161-48/+63
* Move ip6_deletefraghdr() to frag6.c.glebius2015-02-161-24/+0
* Factor out ip6_deletefraghdr() function, to be shared between IPv6glebius2015-02-161-0/+24
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-1/+2
* Do not go one layer down to check ifqueue length. First, not all driversglebius2015-01-121-14/+0
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-051-1/+1
* Remove flag/flags argument from the following functions:ae2014-12-111-1/+2
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-3/+3
* Finish r274175: do control plane MTU tracking.melifaro2014-11-171-11/+0
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-10/+0
* When deciding whether to call m_pullup() even though there is adequaterwatson2014-10-121-2/+2
* Add an additional routing table lookup when m->m_pkthdr.fibnum is changedhrs2014-10-021-3/+16
* Add additional checks for IPV6_PKTINFO handling (RFC 3542):ae2014-09-101-2/+15
* Add IP_NODEFAULTFLOWID awareness to ip6_output().adrian2014-09-091-1/+10
* Add IPv6 flowid, bindmulti and RSS awareness.adrian2014-07-121-0/+65
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.vanhu2014-05-281-171/+7
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-6/+6
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-171-13/+2
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-151-4/+6
* Remove unsigned < 0 check.glebius2013-10-151-3/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-241-2/+2
* In r227207, to fix the issue with possible NULL inp_socket pointertrociny2013-07-041-7/+4
* Finally change the mbuf to have its own fib field instead of stealingjulian2013-05-161-1/+2
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-11/+11
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-24/+12
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-7/+4
* When we have some address to forward (e.g. it was specified with ipfw fwd),ae2012-12-191-7/+9
* Make dst_sa initialization only when it is actually needed.ae2012-12-191-9/+12
* The selectroute functions does own account of EHOSTUNREACH errors,ae2012-12-191-8/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-9/+9
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-4/+3
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-4/+2
* Remove __P.delphij2012-10-221-10/+10
* In ip6_ctloutput() guard inp_flags modifications with INP_WLOCK.trociny2012-08-191-0/+6
OpenPOWER on IntegriCloud