summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reference count leak with L2 caching.karels2017-04-101-2/+1
* MFC r304572 (by bz):ae2017-03-181-66/+25
* MFC: 307541gnn2016-11-231-0/+15
* MFC r304713:karels2016-09-211-0/+10
* MFC r303626 (by gallatin)hiren2016-08-291-8/+13
* MFC r303657:ae2016-08-051-1/+2
* MFC r302784:dim2016-07-161-2/+2
* Cleanup unneded include "opt_ipfw.h".ae2016-06-091-1/+0
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-1/+2
* Plug route reference underleak that happens with FLOWTABLE after r297225.glebius2016-05-271-1/+5
* Remove ip6 adjusting from the place where pointer couldn't be changed.ae2016-05-201-4/+1
* Remove ip6 pointer initialization and strange check from the beginningae2016-05-201-7/+0
* Move IPv6 malloc tag definitions into the IPv6 code.markj2016-05-201-0/+2
* Since PFIL can change destination address, use its always actual valueae2016-05-191-8/+7
* Call RO_RTFREE() when we have detected the change of destinationae2016-05-171-1/+3
* 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
OpenPOWER on IntegriCloud